#555d11
a deep, vivid yellow · cool · closest name: olive
RGB
85, 93, 17
HSL
66°, 69%, 22%
CMYK
9, 0, 82, 64
Luminance
0.0980
Every format
| HEX | #555d11 |
| RGB | rgb(85, 93, 17) |
| HSL | hsl(66, 69%, 22%) |
| CMYK | cmyk(9%, 0%, 82%, 64%) |
| LAB | lab(37.5 -13.6 39.3) |
| LCH | lch(37.5 41.6 109.1) |
| OKLCH | oklch(0.456 0.096 115.7) |
Copy-ready code
/* CSS */
color: #555d11;
background-color: #555d11;
/* Tailwind (arbitrary) */
class="text-[#555d11] bg-[#555d11]"
/* SCSS */
$brand: #555d11;
/* SwiftUI */
Color(red: 0.333, green: 0.365, blue: 0.067)
/* Android */
Color.parseColor("#555d11")Accessibility — WCAG contrast
Aa
#555d11 on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#555d11 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green36.5%
Blue6.7%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow81.7%
Key (black)63.5%
Color previews
#555d11 text on a black background
contrast 2.96:1
Card sample
#555d11 text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #555d11;
Background color
Panel with #555d11 background
background-color: #555d11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #555d11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 93, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 93, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #555d11; background: linear-gradient(135deg, #555d11, #225D11);