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