#2f0938
a deep, vivid violet · warm · closest name: midnightblue
RGB
47, 9, 56
HSL
289°, 72%, 13%
CMYK
16, 84, 0, 78
Luminance
0.0109
Every format
| HEX | #2f0938 |
| RGB | rgb(47, 9, 56) |
| HSL | hsl(289, 72%, 13%) |
| CMYK | cmyk(16%, 84%, 0%, 78%) |
| LAB | lab(9.7 27.0 -21.3) |
| LCH | lch(9.7 34.4 321.6) |
| OKLCH | oklch(0.233 0.092 319.2) |
Copy-ready code
/* CSS */
color: #2f0938;
background-color: #2f0938;
/* Tailwind (arbitrary) */
class="text-[#2f0938] bg-[#2f0938]"
/* SCSS */
$brand: #2f0938;
/* SwiftUI */
Color(red: 0.184, green: 0.035, blue: 0.220)
/* Android */
Color.parseColor("#2f0938")Accessibility — WCAG contrast
Aa
#2f0938 on white: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f0938 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green3.5%
Blue22.0%
CMYK percentages
Cyan16.1%
Magenta83.9%
Yellow0.0%
Key (black)78.0%
Color previews
#2f0938 text on a black background
contrast 1.22:1
Card sample
#2f0938 text on a white background
contrast 17.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f0938;
Background color
Panel with #2f0938 background
background-color: #2f0938;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f0938;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 9, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 9, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f0938; background: linear-gradient(135deg, #2f0938, #380922);