#6fdc49
a balanced, vivid green · cool · closest name: forestgreen
RGB
111, 220, 73
HSL
105°, 68%, 58%
CMYK
50, 0, 67, 14
Luminance
0.5505
Every format
| HEX | #6fdc49 |
| RGB | rgb(111, 220, 73) |
| HSL | hsl(105, 68%, 58%) |
| CMYK | cmyk(50%, 0%, 67%, 14%) |
| LAB | lab(79.1 -57.1 60.2) |
| LCH | lch(79.1 83.0 133.5) |
| OKLCH | oklch(0.800 0.209 138.7) |
Copy-ready code
/* CSS */
color: #6fdc49;
background-color: #6fdc49;
/* Tailwind (arbitrary) */
class="text-[#6fdc49] bg-[#6fdc49]"
/* SCSS */
$brand: #6fdc49;
/* SwiftUI */
Color(red: 0.435, green: 0.863, blue: 0.286)
/* Android */
Color.parseColor("#6fdc49")Accessibility — WCAG contrast
Aa
#6fdc49 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdc49 on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green86.3%
Blue28.6%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow66.8%
Key (black)13.7%
Color previews
#6fdc49 text on a black background
contrast 12.01:1
Card sample
#6fdc49 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdc49;
Background color
Panel with #6fdc49 background
background-color: #6fdc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 220, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 220, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdc49; background: linear-gradient(135deg, #6fdc49, #49DC85);