#6fd87c
a balanced, vivid green · cool · closest name: forestgreen
RGB
111, 216, 124
HSL
127°, 57%, 64%
CMYK
49, 0, 43, 15
Luminance
0.5395
Every format
| HEX | #6fd87c |
| RGB | rgb(111, 216, 124) |
| HSL | hsl(127, 57%, 64%) |
| CMYK | cmyk(49%, 0%, 43%, 15%) |
| LAB | lab(78.4 -49.5 36.2) |
| LCH | lch(78.4 61.3 143.9) |
| OKLCH | oklch(0.797 0.161 146.5) |
Copy-ready code
/* CSS */
color: #6fd87c;
background-color: #6fd87c;
/* Tailwind (arbitrary) */
class="text-[#6fd87c] bg-[#6fd87c]"
/* SCSS */
$brand: #6fd87c;
/* SwiftUI */
Color(red: 0.435, green: 0.847, blue: 0.486)
/* Android */
Color.parseColor("#6fd87c")Accessibility — WCAG contrast
Aa
#6fd87c on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fd87c on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green84.7%
Blue48.6%
CMYK percentages
Cyan48.6%
Magenta0.0%
Yellow42.6%
Key (black)15.3%
Color previews
#6fd87c text on a black background
contrast 11.79:1
Card sample
#6fd87c text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fd87c;
Background color
Panel with #6fd87c background
background-color: #6fd87c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fd87c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 216, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 216, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fd87c; background: linear-gradient(135deg, #6fd87c, #6FD8C2);