#2f2f74
a dark, soft blue · warm · closest name: midnightblue
RGB
47, 47, 116
HSL
240°, 42%, 32%
CMYK
60, 60, 0, 55
Luminance
0.0390
Every format
| HEX | #2f2f74 |
| RGB | rgb(47, 47, 116) |
| HSL | hsl(240, 42%, 32%) |
| CMYK | cmyk(60%, 60%, 0%, 55%) |
| LAB | lab(23.3 22.0 -39.9) |
| LCH | lch(23.3 45.5 298.9) |
| OKLCH | oklch(0.348 0.116 278.5) |
Copy-ready code
/* CSS */
color: #2f2f74;
background-color: #2f2f74;
/* Tailwind (arbitrary) */
class="text-[#2f2f74] bg-[#2f2f74]"
/* SCSS */
$brand: #2f2f74;
/* SwiftUI */
Color(red: 0.184, green: 0.184, blue: 0.455)
/* Android */
Color.parseColor("#2f2f74")Accessibility — WCAG contrast
Aa
#2f2f74 on white: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f2f74 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green18.4%
Blue45.5%
CMYK percentages
Cyan59.5%
Magenta59.5%
Yellow0.0%
Key (black)54.5%
Color previews
#2f2f74 text on a black background
contrast 1.78:1
Card sample
#2f2f74 text on a white background
contrast 11.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f2f74;
Background color
Panel with #2f2f74 background
background-color: #2f2f74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f2f74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 47, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 47, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f2f74; background: linear-gradient(135deg, #2f2f74, #5D2F74);