#251807
a deep, vivid orange · warm · closest name: black
RGB
37, 24, 7
HSL
34°, 68%, 9%
CMYK
0, 35, 81, 86
Luminance
0.0106
Every format
| HEX | #251807 |
| RGB | rgb(37, 24, 7) |
| HSL | hsl(34, 68%, 9%) |
| CMYK | cmyk(0%, 35%, 81%, 86%) |
| LAB | lab(9.5 4.2 11.4) |
| LCH | lch(9.5 12.2 70.0) |
| OKLCH | oklch(0.221 0.035 72.0) |
Copy-ready code
/* CSS */
color: #251807;
background-color: #251807;
/* Tailwind (arbitrary) */
class="text-[#251807] bg-[#251807]"
/* SCSS */
$brand: #251807;
/* SwiftUI */
Color(red: 0.145, green: 0.094, blue: 0.027)
/* Android */
Color.parseColor("#251807")Accessibility — WCAG contrast
Aa
#251807 on white: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#251807 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green9.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow81.1%
Key (black)85.5%
Color previews
#251807 text on a black background
contrast 1.21:1
Card sample
#251807 text on a white background
contrast 17.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #251807;
Background color
Panel with #251807 background
background-color: #251807;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #251807;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 24, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 24, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #251807; background: linear-gradient(135deg, #251807, #1E2507);