#5c520a
a deep, electric yellow · cool · closest name: olive
RGB
92, 82, 10
HSL
53°, 80%, 20%
CMYK
0, 11, 89, 64
Luminance
0.0833
Every format
| HEX | #5c520a |
| RGB | rgb(92, 82, 10) |
| HSL | hsl(53, 80%, 20%) |
| CMYK | cmyk(0%, 11%, 89%, 64%) |
| LAB | lab(34.7 -4.1 39.4) |
| LCH | lch(34.7 39.6 95.9) |
| OKLCH | oklch(0.435 0.086 100.7) |
Copy-ready code
/* CSS */
color: #5c520a;
background-color: #5c520a;
/* Tailwind (arbitrary) */
class="text-[#5c520a] bg-[#5c520a]"
/* SCSS */
$brand: #5c520a;
/* SwiftUI */
Color(red: 0.361, green: 0.322, blue: 0.039)
/* Android */
Color.parseColor("#5c520a")Accessibility — WCAG contrast
Aa
#5c520a on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c520a on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green32.2%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow89.1%
Key (black)63.9%
Color previews
#5c520a text on a black background
contrast 2.67:1
Card sample
#5c520a text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c520a;
Background color
Panel with #5c520a background
background-color: #5c520a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c520a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 82, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 82, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c520a; background: linear-gradient(135deg, #5c520a, #2F5C0A);