#251908
a deep, vivid orange · warm · closest name: black
RGB
37, 25, 8
HSL
35°, 64%, 9%
CMYK
0, 32, 78, 86
Luminance
0.0111
Every format
| HEX | #251908 |
| RGB | rgb(37, 25, 8) |
| HSL | hsl(35, 64%, 9%) |
| CMYK | cmyk(0%, 32%, 78%, 86%) |
| LAB | lab(9.8 3.5 11.5) |
| LCH | lch(9.8 12.0 72.9) |
| OKLCH | oklch(0.224 0.034 74.2) |
Copy-ready code
/* CSS */
color: #251908;
background-color: #251908;
/* Tailwind (arbitrary) */
class="text-[#251908] bg-[#251908]"
/* SCSS */
$brand: #251908;
/* SwiftUI */
Color(red: 0.145, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#251908")Accessibility — WCAG contrast
Aa
#251908 on white: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#251908 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow78.4%
Key (black)85.5%
Color previews
#251908 text on a black background
contrast 1.22:1
Card sample
#251908 text on a white background
contrast 17.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #251908;
Background color
Panel with #251908 background
background-color: #251908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #251908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #251908; background: linear-gradient(135deg, #251908, #1E2508);