#241908
a deep, vivid orange · warm · closest name: black
RGB
36, 25, 8
HSL
36°, 64%, 9%
CMYK
0, 31, 78, 86
Luminance
0.0109
Every format
| HEX | #241908 |
| RGB | rgb(36, 25, 8) |
| HSL | hsl(36, 64%, 9%) |
| CMYK | cmyk(0%, 31%, 78%, 86%) |
| LAB | lab(9.7 3.0 11.3) |
| LCH | lch(9.7 11.7 75.3) |
| OKLCH | oklch(0.223 0.034 76.6) |
Copy-ready code
/* CSS */
color: #241908;
background-color: #241908;
/* Tailwind (arbitrary) */
class="text-[#241908] bg-[#241908]"
/* SCSS */
$brand: #241908;
/* SwiftUI */
Color(red: 0.141, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#241908")Accessibility — WCAG contrast
Aa
#241908 on white: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241908 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow77.8%
Key (black)85.9%
Color previews
#241908 text on a black background
contrast 1.22:1
Card sample
#241908 text on a white background
contrast 17.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241908;
Background color
Panel with #241908 background
background-color: #241908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241908; background: linear-gradient(135deg, #241908, #1C2408);