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