#575310
a deep, vivid yellow · cool · closest name: olive
RGB
87, 83, 16
HSL
57°, 69%, 20%
CMYK
0, 5, 82, 66
Luminance
0.0825
Every format
| HEX | #575310 |
| RGB | rgb(87, 83, 16) |
| HSL | hsl(57, 69%, 20%) |
| CMYK | cmyk(0%, 5%, 82%, 66%) |
| LAB | lab(34.5 -6.9 37.0) |
| LCH | lch(34.5 37.6 100.6) |
| OKLCH | oklch(0.433 0.084 105.9) |
Copy-ready code
/* CSS */
color: #575310;
background-color: #575310;
/* Tailwind (arbitrary) */
class="text-[#575310] bg-[#575310]"
/* SCSS */
$brand: #575310;
/* SwiftUI */
Color(red: 0.341, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#575310")Accessibility — WCAG contrast
Aa
#575310 on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#575310 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green32.5%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow81.6%
Key (black)65.9%
Color previews
#575310 text on a black background
contrast 2.65:1
Card sample
#575310 text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #575310;
Background color
Panel with #575310 background
background-color: #575310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #575310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #575310; background: linear-gradient(135deg, #575310, #2C5710);