#6ace2c
a balanced, vivid green · cool · closest name: forestgreen
RGB
106, 206, 44
HSL
97°, 65%, 49%
CMYK
49, 0, 79, 19
Luminance
0.4739
Every format
| HEX | #6ace2c |
| RGB | rgb(106, 206, 44) |
| HSL | hsl(97, 65%, 49%) |
| CMYK | cmyk(49%, 0%, 79%, 19%) |
| LAB | lab(74.4 -55.3 65.6) |
| LCH | lch(74.4 85.8 130.1) |
| OKLCH | oklch(0.761 0.212 136.6) |
Copy-ready code
/* CSS */
color: #6ace2c;
background-color: #6ace2c;
/* Tailwind (arbitrary) */
class="text-[#6ace2c] bg-[#6ace2c]"
/* SCSS */
$brand: #6ace2c;
/* SwiftUI */
Color(red: 0.416, green: 0.808, blue: 0.173)
/* Android */
Color.parseColor("#6ace2c")Accessibility — WCAG contrast
Aa
#6ace2c on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ace2c on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green80.8%
Blue17.3%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow78.6%
Key (black)19.2%
Color previews
#6ace2c text on a black background
contrast 10.48:1
Card sample
#6ace2c text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ace2c;
Background color
Panel with #6ace2c background
background-color: #6ace2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ace2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 206, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 206, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ace2c; background: linear-gradient(135deg, #6ace2c, #2CCE5A);