#2f344f
a deep, soft blue · warm · closest name: darkslategray
RGB
47, 52, 79
HSL
231°, 25%, 25%
CMYK
41, 34, 0, 69
Luminance
0.0362
Every format
| HEX | #2f344f |
| RGB | rgb(47, 52, 79) |
| HSL | hsl(231, 25%, 25%) |
| CMYK | cmyk(41%, 34%, 0%, 69%) |
| LAB | lab(22.4 5.7 -17.2) |
| LCH | lch(22.4 18.1 288.2) |
| OKLCH | oklch(0.333 0.048 275.4) |
Copy-ready code
/* CSS */
color: #2f344f;
background-color: #2f344f;
/* Tailwind (arbitrary) */
class="text-[#2f344f] bg-[#2f344f]"
/* SCSS */
$brand: #2f344f;
/* SwiftUI */
Color(red: 0.184, green: 0.204, blue: 0.310)
/* Android */
Color.parseColor("#2f344f")Accessibility — WCAG contrast
Aa
#2f344f on white: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f344f on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green20.4%
Blue31.0%
CMYK percentages
Cyan40.5%
Magenta34.2%
Yellow0.0%
Key (black)69.0%
Color previews
#2f344f text on a black background
contrast 1.72:1
Card sample
#2f344f text on a white background
contrast 12.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f344f;
Background color
Panel with #2f344f background
background-color: #2f344f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f344f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 52, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 52, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f344f; background: linear-gradient(135deg, #2f344f, #3F2F4F);