#555511
a deep, vivid yellow · cool · closest name: olive
RGB
85, 85, 17
HSL
60°, 67%, 20%
CMYK
0, 0, 80, 67
Luminance
0.0847
Every format
| HEX | #555511 |
| RGB | rgb(85, 85, 17) |
| HSL | hsl(60, 67%, 20%) |
| CMYK | cmyk(0%, 0%, 80%, 67%) |
| LAB | lab(34.9 -9.0 37.0) |
| LCH | lch(34.9 38.1 103.7) |
| OKLCH | oklch(0.436 0.086 109.5) |
Copy-ready code
/* CSS */
color: #555511;
background-color: #555511;
/* Tailwind (arbitrary) */
class="text-[#555511] bg-[#555511]"
/* SCSS */
$brand: #555511;
/* SwiftUI */
Color(red: 0.333, green: 0.333, blue: 0.067)
/* Android */
Color.parseColor("#555511")Accessibility — WCAG contrast
Aa
#555511 on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#555511 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green33.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow80.0%
Key (black)66.7%
Color previews
#555511 text on a black background
contrast 2.69:1
Card sample
#555511 text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #555511;
Background color
Panel with #555511 background
background-color: #555511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #555511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 85, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 85, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #555511; background: linear-gradient(135deg, #555511, #285511);