#250a1f
a deep, vivid magenta / pink · warm · closest name: black
RGB
37, 10, 31
HSL
313°, 57%, 9%
CMYK
0, 73, 16, 86
Luminance
0.0071
Every format
| HEX | #250a1f |
| RGB | rgb(37, 10, 31) |
| HSL | hsl(313, 57%, 9%) |
| CMYK | cmyk(0%, 73%, 16%, 86%) |
| LAB | lab(6.4 17.1 -7.9) |
| LCH | lch(6.4 18.9 335.2) |
| OKLCH | oklch(0.199 0.056 336.9) |
Copy-ready code
/* CSS */
color: #250a1f;
background-color: #250a1f;
/* Tailwind (arbitrary) */
class="text-[#250a1f] bg-[#250a1f]"
/* SCSS */
$brand: #250a1f;
/* SwiftUI */
Color(red: 0.145, green: 0.039, blue: 0.122)
/* Android */
Color.parseColor("#250a1f")Accessibility — WCAG contrast
Aa
#250a1f on white: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250a1f on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green3.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow16.2%
Key (black)85.5%
Color previews
#250a1f text on a black background
contrast 1.14:1
Card sample
#250a1f text on a white background
contrast 18.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250a1f;
Background color
Panel with #250a1f background
background-color: #250a1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250a1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 10, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 10, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250a1f; background: linear-gradient(135deg, #250a1f, #250A0D);