#250821
a deep, vivid magenta / pink · warm · closest name: black
RGB
37, 8, 33
HSL
308°, 64%, 9%
CMYK
0, 78, 11, 86
Luminance
0.0068
Every format
| HEX | #250821 |
| RGB | rgb(37, 8, 33) |
| HSL | hsl(308, 64%, 9%) |
| CMYK | cmyk(0%, 78%, 11%, 86%) |
| LAB | lab(6.1 18.6 -9.9) |
| LCH | lch(6.1 21.1 331.9) |
| OKLCH | oklch(0.197 0.062 333.4) |
Copy-ready code
/* CSS */
color: #250821;
background-color: #250821;
/* Tailwind (arbitrary) */
class="text-[#250821] bg-[#250821]"
/* SCSS */
$brand: #250821;
/* SwiftUI */
Color(red: 0.145, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#250821")Accessibility — WCAG contrast
Aa
#250821 on white: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250821 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow10.8%
Key (black)85.5%
Color previews
#250821 text on a black background
contrast 1.14:1
Card sample
#250821 text on a white background
contrast 18.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250821;
Background color
Panel with #250821 background
background-color: #250821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250821; background: linear-gradient(135deg, #250821, #25080E);