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