#290025
a deep, electric magenta / pink · warm · closest name: black
RGB
41, 0, 37
HSL
306°, 100%, 8%
CMYK
0, 100, 10, 84
Luminance
0.0060
Every format
| HEX | #290025 |
| RGB | rgb(41, 0, 37) |
| HSL | hsl(306, 100%, 8%) |
| CMYK | cmyk(0%, 100%, 10%, 84%) |
| LAB | lab(5.5 25.4 -13.9) |
| LCH | lch(5.5 29.0 331.3) |
| OKLCH | oklch(0.194 0.087 332.7) |
Copy-ready code
/* CSS */
color: #290025;
background-color: #290025;
/* Tailwind (arbitrary) */
class="text-[#290025] bg-[#290025]"
/* SCSS */
$brand: #290025;
/* SwiftUI */
Color(red: 0.161, green: 0.000, blue: 0.145)
/* Android */
Color.parseColor("#290025")Accessibility — WCAG contrast
Aa
#290025 on white: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290025 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green0.0%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow9.8%
Key (black)83.9%
Color previews
#290025 text on a black background
contrast 1.12:1
Card sample
#290025 text on a white background
contrast 18.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290025;
Background color
Panel with #290025 background
background-color: #290025;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290025;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 0, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 0, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290025; background: linear-gradient(135deg, #290025, #29000A);