#823402
a dark, electric orange · warm · closest name: sienna
RGB
130, 52, 2
HSL
23°, 97%, 26%
CMYK
0, 60, 99, 49
Luminance
0.0721
Every format
| HEX | #823402 |
| RGB | rgb(130, 52, 2) |
| HSL | hsl(23, 97%, 26%) |
| CMYK | cmyk(0%, 60%, 99%, 49%) |
| LAB | lab(32.3 31.4 42.8) |
| LCH | lch(32.3 53.1 53.7) |
| OKLCH | oklch(0.428 0.120 45.4) |
Copy-ready code
/* CSS */
color: #823402;
background-color: #823402;
/* Tailwind (arbitrary) */
class="text-[#823402] bg-[#823402]"
/* SCSS */
$brand: #823402;
/* SwiftUI */
Color(red: 0.510, green: 0.204, blue: 0.008)
/* Android */
Color.parseColor("#823402")Accessibility — WCAG contrast
Aa
#823402 on white: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#823402 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green20.4%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow98.5%
Key (black)49.0%
Color previews
#823402 text on a black background
contrast 2.44:1
Card sample
#823402 text on a white background
contrast 8.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #823402;
Background color
Panel with #823402 background
background-color: #823402;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #823402;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 52, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 52, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #823402; background: linear-gradient(135deg, #823402, #7B8202);