#281c06
a deep, vivid orange · warm · closest name: black
RGB
40, 28, 6
HSL
39°, 74%, 9%
CMYK
0, 30, 85, 84
Luminance
0.0129
Every format
| HEX | #281c06 |
| RGB | rgb(40, 28, 6) |
| HSL | hsl(39, 74%, 9%) |
| CMYK | cmyk(0%, 30%, 85%, 84%) |
| LAB | lab(11.2 2.9 14.3) |
| LCH | lch(11.2 14.6 78.7) |
| OKLCH | oklch(0.236 0.040 80.3) |
Copy-ready code
/* CSS */
color: #281c06;
background-color: #281c06;
/* Tailwind (arbitrary) */
class="text-[#281c06] bg-[#281c06]"
/* SCSS */
$brand: #281c06;
/* SwiftUI */
Color(red: 0.157, green: 0.110, blue: 0.024)
/* Android */
Color.parseColor("#281c06")Accessibility — WCAG contrast
Aa
#281c06 on white: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#281c06 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green11.0%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow85.0%
Key (black)84.3%
Color previews
#281c06 text on a black background
contrast 1.26:1
Card sample
#281c06 text on a white background
contrast 16.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #281c06;
Background color
Panel with #281c06 background
background-color: #281c06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #281c06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 28, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 28, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #281c06; background: linear-gradient(135deg, #281c06, #1D2806);