#6dcd49
a balanced, vivid green · cool · closest name: forestgreen
RGB
109, 205, 73
HSL
104°, 57%, 55%
CMYK
47, 0, 64, 20
Luminance
0.4739
Every format
| HEX | #6dcd49 |
| RGB | rgb(109, 205, 73) |
| HSL | hsl(104, 57%, 55%) |
| CMYK | cmyk(47%, 0%, 64%, 20%) |
| LAB | lab(74.4 -51.9 55.2) |
| LCH | lch(74.4 75.8 133.2) |
| OKLCH | oklch(0.762 0.192 138.3) |
Copy-ready code
/* CSS */
color: #6dcd49;
background-color: #6dcd49;
/* Tailwind (arbitrary) */
class="text-[#6dcd49] bg-[#6dcd49]"
/* SCSS */
$brand: #6dcd49;
/* SwiftUI */
Color(red: 0.427, green: 0.804, blue: 0.286)
/* Android */
Color.parseColor("#6dcd49")Accessibility — WCAG contrast
Aa
#6dcd49 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dcd49 on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green80.4%
Blue28.6%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow64.4%
Key (black)19.6%
Color previews
#6dcd49 text on a black background
contrast 10.48:1
Card sample
#6dcd49 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dcd49;
Background color
Panel with #6dcd49 background
background-color: #6dcd49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dcd49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 205, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 205, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dcd49; background: linear-gradient(135deg, #6dcd49, #49CD7D);