#515521
a deep, soft yellow · cool · closest name: olive
RGB
81, 85, 33
HSL
65°, 44%, 23%
CMYK
5, 0, 61, 67
Luminance
0.0836
Every format
| HEX | #515521 |
| RGB | rgb(81, 85, 33) |
| HSL | hsl(65, 44%, 23%) |
| CMYK | cmyk(5%, 0%, 61%, 67%) |
| LAB | lab(34.7 -9.8 29.2) |
| LCH | lch(34.7 30.8 108.6) |
| OKLCH | oklch(0.434 0.074 113.1) |
Copy-ready code
/* CSS */
color: #515521;
background-color: #515521;
/* Tailwind (arbitrary) */
class="text-[#515521] bg-[#515521]"
/* SCSS */
$brand: #515521;
/* SwiftUI */
Color(red: 0.318, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#515521")Accessibility — WCAG contrast
Aa
#515521 on white: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#515521 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green33.3%
Blue12.9%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow61.2%
Key (black)66.7%
Color previews
#515521 text on a black background
contrast 2.67:1
Card sample
#515521 text on a white background
contrast 7.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #515521;
Background color
Panel with #515521 background
background-color: #515521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #515521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #515521; background: linear-gradient(135deg, #515521, #2E5521);