#522f00
a deep, electric orange · warm · closest name: sienna
RGB
82, 47, 0
HSL
34°, 100%, 16%
CMYK
0, 43, 100, 68
Luminance
0.0383
Every format
| HEX | #522f00 |
| RGB | rgb(82, 47, 0) |
| HSL | hsl(34, 100%, 16%) |
| CMYK | cmyk(0%, 43%, 100%, 68%) |
| LAB | lab(23.1 12.3 32.6) |
| LCH | lch(23.1 34.9 69.3) |
| OKLCH | oklch(0.342 0.076 66.5) |
Copy-ready code
/* CSS */
color: #522f00;
background-color: #522f00;
/* Tailwind (arbitrary) */
class="text-[#522f00] bg-[#522f00]"
/* SCSS */
$brand: #522f00;
/* SwiftUI */
Color(red: 0.322, green: 0.184, blue: 0.000)
/* Android */
Color.parseColor("#522f00")Accessibility — WCAG contrast
Aa
#522f00 on white: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#522f00 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green18.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow100.0%
Key (black)67.8%
Color previews
#522f00 text on a black background
contrast 1.77:1
Card sample
#522f00 text on a white background
contrast 11.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522f00;
Background color
Panel with #522f00 background
background-color: #522f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 47, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 47, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522f00; background: linear-gradient(135deg, #522f00, #3E5200);