#55661a
a dark, vivid green · cool · closest name: olivedrab
RGB
85, 102, 26
HSL
73°, 59%, 25%
CMYK
17, 0, 75, 60
Luminance
0.1151
Every format
| HEX | #55661a |
| RGB | rgb(85, 102, 26) |
| HSL | hsl(73, 59%, 25%) |
| CMYK | cmyk(17%, 0%, 75%, 60%) |
| LAB | lab(40.4 -18.0 38.7) |
| LCH | lch(40.4 42.7 115.0) |
| OKLCH | oklch(0.480 0.101 121.4) |
Copy-ready code
/* CSS */
color: #55661a;
background-color: #55661a;
/* Tailwind (arbitrary) */
class="text-[#55661a] bg-[#55661a]"
/* SCSS */
$brand: #55661a;
/* SwiftUI */
Color(red: 0.333, green: 0.400, blue: 0.102)
/* Android */
Color.parseColor("#55661a")Accessibility — WCAG contrast
Aa
#55661a on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#55661a on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green40.0%
Blue10.2%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow74.5%
Key (black)60.0%
Color previews
#55661a text on a black background
contrast 3.30:1
Card sample
#55661a text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55661a;
Background color
Panel with #55661a background
background-color: #55661a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55661a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 102, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 102, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55661a; background: linear-gradient(135deg, #55661a, #22661A);