#2f2f47
a deep, soft blue · warm · closest name: darkslategray
RGB
47, 47, 71
HSL
240°, 20%, 23%
CMYK
34, 34, 0, 72
Luminance
0.0309
Every format
| HEX | #2f2f47 |
| RGB | rgb(47, 47, 71) |
| HSL | hsl(240, 20%, 23%) |
| CMYK | cmyk(34%, 34%, 0%, 72%) |
| LAB | lab(20.4 6.6 -14.9) |
| LCH | lch(20.4 16.3 293.9) |
| OKLCH | oklch(0.316 0.043 283.7) |
Copy-ready code
/* CSS */
color: #2f2f47;
background-color: #2f2f47;
/* Tailwind (arbitrary) */
class="text-[#2f2f47] bg-[#2f2f47]"
/* SCSS */
$brand: #2f2f47;
/* SwiftUI */
Color(red: 0.184, green: 0.184, blue: 0.278)
/* Android */
Color.parseColor("#2f2f47")Accessibility — WCAG contrast
Aa
#2f2f47 on white: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f2f47 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green18.4%
Blue27.8%
CMYK percentages
Cyan33.8%
Magenta33.8%
Yellow0.0%
Key (black)72.2%
Color previews
#2f2f47 text on a black background
contrast 1.62:1
Card sample
#2f2f47 text on a white background
contrast 12.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f2f47;
Background color
Panel with #2f2f47 background
background-color: #2f2f47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f2f47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 47, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 47, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f2f47; background: linear-gradient(135deg, #2f2f47, #3F2F47);