#250412
a deep, electric magenta / pink · warm · closest name: black
RGB
37, 4, 18
HSL
335°, 81%, 8%
CMYK
0, 89, 51, 86
Luminance
0.0052
Every format
| HEX | #250412 |
| RGB | rgb(37, 4, 18) |
| HSL | hsl(335, 81%, 8%) |
| CMYK | cmyk(0%, 89%, 51%, 86%) |
| LAB | lab(4.7 17.0 -0.8) |
| LCH | lch(4.7 17.0 357.4) |
| OKLCH | oklch(0.182 0.060 357.5) |
Copy-ready code
/* CSS */
color: #250412;
background-color: #250412;
/* Tailwind (arbitrary) */
class="text-[#250412] bg-[#250412]"
/* SCSS */
$brand: #250412;
/* SwiftUI */
Color(red: 0.145, green: 0.016, blue: 0.071)
/* Android */
Color.parseColor("#250412")Accessibility — WCAG contrast
Aa
#250412 on white: 19.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250412 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green1.6%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow51.4%
Key (black)85.5%
Color previews
#250412 text on a black background
contrast 1.10:1
Card sample
#250412 text on a white background
contrast 19.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250412;
Background color
Panel with #250412 background
background-color: #250412;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250412;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 4, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 4, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250412; background: linear-gradient(135deg, #250412, #250C04);