#482b07
a deep, electric orange · warm · closest name: sienna
RGB
72, 43, 7
HSL
33°, 82%, 16%
CMYK
0, 40, 90, 72
Luminance
0.0312
Every format
| HEX | #482b07 |
| RGB | rgb(72, 43, 7) |
| HSL | hsl(33, 82%, 16%) |
| CMYK | cmyk(0%, 40%, 90%, 72%) |
| LAB | lab(20.5 10.1 26.6) |
| LCH | lch(20.5 28.4 69.2) |
| OKLCH | oklch(0.319 0.064 66.6) |
Copy-ready code
/* CSS */
color: #482b07;
background-color: #482b07;
/* Tailwind (arbitrary) */
class="text-[#482b07] bg-[#482b07]"
/* SCSS */
$brand: #482b07;
/* SwiftUI */
Color(red: 0.282, green: 0.169, blue: 0.027)
/* Android */
Color.parseColor("#482b07")Accessibility — WCAG contrast
Aa
#482b07 on white: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482b07 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green16.9%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow90.3%
Key (black)71.8%
Color previews
#482b07 text on a black background
contrast 1.62:1
Card sample
#482b07 text on a white background
contrast 12.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482b07;
Background color
Panel with #482b07 background
background-color: #482b07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482b07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 43, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 43, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482b07; background: linear-gradient(135deg, #482b07, #3A4807);