#2f044b
a deep, electric violet · warm · closest name: midnightblue
RGB
47, 4, 75
HSL
276°, 90%, 16%
CMYK
37, 95, 0, 71
Luminance
0.0120
Every format
| HEX | #2f044b |
| RGB | rgb(47, 4, 75) |
| HSL | hsl(276, 90%, 16%) |
| CMYK | cmyk(37%, 95%, 0%, 71%) |
| LAB | lab(10.6 34.0 -33.4) |
| LCH | lch(10.6 47.6 315.5) |
| OKLCH | oklch(0.245 0.118 306.4) |
Copy-ready code
/* CSS */
color: #2f044b;
background-color: #2f044b;
/* Tailwind (arbitrary) */
class="text-[#2f044b] bg-[#2f044b]"
/* SCSS */
$brand: #2f044b;
/* SwiftUI */
Color(red: 0.184, green: 0.016, blue: 0.294)
/* Android */
Color.parseColor("#2f044b")Accessibility — WCAG contrast
Aa
#2f044b on white: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f044b on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green1.6%
Blue29.4%
CMYK percentages
Cyan37.3%
Magenta94.7%
Yellow0.0%
Key (black)70.6%
Color previews
#2f044b text on a black background
contrast 1.24:1
Card sample
#2f044b text on a white background
contrast 16.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f044b;
Background color
Panel with #2f044b background
background-color: #2f044b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f044b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 4, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 4, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f044b; background: linear-gradient(135deg, #2f044b, #4B0438);