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