#2f667e
a dark, vivid cyan · cool · closest name: darkslategray
RGB
47, 102, 126
HSL
198°, 46%, 34%
CMYK
63, 19, 0, 51
Luminance
0.1161
Every format
| HEX | #2f667e |
| RGB | rgb(47, 102, 126) |
| HSL | hsl(198, 46%, 34%) |
| CMYK | cmyk(63%, 19%, 0%, 51%) |
| LAB | lab(40.6 -10.4 -18.8) |
| LCH | lch(40.6 21.5 241.2) |
| OKLCH | oklch(0.483 0.069 229.2) |
Copy-ready code
/* CSS */
color: #2f667e;
background-color: #2f667e;
/* Tailwind (arbitrary) */
class="text-[#2f667e] bg-[#2f667e]"
/* SCSS */
$brand: #2f667e;
/* SwiftUI */
Color(red: 0.184, green: 0.400, blue: 0.494)
/* Android */
Color.parseColor("#2f667e")Accessibility — WCAG contrast
Aa
#2f667e on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f667e on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green40.0%
Blue49.4%
CMYK percentages
Cyan62.7%
Magenta19.0%
Yellow0.0%
Key (black)50.6%
Color previews
#2f667e text on a black background
contrast 3.32:1
Card sample
#2f667e text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f667e;
Background color
Panel with #2f667e background
background-color: #2f667e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f667e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 102, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 102, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f667e; background: linear-gradient(135deg, #2f667e, #2F317E);