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