#52290a
a deep, electric orange · warm · closest name: sienna
RGB
82, 41, 10
HSL
26°, 78%, 18%
CMYK
0, 50, 88, 68
Luminance
0.0340
Every format
| HEX | #52290a |
| RGB | rgb(82, 41, 10) |
| HSL | hsl(26, 78%, 18%) |
| CMYK | cmyk(0%, 50%, 88%, 68%) |
| LAB | lab(21.6 16.5 27.0) |
| LCH | lch(21.6 31.6 58.5) |
| OKLCH | oklch(0.330 0.074 53.2) |
Copy-ready code
/* CSS */
color: #52290a;
background-color: #52290a;
/* Tailwind (arbitrary) */
class="text-[#52290a] bg-[#52290a]"
/* SCSS */
$brand: #52290a;
/* SwiftUI */
Color(red: 0.322, green: 0.161, blue: 0.039)
/* Android */
Color.parseColor("#52290a")Accessibility — WCAG contrast
Aa
#52290a on white: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#52290a on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green16.1%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow87.8%
Key (black)67.8%
Color previews
#52290a text on a black background
contrast 1.68:1
Card sample
#52290a text on a white background
contrast 12.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52290a;
Background color
Panel with #52290a background
background-color: #52290a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52290a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 41, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 41, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52290a; background: linear-gradient(135deg, #52290a, #4B520A);