#281908
a deep, vivid orange · warm · closest name: black
RGB
40, 25, 8
HSL
32°, 67%, 9%
CMYK
0, 38, 80, 84
Luminance
0.0116
Every format
| HEX | #281908 |
| RGB | rgb(40, 25, 8) |
| HSL | hsl(32, 67%, 9%) |
| CMYK | cmyk(0%, 38%, 80%, 84%) |
| LAB | lab(10.3 5.2 12.2) |
| LCH | lch(10.3 13.3 66.8) |
| OKLCH | oklch(0.229 0.037 67.7) |
Copy-ready code
/* CSS */
color: #281908;
background-color: #281908;
/* Tailwind (arbitrary) */
class="text-[#281908] bg-[#281908]"
/* SCSS */
$brand: #281908;
/* SwiftUI */
Color(red: 0.157, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#281908")Accessibility — WCAG contrast
Aa
#281908 on white: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#281908 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow80.0%
Key (black)84.3%
Color previews
#281908 text on a black background
contrast 1.23:1
Card sample
#281908 text on a white background
contrast 17.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #281908;
Background color
Panel with #281908 background
background-color: #281908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #281908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #281908; background: linear-gradient(135deg, #281908, #222808);