#555621
a deep, soft yellow · cool · closest name: olive
RGB
85, 86, 33
HSL
61°, 45%, 23%
CMYK
1, 0, 62, 66
Luminance
0.0870
Every format
| HEX | #555621 |
| RGB | rgb(85, 86, 33) |
| HSL | hsl(61, 45%, 23%) |
| CMYK | cmyk(1%, 0%, 62%, 66%) |
| LAB | lab(35.4 -8.5 30.1) |
| LCH | lch(35.4 31.3 105.8) |
| OKLCH | oklch(0.440 0.074 110.1) |
Copy-ready code
/* CSS */
color: #555621;
background-color: #555621;
/* Tailwind (arbitrary) */
class="text-[#555621] bg-[#555621]"
/* SCSS */
$brand: #555621;
/* SwiftUI */
Color(red: 0.333, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#555621")Accessibility — WCAG contrast
Aa
#555621 on white: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#555621 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green33.7%
Blue12.9%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow61.6%
Key (black)66.3%
Color previews
#555621 text on a black background
contrast 2.74:1
Card sample
#555621 text on a white background
contrast 7.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #555621;
Background color
Panel with #555621 background
background-color: #555621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #555621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #555621; background: linear-gradient(135deg, #555621, #325621);