#290339
a deep, electric violet · warm · closest name: midnightblue
RGB
41, 3, 57
HSL
282°, 90%, 12%
CMYK
28, 95, 0, 78
Luminance
0.0083
Every format
| HEX | #290339 |
| RGB | rgb(41, 3, 57) |
| HSL | hsl(282, 90%, 12%) |
| CMYK | cmyk(28%, 95%, 0%, 78%) |
| LAB | lab(7.5 29.0 -25.6) |
| LCH | lch(7.5 38.7 318.6) |
| OKLCH | oklch(0.216 0.100 313.2) |
Copy-ready code
/* CSS */
color: #290339;
background-color: #290339;
/* Tailwind (arbitrary) */
class="text-[#290339] bg-[#290339]"
/* SCSS */
$brand: #290339;
/* SwiftUI */
Color(red: 0.161, green: 0.012, blue: 0.224)
/* Android */
Color.parseColor("#290339")Accessibility — WCAG contrast
Aa
#290339 on white: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290339 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green1.2%
Blue22.4%
CMYK percentages
Cyan28.1%
Magenta94.7%
Yellow0.0%
Key (black)77.6%
Color previews
#290339 text on a black background
contrast 1.17:1
Card sample
#290339 text on a white background
contrast 18.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290339;
Background color
Panel with #290339 background
background-color: #290339;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290339;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 3, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 3, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290339; background: linear-gradient(135deg, #290339, #390325);