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