Stormcloud (#4F666A)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 6.10:1 — vs black: 3.44:1
Color values
-
HEX
#4F666A -
RGB
rgb(79, 102, 106) -
HSL
hsl(188, 25%, 41%) -
CMYK
cmyk( 25.47, 3.77, 0, 58.43 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #4F666A based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#4F666A
Base
#6A534F
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#4F666A
Base
#4F6A60
#4F586A
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#4F666A
Base
#6A4F66
#666A4F
Two colors flanking the complement — high contrast with less tension than full complementary.
#4F666A
Base
#6A4F58
#6A604F
Four colors at 90° intervals — rich variety, best when one color dominates.
#4F666A
Base
#604F6A
#6A534F
#586A4F
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#4F666A
Base
#0E1212
#2E3C3E
#3E5053
#607C81
#719095
#9CB2B6
Darker shades and lighter tints of Stormcloud, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0B0E0F
#192021
#263133
#344345
#415458
#4F666A
Base
#69878C
#89A3A7
#ACBEC1
#CED9DB
#F0F4F4
Ready-to-use code snippets for #4F666A. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #4F666A;
}
/* Text */
.element {
color: #4F666A;
}
/* Border */
.element {
border: 1px solid #4F666A;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#4F666A,
#85574F
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#4F666A,
#85574F
);
}
// SCSS variable
$stormcloud: #4F666A;
// With RGB channels (useful for rgba() usage)
$stormcloud-r: 79;
$stormcloud-g: 102;
$stormcloud-b: 106;
// Usage
.element {
background-color: $stormcloud;
color: rgba($stormcloud-r, $stormcloud-g, $stormcloud-b, 0.8);
}
How Stormcloud appears to people with different types of color vision deficiency.
#4F666A
How the color appears with full color vision.
#60606A
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#64646A
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#4E6767
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#626262
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.