#556633
a dark, soft green · cool · closest name: seagreen
RGB
85, 102, 51
HSL
80°, 33%, 30%
CMYK
17, 0, 50, 60
Luminance
0.1167
Every format
| HEX | #556633 |
| RGB | rgb(85, 102, 51) |
| HSL | hsl(80, 33%, 30%) |
| CMYK | cmyk(17%, 0%, 50%, 60%) |
| LAB | lab(40.7 -15.7 26.6) |
| LCH | lch(40.7 30.9 120.5) |
| OKLCH | oklch(0.483 0.077 124.4) |
Copy-ready code
/* CSS */
color: #556633;
background-color: #556633;
/* Tailwind (arbitrary) */
class="text-[#556633] bg-[#556633]"
/* SCSS */
$brand: #556633;
/* SwiftUI */
Color(red: 0.333, green: 0.400, blue: 0.200)
/* Android */
Color.parseColor("#556633")Accessibility — WCAG contrast
Aa
#556633 on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#556633 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green40.0%
Blue20.0%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow50.0%
Key (black)60.0%
Color previews
#556633 text on a black background
contrast 3.33:1
Card sample
#556633 text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #556633;
Background color
Panel with #556633 background
background-color: #556633;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #556633;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 102, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 102, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #556633; background: linear-gradient(135deg, #556633, #336633);