#250f21
a deep, soft magenta / pink · warm · closest name: black
RGB
37, 15, 33
HSL
311°, 42%, 10%
CMYK
0, 60, 11, 86
Luminance
0.0084
Every format
| HEX | #250f21 |
| RGB | rgb(37, 15, 33) |
| HSL | hsl(311, 42%, 10%) |
| CMYK | cmyk(0%, 60%, 11%, 86%) |
| LAB | lab(7.6 14.8 -7.6) |
| LCH | lch(7.6 16.7 332.9) |
| OKLCH | oklch(0.210 0.048 334.3) |
Copy-ready code
/* CSS */
color: #250f21;
background-color: #250f21;
/* Tailwind (arbitrary) */
class="text-[#250f21] bg-[#250f21]"
/* SCSS */
$brand: #250f21;
/* SwiftUI */
Color(red: 0.145, green: 0.059, blue: 0.129)
/* Android */
Color.parseColor("#250f21")Accessibility — WCAG contrast
Aa
#250f21 on white: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250f21 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green5.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow10.8%
Key (black)85.5%
Color previews
#250f21 text on a black background
contrast 1.17:1
Card sample
#250f21 text on a white background
contrast 17.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250f21;
Background color
Panel with #250f21 background
background-color: #250f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 15, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 15, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250f21; background: linear-gradient(135deg, #250f21, #250F12);