#2f445c
a dark, soft blue · cool · closest name: darkslategray
RGB
47, 68, 92
HSL
212°, 32%, 27%
CMYK
49, 26, 0, 64
Luminance
0.0551
Every format
| HEX | #2f445c |
| RGB | rgb(47, 68, 92) |
| HSL | hsl(212, 32%, 27%) |
| CMYK | cmyk(49%, 26%, 0%, 64%) |
| LAB | lab(28.1 -0.8 -16.8) |
| LCH | lch(28.1 16.8 267.2) |
| OKLCH | oklch(0.380 0.049 252.4) |
Copy-ready code
/* CSS */
color: #2f445c;
background-color: #2f445c;
/* Tailwind (arbitrary) */
class="text-[#2f445c] bg-[#2f445c]"
/* SCSS */
$brand: #2f445c;
/* SwiftUI */
Color(red: 0.184, green: 0.267, blue: 0.361)
/* Android */
Color.parseColor("#2f445c")Accessibility — WCAG contrast
Aa
#2f445c on white: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f445c on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green26.7%
Blue36.1%
CMYK percentages
Cyan48.9%
Magenta26.1%
Yellow0.0%
Key (black)63.9%
Color previews
#2f445c text on a black background
contrast 2.10:1
Card sample
#2f445c text on a white background
contrast 9.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f445c;
Background color
Panel with #2f445c background
background-color: #2f445c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f445c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 68, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 68, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f445c; background: linear-gradient(135deg, #2f445c, #382F5C);