#6ce47a
a light, vivid green · cool · closest name: forestgreen
RGB
108, 228, 122
HSL
127°, 69%, 66%
CMYK
53, 0, 47, 11
Luminance
0.6008
Every format
| HEX | #6ce47a |
| RGB | rgb(108, 228, 122) |
| HSL | hsl(127, 69%, 66%) |
| CMYK | cmyk(53%, 0%, 47%, 11%) |
| LAB | lab(81.9 -55.4 41.5) |
| LCH | lch(81.9 69.2 143.1) |
| OKLCH | oklch(0.825 0.181 146.0) |
Copy-ready code
/* CSS */
color: #6ce47a;
background-color: #6ce47a;
/* Tailwind (arbitrary) */
class="text-[#6ce47a] bg-[#6ce47a]"
/* SCSS */
$brand: #6ce47a;
/* SwiftUI */
Color(red: 0.424, green: 0.894, blue: 0.478)
/* Android */
Color.parseColor("#6ce47a")Accessibility — WCAG contrast
Aa
#6ce47a on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ce47a on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green89.4%
Blue47.8%
CMYK percentages
Cyan52.6%
Magenta0.0%
Yellow46.5%
Key (black)10.6%
Color previews
#6ce47a text on a black background
contrast 13.02:1
Card sample
#6ce47a text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ce47a;
Background color
Panel with #6ce47a background
background-color: #6ce47a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ce47a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 228, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 228, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ce47a; background: linear-gradient(135deg, #6ce47a, #6CE4CA);