#6fa821
a dark, vivid green · cool · closest name: olivedrab
RGB
111, 168, 33
HSL
85°, 67%, 39%
CMYK
34, 0, 80, 34
Luminance
0.3149
Every format
| HEX | #6fa821 |
| RGB | rgb(111, 168, 33) |
| HSL | hsl(85, 67%, 39%) |
| CMYK | cmyk(34%, 0%, 80%, 34%) |
| LAB | lab(62.9 -38.7 58.2) |
| LCH | lch(62.9 69.9 123.6) |
| OKLCH | oklch(0.667 0.169 130.7) |
Copy-ready code
/* CSS */
color: #6fa821;
background-color: #6fa821;
/* Tailwind (arbitrary) */
class="text-[#6fa821] bg-[#6fa821]"
/* SCSS */
$brand: #6fa821;
/* SwiftUI */
Color(red: 0.435, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#6fa821")Accessibility — WCAG contrast
Aa
#6fa821 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fa821 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green65.9%
Blue12.9%
CMYK percentages
Cyan33.9%
Magenta0.0%
Yellow80.4%
Key (black)34.1%
Color previews
#6fa821 text on a black background
contrast 7.30:1
Card sample
#6fa821 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fa821;
Background color
Panel with #6fa821 background
background-color: #6fa821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fa821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fa821; background: linear-gradient(135deg, #6fa821, #21A82D);