#6fbd21
a dark, vivid green · cool · closest name: forestgreen
RGB
111, 189, 33
HSL
90°, 70%, 44%
CMYK
41, 0, 83, 26
Luminance
0.3988
Every format
| HEX | #6fbd21 |
| RGB | rgb(111, 189, 33) |
| HSL | hsl(90, 70%, 44%) |
| CMYK | cmyk(41%, 0%, 83%, 26%) |
| LAB | lab(69.4 -47.6 64.1) |
| LCH | lch(69.4 79.8 126.6) |
| OKLCH | oklch(0.720 0.194 133.6) |
Copy-ready code
/* CSS */
color: #6fbd21;
background-color: #6fbd21;
/* Tailwind (arbitrary) */
class="text-[#6fbd21] bg-[#6fbd21]"
/* SCSS */
$brand: #6fbd21;
/* SwiftUI */
Color(red: 0.435, green: 0.741, blue: 0.129)
/* Android */
Color.parseColor("#6fbd21")Accessibility — WCAG contrast
Aa
#6fbd21 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fbd21 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green74.1%
Blue12.9%
CMYK percentages
Cyan41.3%
Magenta0.0%
Yellow82.5%
Key (black)25.9%
Color previews
#6fbd21 text on a black background
contrast 8.98:1
Card sample
#6fbd21 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fbd21;
Background color
Panel with #6fbd21 background
background-color: #6fbd21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fbd21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 189, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 189, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fbd21; background: linear-gradient(135deg, #6fbd21, #21BD3B);