#250e1f
a deep, vivid magenta / pink · warm · closest name: black
RGB
37, 14, 31
HSL
316°, 45%, 10%
CMYK
0, 62, 16, 86
Luminance
0.0081
Every format
| HEX | #250e1f |
| RGB | rgb(37, 14, 31) |
| HSL | hsl(316, 45%, 10%) |
| CMYK | cmyk(0%, 62%, 16%, 86%) |
| LAB | lab(7.3 15.0 -6.6) |
| LCH | lch(7.3 16.4 336.3) |
| OKLCH | oklch(0.207 0.048 338.0) |
Copy-ready code
/* CSS */
color: #250e1f;
background-color: #250e1f;
/* Tailwind (arbitrary) */
class="text-[#250e1f] bg-[#250e1f]"
/* SCSS */
$brand: #250e1f;
/* SwiftUI */
Color(red: 0.145, green: 0.055, blue: 0.122)
/* Android */
Color.parseColor("#250e1f")Accessibility — WCAG contrast
Aa
#250e1f on white: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250e1f on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green5.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta62.2%
Yellow16.2%
Key (black)85.5%
Color previews
#250e1f text on a black background
contrast 1.16:1
Card sample
#250e1f text on a white background
contrast 18.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250e1f;
Background color
Panel with #250e1f background
background-color: #250e1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250e1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 14, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 14, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250e1f; background: linear-gradient(135deg, #250e1f, #250E10);