#290a24
a deep, vivid magenta / pink · warm · closest name: black
RGB
41, 10, 36
HSL
310°, 61%, 10%
CMYK
0, 76, 12, 84
Luminance
0.0082
Every format
| HEX | #290a24 |
| RGB | rgb(41, 10, 36) |
| HSL | hsl(310, 61%, 10%) |
| CMYK | cmyk(0%, 76%, 12%, 84%) |
| LAB | lab(7.4 20.1 -10.2) |
| LCH | lch(7.4 22.6 333.0) |
| OKLCH | oklch(0.210 0.065 334.4) |
Copy-ready code
/* CSS */
color: #290a24;
background-color: #290a24;
/* Tailwind (arbitrary) */
class="text-[#290a24] bg-[#290a24]"
/* SCSS */
$brand: #290a24;
/* SwiftUI */
Color(red: 0.161, green: 0.039, blue: 0.141)
/* Android */
Color.parseColor("#290a24")Accessibility — WCAG contrast
Aa
#290a24 on white: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290a24 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green3.9%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow12.2%
Key (black)83.9%
Color previews
#290a24 text on a black background
contrast 1.16:1
Card sample
#290a24 text on a white background
contrast 18.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290a24;
Background color
Panel with #290a24 background
background-color: #290a24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290a24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 10, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 10, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290a24; background: linear-gradient(135deg, #290a24, #290A0F);