#6cc969
a balanced, vivid green · cool · closest name: forestgreen
RGB
108, 201, 105
HSL
118°, 47%, 60%
CMYK
46, 0, 48, 21
Luminance
0.4598
Every format
| HEX | #6cc969 |
| RGB | rgb(108, 201, 105) |
| HSL | hsl(118, 47%, 60%) |
| CMYK | cmyk(46%, 0%, 48%, 21%) |
| LAB | lab(73.5 -46.9 39.4) |
| LCH | lch(73.5 61.3 140.0) |
| OKLCH | oklch(0.756 0.160 143.2) |
Copy-ready code
/* CSS */
color: #6cc969;
background-color: #6cc969;
/* Tailwind (arbitrary) */
class="text-[#6cc969] bg-[#6cc969]"
/* SCSS */
$brand: #6cc969;
/* SwiftUI */
Color(red: 0.424, green: 0.788, blue: 0.412)
/* Android */
Color.parseColor("#6cc969")Accessibility — WCAG contrast
Aa
#6cc969 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cc969 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green78.8%
Blue41.2%
CMYK percentages
Cyan46.3%
Magenta0.0%
Yellow47.8%
Key (black)21.2%
Color previews
#6cc969 text on a black background
contrast 10.20:1
Card sample
#6cc969 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cc969;
Background color
Panel with #6cc969 background
background-color: #6cc969;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cc969;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 201, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 201, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cc969; background: linear-gradient(135deg, #6cc969, #69C9A6);