#250707
a deep, vivid red · warm · closest name: black
RGB
37, 7, 7
HSL
0°, 68%, 9%
CMYK
0, 81, 81, 86
Luminance
0.0056
Every format
| HEX | #250707 |
| RGB | rgb(37, 7, 7) |
| HSL | hsl(0, 68%, 9%) |
| CMYK | cmyk(0%, 81%, 81%, 86%) |
| LAB | lab(5.1 14.1 5.0) |
| LCH | lch(5.1 14.9 19.4) |
| OKLCH | oklch(0.184 0.052 23.7) |
Copy-ready code
/* CSS */
color: #250707;
background-color: #250707;
/* Tailwind (arbitrary) */
class="text-[#250707] bg-[#250707]"
/* SCSS */
$brand: #250707;
/* SwiftUI */
Color(red: 0.145, green: 0.027, blue: 0.027)
/* Android */
Color.parseColor("#250707")Accessibility — WCAG contrast
Aa
#250707 on white: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250707 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green2.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow81.1%
Key (black)85.5%
Color previews
#250707 text on a black background
contrast 1.11:1
Card sample
#250707 text on a white background
contrast 18.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250707;
Background color
Panel with #250707 background
background-color: #250707;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250707;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 7, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 7, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250707; background: linear-gradient(135deg, #250707, #251B07);