#2f003a
a deep, electric violet · warm · closest name: midnightblue
RGB
47, 0, 58
HSL
289°, 100%, 11%
CMYK
19, 100, 0, 77
Luminance
0.0091
Every format
| HEX | #2f003a |
| RGB | rgb(47, 0, 58) |
| HSL | hsl(289, 100%, 11%) |
| CMYK | cmyk(19%, 100%, 0%, 77%) |
| LAB | lab(8.2 32.2 -25.1) |
| LCH | lch(8.2 40.8 322.0) |
| OKLCH | oklch(0.224 0.108 318.9) |
Copy-ready code
/* CSS */
color: #2f003a;
background-color: #2f003a;
/* Tailwind (arbitrary) */
class="text-[#2f003a] bg-[#2f003a]"
/* SCSS */
$brand: #2f003a;
/* SwiftUI */
Color(red: 0.184, green: 0.000, blue: 0.227)
/* Android */
Color.parseColor("#2f003a")Accessibility — WCAG contrast
Aa
#2f003a on white: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f003a on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green0.0%
Blue22.7%
CMYK percentages
Cyan19.0%
Magenta100.0%
Yellow0.0%
Key (black)77.3%
Color previews
#2f003a text on a black background
contrast 1.18:1
Card sample
#2f003a text on a white background
contrast 17.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f003a;
Background color
Panel with #2f003a background
background-color: #2f003a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f003a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 0, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 0, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f003a; background: linear-gradient(135deg, #2f003a, #3A001E);