#250b21
a deep, vivid magenta / pink · warm · closest name: black
RGB
37, 11, 33
HSL
309°, 54%, 9%
CMYK
0, 70, 11, 86
Luminance
0.0074
Every format
| HEX | #250b21 |
| RGB | rgb(37, 11, 33) |
| HSL | hsl(309, 54%, 9%) |
| CMYK | cmyk(0%, 70%, 11%, 86%) |
| LAB | lab(6.7 17.1 -9.0) |
| LCH | lch(6.7 19.4 332.3) |
| OKLCH | oklch(0.202 0.056 333.7) |
Copy-ready code
/* CSS */
color: #250b21;
background-color: #250b21;
/* Tailwind (arbitrary) */
class="text-[#250b21] bg-[#250b21]"
/* SCSS */
$brand: #250b21;
/* SwiftUI */
Color(red: 0.145, green: 0.043, blue: 0.129)
/* Android */
Color.parseColor("#250b21")Accessibility — WCAG contrast
Aa
#250b21 on white: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250b21 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green4.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.3%
Yellow10.8%
Key (black)85.5%
Color previews
#250b21 text on a black background
contrast 1.15:1
Card sample
#250b21 text on a white background
contrast 18.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250b21;
Background color
Panel with #250b21 background
background-color: #250b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 11, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 11, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250b21; background: linear-gradient(135deg, #250b21, #250B10);