#250521
a deep, electric magenta / pink · warm · closest name: black
RGB
37, 5, 33
HSL
308°, 76%, 8%
CMYK
0, 87, 11, 86
Luminance
0.0061
Every format
| HEX | #250521 |
| RGB | rgb(37, 5, 33) |
| HSL | hsl(308, 76%, 8%) |
| CMYK | cmyk(0%, 87%, 11%, 86%) |
| LAB | lab(5.5 20.0 -10.8) |
| LCH | lch(5.5 22.8 331.6) |
| OKLCH | oklch(0.192 0.069 333.2) |
Copy-ready code
/* CSS */
color: #250521;
background-color: #250521;
/* Tailwind (arbitrary) */
class="text-[#250521] bg-[#250521]"
/* SCSS */
$brand: #250521;
/* SwiftUI */
Color(red: 0.145, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#250521")Accessibility — WCAG contrast
Aa
#250521 on white: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250521 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.5%
Yellow10.8%
Key (black)85.5%
Color previews
#250521 text on a black background
contrast 1.12:1
Card sample
#250521 text on a white background
contrast 18.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250521;
Background color
Panel with #250521 background
background-color: #250521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250521; background: linear-gradient(135deg, #250521, #25050C);