#555517
a deep, vivid yellow · cool · closest name: olive
RGB
85, 85, 23
HSL
60°, 57%, 21%
CMYK
0, 0, 73, 67
Luminance
0.0849
Every format
| HEX | #555517 |
| RGB | rgb(85, 85, 23) |
| HSL | hsl(60, 57%, 21%) |
| CMYK | cmyk(0%, 0%, 73%, 67%) |
| LAB | lab(35.0 -8.7 34.5) |
| LCH | lch(35.0 35.6 104.1) |
| OKLCH | oklch(0.436 0.082 109.4) |
Copy-ready code
/* CSS */
color: #555517;
background-color: #555517;
/* Tailwind (arbitrary) */
class="text-[#555517] bg-[#555517]"
/* SCSS */
$brand: #555517;
/* SwiftUI */
Color(red: 0.333, green: 0.333, blue: 0.090)
/* Android */
Color.parseColor("#555517")Accessibility — WCAG contrast
Aa
#555517 on white: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#555517 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green33.3%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow72.9%
Key (black)66.7%
Color previews
#555517 text on a black background
contrast 2.70:1
Card sample
#555517 text on a white background
contrast 7.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #555517;
Background color
Panel with #555517 background
background-color: #555517;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #555517;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 85, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 85, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #555517; background: linear-gradient(135deg, #555517, #2C5517);