#6acf49
a balanced, vivid green · cool · closest name: forestgreen
RGB
106, 207, 73
HSL
105°, 58%, 55%
CMYK
49, 0, 65, 19
Luminance
0.4817
Every format
| HEX | #6acf49 |
| RGB | rgb(106, 207, 73) |
| HSL | hsl(105, 58%, 55%) |
| CMYK | cmyk(49%, 0%, 65%, 19%) |
| LAB | lab(74.9 -53.6 55.7) |
| LCH | lch(74.9 77.3 133.9) |
| OKLCH | oklch(0.766 0.196 138.9) |
Copy-ready code
/* CSS */
color: #6acf49;
background-color: #6acf49;
/* Tailwind (arbitrary) */
class="text-[#6acf49] bg-[#6acf49]"
/* SCSS */
$brand: #6acf49;
/* SwiftUI */
Color(red: 0.416, green: 0.812, blue: 0.286)
/* Android */
Color.parseColor("#6acf49")Accessibility — WCAG contrast
Aa
#6acf49 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6acf49 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green81.2%
Blue28.6%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow64.7%
Key (black)18.8%
Color previews
#6acf49 text on a black background
contrast 10.63:1
Card sample
#6acf49 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6acf49;
Background color
Panel with #6acf49 background
background-color: #6acf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6acf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 207, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 207, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6acf49; background: linear-gradient(135deg, #6acf49, #49CF81);