#515621
a deep, soft yellow · cool · closest name: olive
RGB
81, 86, 33
HSL
66°, 45%, 23%
CMYK
6, 0, 62, 66
Luminance
0.0851
Every format
| HEX | #515621 |
| RGB | rgb(81, 86, 33) |
| HSL | hsl(66, 45%, 23%) |
| CMYK | cmyk(6%, 0%, 62%, 66%) |
| LAB | lab(35.0 -10.4 29.6) |
| LCH | lch(35.0 31.4 109.4) |
| OKLCH | oklch(0.436 0.075 114.0) |
Copy-ready code
/* CSS */
color: #515621;
background-color: #515621;
/* Tailwind (arbitrary) */
class="text-[#515621] bg-[#515621]"
/* SCSS */
$brand: #515621;
/* SwiftUI */
Color(red: 0.318, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#515621")Accessibility — WCAG contrast
Aa
#515621 on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#515621 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green33.7%
Blue12.9%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow61.6%
Key (black)66.3%
Color previews
#515621 text on a black background
contrast 2.70:1
Card sample
#515621 text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #515621;
Background color
Panel with #515621 background
background-color: #515621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #515621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #515621; background: linear-gradient(135deg, #515621, #2E5621);