#290039
a deep, electric violet · warm · closest name: midnightblue
RGB
41, 0, 57
HSL
283°, 100%, 11%
CMYK
28, 100, 0, 78
Luminance
0.0077
Every format
| HEX | #290039 |
| RGB | rgb(41, 0, 57) |
| HSL | hsl(283, 100%, 11%) |
| CMYK | cmyk(28%, 100%, 0%, 78%) |
| LAB | lab(6.9 30.7 -26.6) |
| LCH | lch(6.9 40.6 319.1) |
| OKLCH | oklch(0.212 0.105 313.9) |
Copy-ready code
/* CSS */
color: #290039;
background-color: #290039;
/* Tailwind (arbitrary) */
class="text-[#290039] bg-[#290039]"
/* SCSS */
$brand: #290039;
/* SwiftUI */
Color(red: 0.161, green: 0.000, blue: 0.224)
/* Android */
Color.parseColor("#290039")Accessibility — WCAG contrast
Aa
#290039 on white: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290039 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green0.0%
Blue22.4%
CMYK percentages
Cyan28.1%
Magenta100.0%
Yellow0.0%
Key (black)77.6%
Color previews
#290039 text on a black background
contrast 1.15:1
Card sample
#290039 text on a white background
contrast 18.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290039;
Background color
Panel with #290039 background
background-color: #290039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 0, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 0, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290039; background: linear-gradient(135deg, #290039, #390023);