#6ce95f
a balanced, electric green · cool · closest name: forestgreen
RGB
108, 233, 95
HSL
114°, 76%, 64%
CMYK
54, 0, 59, 9
Luminance
0.6229
Every format
| HEX | #6ce95f |
| RGB | rgb(108, 233, 95) |
| HSL | hsl(114, 76%, 64%) |
| CMYK | cmyk(54%, 0%, 59%, 9%) |
| LAB | lab(83.1 -60.7 55.5) |
| LCH | lch(83.1 82.2 137.6) |
| OKLCH | oklch(0.834 0.211 141.8) |
Copy-ready code
/* CSS */
color: #6ce95f;
background-color: #6ce95f;
/* Tailwind (arbitrary) */
class="text-[#6ce95f] bg-[#6ce95f]"
/* SCSS */
$brand: #6ce95f;
/* SwiftUI */
Color(red: 0.424, green: 0.914, blue: 0.373)
/* Android */
Color.parseColor("#6ce95f")Accessibility — WCAG contrast
Aa
#6ce95f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ce95f on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green91.4%
Blue37.3%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow59.2%
Key (black)8.6%
Color previews
#6ce95f text on a black background
contrast 13.46:1
Card sample
#6ce95f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ce95f;
Background color
Panel with #6ce95f background
background-color: #6ce95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ce95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 233, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 233, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ce95f; background: linear-gradient(135deg, #6ce95f, #5FE9AE);