#2f073d
a deep, electric violet · warm · closest name: midnightblue
RGB
47, 7, 61
HSL
284°, 79%, 13%
CMYK
23, 89, 0, 76
Luminance
0.0109
Every format
| HEX | #2f073d |
| RGB | rgb(47, 7, 61) |
| HSL | hsl(284, 79%, 13%) |
| CMYK | cmyk(23%, 89%, 0%, 76%) |
| LAB | lab(9.8 29.1 -24.8) |
| LCH | lch(9.8 38.3 319.5) |
| OKLCH | oklch(0.235 0.100 315.4) |
Copy-ready code
/* CSS */
color: #2f073d;
background-color: #2f073d;
/* Tailwind (arbitrary) */
class="text-[#2f073d] bg-[#2f073d]"
/* SCSS */
$brand: #2f073d;
/* SwiftUI */
Color(red: 0.184, green: 0.027, blue: 0.239)
/* Android */
Color.parseColor("#2f073d")Accessibility — WCAG contrast
Aa
#2f073d on white: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f073d on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green2.7%
Blue23.9%
CMYK percentages
Cyan23.0%
Magenta88.5%
Yellow0.0%
Key (black)76.1%
Color previews
#2f073d text on a black background
contrast 1.22:1
Card sample
#2f073d text on a white background
contrast 17.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f073d;
Background color
Panel with #2f073d background
background-color: #2f073d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f073d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 7, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 7, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f073d; background: linear-gradient(135deg, #2f073d, #3D0727);