#250700
a deep, electric red · warm · closest name: black
RGB
37, 7, 0
HSL
11°, 100%, 7%
CMYK
0, 81, 100, 86
Luminance
0.0055
Every format
| HEX | #250700 |
| RGB | rgb(37, 7, 0) |
| HSL | hsl(11, 100%, 7%) |
| CMYK | cmyk(0%, 81%, 100%, 86%) |
| LAB | lab(4.9 13.1 7.6) |
| LCH | lch(4.9 15.2 30.1) |
| OKLCH | oklch(0.182 0.055 41.5) |
Copy-ready code
/* CSS */
color: #250700;
background-color: #250700;
/* Tailwind (arbitrary) */
class="text-[#250700] bg-[#250700]"
/* SCSS */
$brand: #250700;
/* SwiftUI */
Color(red: 0.145, green: 0.027, blue: 0.000)
/* Android */
Color.parseColor("#250700")Accessibility — WCAG contrast
Aa
#250700 on white: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250700 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green2.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow100.0%
Key (black)85.5%
Color previews
#250700 text on a black background
contrast 1.11:1
Card sample
#250700 text on a white background
contrast 18.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250700;
Background color
Panel with #250700 background
background-color: #250700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 7, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 7, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250700; background: linear-gradient(135deg, #250700, #252000);