#6fda4f
a balanced, vivid green · cool · closest name: forestgreen
RGB
111, 218, 79
HSL
106°, 65%, 58%
CMYK
49, 0, 64, 15
Luminance
0.5409
Every format
| HEX | #6fda4f |
| RGB | rgb(111, 218, 79) |
| HSL | hsl(106, 65%, 58%) |
| CMYK | cmyk(49%, 0%, 64%, 15%) |
| LAB | lab(78.5 -55.8 57.2) |
| LCH | lch(78.5 79.9 134.3) |
| OKLCH | oklch(0.796 0.203 139.2) |
Copy-ready code
/* CSS */
color: #6fda4f;
background-color: #6fda4f;
/* Tailwind (arbitrary) */
class="text-[#6fda4f] bg-[#6fda4f]"
/* SCSS */
$brand: #6fda4f;
/* SwiftUI */
Color(red: 0.435, green: 0.855, blue: 0.310)
/* Android */
Color.parseColor("#6fda4f")Accessibility — WCAG contrast
Aa
#6fda4f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fda4f on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green85.5%
Blue31.0%
CMYK percentages
Cyan49.1%
Magenta0.0%
Yellow63.8%
Key (black)14.5%
Color previews
#6fda4f text on a black background
contrast 11.82:1
Card sample
#6fda4f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fda4f;
Background color
Panel with #6fda4f background
background-color: #6fda4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fda4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 218, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 218, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fda4f; background: linear-gradient(135deg, #6fda4f, #4FDA8C);