#250021
a deep, electric magenta / pink · warm · closest name: black
RGB
37, 0, 33
HSL
307°, 100%, 7%
CMYK
0, 100, 11, 86
Luminance
0.0050
Every format
| HEX | #250021 |
| RGB | rgb(37, 0, 33) |
| HSL | hsl(307, 100%, 7%) |
| CMYK | cmyk(0%, 100%, 11%, 86%) |
| LAB | lab(4.5 22.4 -12.3) |
| LCH | lch(4.5 25.5 331.1) |
| OKLCH | oklch(0.182 0.082 333.0) |
Copy-ready code
/* CSS */
color: #250021;
background-color: #250021;
/* Tailwind (arbitrary) */
class="text-[#250021] bg-[#250021]"
/* SCSS */
$brand: #250021;
/* SwiftUI */
Color(red: 0.145, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#250021")Accessibility — WCAG contrast
Aa
#250021 on white: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250021 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow10.8%
Key (black)85.5%
Color previews
#250021 text on a black background
contrast 1.10:1
Card sample
#250021 text on a white background
contrast 19.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250021;
Background color
Panel with #250021 background
background-color: #250021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250021; background: linear-gradient(135deg, #250021, #250008);