#555522
a deep, soft yellow · cool · closest name: olive
RGB
85, 85, 34
HSL
60°, 43%, 23%
CMYK
0, 0, 60, 67
Luminance
0.0854
Every format
| HEX | #555522 |
| RGB | rgb(85, 85, 34) |
| HSL | hsl(60, 43%, 23%) |
| CMYK | cmyk(0%, 0%, 60%, 67%) |
| LAB | lab(35.1 -7.8 29.2) |
| LCH | lch(35.1 30.2 105.0) |
| OKLCH | oklch(0.438 0.072 109.0) |
Copy-ready code
/* CSS */
color: #555522;
background-color: #555522;
/* Tailwind (arbitrary) */
class="text-[#555522] bg-[#555522]"
/* SCSS */
$brand: #555522;
/* SwiftUI */
Color(red: 0.333, green: 0.333, blue: 0.133)
/* Android */
Color.parseColor("#555522")Accessibility — WCAG contrast
Aa
#555522 on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#555522 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green33.3%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow60.0%
Key (black)66.7%
Color previews
#555522 text on a black background
contrast 2.71:1
Card sample
#555522 text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #555522;
Background color
Panel with #555522 background
background-color: #555522;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #555522;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 85, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 85, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #555522; background: linear-gradient(135deg, #555522, #335522);