#2f034a
a deep, electric violet · warm · closest name: midnightblue
RGB
47, 3, 74
HSL
277°, 92%, 15%
CMYK
37, 96, 0, 71
Luminance
0.0116
Every format
| HEX | #2f034a |
| RGB | rgb(47, 3, 74) |
| HSL | hsl(277, 92%, 15%) |
| CMYK | cmyk(37%, 96%, 0%, 71%) |
| LAB | lab(10.3 34.2 -33.1) |
| LCH | lch(10.3 47.6 315.9) |
| OKLCH | oklch(0.242 0.118 307.2) |
Copy-ready code
/* CSS */
color: #2f034a;
background-color: #2f034a;
/* Tailwind (arbitrary) */
class="text-[#2f034a] bg-[#2f034a]"
/* SCSS */
$brand: #2f034a;
/* SwiftUI */
Color(red: 0.184, green: 0.012, blue: 0.290)
/* Android */
Color.parseColor("#2f034a")Accessibility — WCAG contrast
Aa
#2f034a on white: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f034a on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green1.2%
Blue29.0%
CMYK percentages
Cyan36.5%
Magenta95.9%
Yellow0.0%
Key (black)71.0%
Color previews
#2f034a text on a black background
contrast 1.23:1
Card sample
#2f034a text on a white background
contrast 17.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f034a;
Background color
Panel with #2f034a background
background-color: #2f034a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f034a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 3, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 3, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f034a; background: linear-gradient(135deg, #2f034a, #4A0336);