#569421
a dark, vivid green · cool · closest name: olivedrab
RGB
86, 148, 33
HSL
92°, 64%, 36%
CMYK
42, 0, 78, 42
Luminance
0.2327
Every format
| HEX | #569421 |
| RGB | rgb(86, 148, 33) |
| HSL | hsl(92, 64%, 36%) |
| CMYK | cmyk(42%, 0%, 78%, 42%) |
| LAB | lab(55.4 -39.1 50.7) |
| LCH | lch(55.4 64.0 127.7) |
| OKLCH | oklch(0.602 0.157 134.2) |
Copy-ready code
/* CSS */
color: #569421;
background-color: #569421;
/* Tailwind (arbitrary) */
class="text-[#569421] bg-[#569421]"
/* SCSS */
$brand: #569421;
/* SwiftUI */
Color(red: 0.337, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#569421")Accessibility — WCAG contrast
Aa
#569421 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#569421 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green58.0%
Blue12.9%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow77.7%
Key (black)42.0%
Color previews
#569421 text on a black background
contrast 5.65:1
Card sample
#569421 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #569421;
Background color
Panel with #569421 background
background-color: #569421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #569421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #569421; background: linear-gradient(135deg, #569421, #219439);