#6bbf21
a dark, vivid green · cool · closest name: forestgreen
RGB
107, 191, 33
HSL
92°, 71%, 44%
CMYK
44, 0, 83, 25
Luminance
0.4050
Every format
| HEX | #6bbf21 |
| RGB | rgb(107, 191, 33) |
| HSL | hsl(92, 71%, 44%) |
| CMYK | cmyk(44%, 0%, 83%, 25%) |
| LAB | lab(69.8 -49.7 64.4) |
| LCH | lch(69.8 81.4 127.7) |
| OKLCH | oklch(0.723 0.199 134.6) |
Copy-ready code
/* CSS */
color: #6bbf21;
background-color: #6bbf21;
/* Tailwind (arbitrary) */
class="text-[#6bbf21] bg-[#6bbf21]"
/* SCSS */
$brand: #6bbf21;
/* SwiftUI */
Color(red: 0.420, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#6bbf21")Accessibility — WCAG contrast
Aa
#6bbf21 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bbf21 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green74.9%
Blue12.9%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow82.7%
Key (black)25.1%
Color previews
#6bbf21 text on a black background
contrast 9.10:1
Card sample
#6bbf21 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bbf21;
Background color
Panel with #6bbf21 background
background-color: #6bbf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bbf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bbf21; background: linear-gradient(135deg, #6bbf21, #21BF40);