#241429
a deep, soft violet · warm · closest name: black
RGB
36, 20, 41
HSL
286°, 34%, 12%
CMYK
12, 51, 0, 84
Luminance
0.0104
Every format
| HEX | #241429 |
| RGB | rgb(36, 20, 41) |
| HSL | hsl(286, 34%, 12%) |
| CMYK | cmyk(12%, 51%, 0%, 84%) |
| LAB | lab(9.3 12.9 -11.1) |
| LCH | lch(9.3 17.0 319.4) |
| OKLCH | oklch(0.223 0.045 317.9) |
Copy-ready code
/* CSS */
color: #241429;
background-color: #241429;
/* Tailwind (arbitrary) */
class="text-[#241429] bg-[#241429]"
/* SCSS */
$brand: #241429;
/* SwiftUI */
Color(red: 0.141, green: 0.078, blue: 0.161)
/* Android */
Color.parseColor("#241429")Accessibility — WCAG contrast
Aa
#241429 on white: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241429 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green7.8%
Blue16.1%
CMYK percentages
Cyan12.2%
Magenta51.2%
Yellow0.0%
Key (black)83.9%
Color previews
#241429 text on a black background
contrast 1.21:1
Card sample
#241429 text on a white background
contrast 17.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241429;
Background color
Panel with #241429 background
background-color: #241429;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241429;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 20, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 20, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241429; background: linear-gradient(135deg, #241429, #291420);