#250e0a
a deep, vivid red · warm · closest name: black
RGB
37, 14, 10
HSL
9°, 57%, 9%
CMYK
0, 62, 73, 86
Luminance
0.0073
Every format
| HEX | #250e0a |
| RGB | rgb(37, 14, 10) |
| HSL | hsl(9, 57%, 9%) |
| CMYK | cmyk(0%, 62%, 73%, 86%) |
| LAB | lab(6.6 11.3 6.0) |
| LCH | lch(6.6 12.8 27.9) |
| OKLCH | oklch(0.198 0.040 31.2) |
Copy-ready code
/* CSS */
color: #250e0a;
background-color: #250e0a;
/* Tailwind (arbitrary) */
class="text-[#250e0a] bg-[#250e0a]"
/* SCSS */
$brand: #250e0a;
/* SwiftUI */
Color(red: 0.145, green: 0.055, blue: 0.039)
/* Android */
Color.parseColor("#250e0a")Accessibility — WCAG contrast
Aa
#250e0a on white: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250e0a on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green5.5%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta62.2%
Yellow73.0%
Key (black)85.5%
Color previews
#250e0a text on a black background
contrast 1.15:1
Card sample
#250e0a text on a white background
contrast 18.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250e0a;
Background color
Panel with #250e0a background
background-color: #250e0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250e0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 14, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 14, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250e0a; background: linear-gradient(135deg, #250e0a, #25200A);