#2f2c47
a deep, soft blue · warm · closest name: darkslategray
RGB
47, 44, 71
HSL
247°, 24%, 23%
CMYK
34, 38, 0, 72
Luminance
0.0286
Every format
| HEX | #2f2c47 |
| RGB | rgb(47, 44, 71) |
| HSL | hsl(247, 24%, 23%) |
| CMYK | cmyk(34%, 38%, 0%, 72%) |
| LAB | lab(19.5 8.7 -16.4) |
| LCH | lch(19.5 18.5 298.0) |
| OKLCH | oklch(0.309 0.048 288.3) |
Copy-ready code
/* CSS */
color: #2f2c47;
background-color: #2f2c47;
/* Tailwind (arbitrary) */
class="text-[#2f2c47] bg-[#2f2c47]"
/* SCSS */
$brand: #2f2c47;
/* SwiftUI */
Color(red: 0.184, green: 0.173, blue: 0.278)
/* Android */
Color.parseColor("#2f2c47")Accessibility — WCAG contrast
Aa
#2f2c47 on white: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f2c47 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green17.3%
Blue27.8%
CMYK percentages
Cyan33.8%
Magenta38.0%
Yellow0.0%
Key (black)72.2%
Color previews
#2f2c47 text on a black background
contrast 1.57:1
Card sample
#2f2c47 text on a white background
contrast 13.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f2c47;
Background color
Panel with #2f2c47 background
background-color: #2f2c47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f2c47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 44, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 44, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f2c47; background: linear-gradient(135deg, #2f2c47, #412C47);