#6cd25f
a balanced, vivid green · cool · closest name: forestgreen
RGB
108, 210, 95
HSL
113°, 56%, 60%
CMYK
49, 0, 55, 18
Luminance
0.5011
Every format
| HEX | #6cd25f |
| RGB | rgb(108, 210, 95) |
| HSL | hsl(113, 56%, 60%) |
| CMYK | cmyk(49%, 0%, 55%, 18%) |
| LAB | lab(76.1 -51.9 47.4) |
| LCH | lch(76.1 70.3 137.6) |
| OKLCH | oklch(0.777 0.181 141.5) |
Copy-ready code
/* CSS */
color: #6cd25f;
background-color: #6cd25f;
/* Tailwind (arbitrary) */
class="text-[#6cd25f] bg-[#6cd25f]"
/* SCSS */
$brand: #6cd25f;
/* SwiftUI */
Color(red: 0.424, green: 0.824, blue: 0.373)
/* Android */
Color.parseColor("#6cd25f")Accessibility — WCAG contrast
Aa
#6cd25f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd25f on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green82.4%
Blue37.3%
CMYK percentages
Cyan48.6%
Magenta0.0%
Yellow54.8%
Key (black)17.6%
Color previews
#6cd25f text on a black background
contrast 11.02:1
Card sample
#6cd25f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd25f;
Background color
Panel with #6cd25f background
background-color: #6cd25f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd25f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 210, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 210, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd25f; background: linear-gradient(135deg, #6cd25f, #5FD29F);