#250721
a deep, vivid magenta / pink · warm · closest name: black
RGB
37, 7, 33
HSL
308°, 68%, 9%
CMYK
0, 81, 11, 86
Luminance
0.0066
Every format
| HEX | #250721 |
| RGB | rgb(37, 7, 33) |
| HSL | hsl(308, 68%, 9%) |
| CMYK | cmyk(0%, 81%, 11%, 86%) |
| LAB | lab(5.9 19.1 -10.2) |
| LCH | lch(5.9 21.6 331.8) |
| OKLCH | oklch(0.196 0.065 333.4) |
Copy-ready code
/* CSS */
color: #250721;
background-color: #250721;
/* Tailwind (arbitrary) */
class="text-[#250721] bg-[#250721]"
/* SCSS */
$brand: #250721;
/* SwiftUI */
Color(red: 0.145, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#250721")Accessibility — WCAG contrast
Aa
#250721 on white: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250721 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow10.8%
Key (black)85.5%
Color previews
#250721 text on a black background
contrast 1.13:1
Card sample
#250721 text on a white background
contrast 18.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250721;
Background color
Panel with #250721 background
background-color: #250721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250721; background: linear-gradient(135deg, #250721, #25070D);