#2c2f4b
a deep, soft blue · warm · closest name: darkslategray
RGB
44, 47, 75
HSL
234°, 26%, 23%
CMYK
41, 37, 0, 71
Luminance
0.0308
Every format
| HEX | #2c2f4b |
| RGB | rgb(44, 47, 75) |
| HSL | hsl(234, 26%, 23%) |
| CMYK | cmyk(41%, 37%, 0%, 71%) |
| LAB | lab(20.4 6.8 -17.7) |
| LCH | lch(20.4 19.0 291.1) |
| OKLCH | oklch(0.316 0.050 278.4) |
Copy-ready code
/* CSS */
color: #2c2f4b;
background-color: #2c2f4b;
/* Tailwind (arbitrary) */
class="text-[#2c2f4b] bg-[#2c2f4b]"
/* SCSS */
$brand: #2c2f4b;
/* SwiftUI */
Color(red: 0.173, green: 0.184, blue: 0.294)
/* Android */
Color.parseColor("#2c2f4b")Accessibility — WCAG contrast
Aa
#2c2f4b on white: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c2f4b on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green18.4%
Blue29.4%
CMYK percentages
Cyan41.3%
Magenta37.3%
Yellow0.0%
Key (black)70.6%
Color previews
#2c2f4b text on a black background
contrast 1.62:1
Card sample
#2c2f4b text on a white background
contrast 13.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c2f4b;
Background color
Panel with #2c2f4b background
background-color: #2c2f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c2f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 47, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 47, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c2f4b; background: linear-gradient(135deg, #2c2f4b, #3E2C4B);