#6ccd34
a balanced, vivid green · cool · closest name: forestgreen
RGB
108, 205, 52
HSL
98°, 61%, 50%
CMYK
47, 0, 75, 20
Luminance
0.4710
Every format
| HEX | #6ccd34 |
| RGB | rgb(108, 205, 52) |
| HSL | hsl(98, 61%, 50%) |
| CMYK | cmyk(47%, 0%, 75%, 20%) |
| LAB | lab(74.3 -53.8 62.9) |
| LCH | lch(74.3 82.8 130.5) |
| OKLCH | oklch(0.760 0.205 136.7) |
Copy-ready code
/* CSS */
color: #6ccd34;
background-color: #6ccd34;
/* Tailwind (arbitrary) */
class="text-[#6ccd34] bg-[#6ccd34]"
/* SCSS */
$brand: #6ccd34;
/* SwiftUI */
Color(red: 0.424, green: 0.804, blue: 0.204)
/* Android */
Color.parseColor("#6ccd34")Accessibility — WCAG contrast
Aa
#6ccd34 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ccd34 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green80.4%
Blue20.4%
CMYK percentages
Cyan47.3%
Magenta0.0%
Yellow74.6%
Key (black)19.6%
Color previews
#6ccd34 text on a black background
contrast 10.42:1
Card sample
#6ccd34 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ccd34;
Background color
Panel with #6ccd34 background
background-color: #6ccd34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ccd34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 205, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 205, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ccd34; background: linear-gradient(135deg, #6ccd34, #34CD62);