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