#6ade5a
a balanced, vivid green · cool · closest name: forestgreen
RGB
106, 222, 90
HSL
113°, 67%, 61%
CMYK
52, 0, 60, 13
Luminance
0.5604
Every format
| HEX | #6ade5a |
| RGB | rgb(106, 222, 90) |
| HSL | hsl(113, 67%, 61%) |
| CMYK | cmyk(52%, 0%, 60%, 13%) |
| LAB | lab(79.6 -57.6 53.7) |
| LCH | lch(79.6 78.8 137.0) |
| OKLCH | oklch(0.805 0.202 141.3) |
Copy-ready code
/* CSS */
color: #6ade5a;
background-color: #6ade5a;
/* Tailwind (arbitrary) */
class="text-[#6ade5a] bg-[#6ade5a]"
/* SCSS */
$brand: #6ade5a;
/* SwiftUI */
Color(red: 0.416, green: 0.871, blue: 0.353)
/* Android */
Color.parseColor("#6ade5a")Accessibility — WCAG contrast
Aa
#6ade5a on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ade5a on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green87.1%
Blue35.3%
CMYK percentages
Cyan52.3%
Magenta0.0%
Yellow59.5%
Key (black)12.9%
Color previews
#6ade5a text on a black background
contrast 12.21:1
Card sample
#6ade5a text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ade5a;
Background color
Panel with #6ade5a background
background-color: #6ade5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ade5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 222, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 222, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ade5a; background: linear-gradient(135deg, #6ade5a, #5ADEA2);