#6fd74f
a balanced, vivid green · cool · closest name: forestgreen
RGB
111, 215, 79
HSL
106°, 63%, 58%
CMYK
48, 0, 63, 16
Luminance
0.5254
Every format
| HEX | #6fd74f |
| RGB | rgb(111, 215, 79) |
| HSL | hsl(106, 63%, 58%) |
| CMYK | cmyk(48%, 0%, 63%, 16%) |
| LAB | lab(77.6 -54.7 56.2) |
| LCH | lch(77.6 78.4 134.2) |
| OKLCH | oklch(0.789 0.199 139.1) |
Copy-ready code
/* CSS */
color: #6fd74f;
background-color: #6fd74f;
/* Tailwind (arbitrary) */
class="text-[#6fd74f] bg-[#6fd74f]"
/* SCSS */
$brand: #6fd74f;
/* SwiftUI */
Color(red: 0.435, green: 0.843, blue: 0.310)
/* Android */
Color.parseColor("#6fd74f")Accessibility — WCAG contrast
Aa
#6fd74f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fd74f on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green84.3%
Blue31.0%
CMYK percentages
Cyan48.4%
Magenta0.0%
Yellow63.3%
Key (black)15.7%
Color previews
#6fd74f text on a black background
contrast 11.51:1
Card sample
#6fd74f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fd74f;
Background color
Panel with #6fd74f background
background-color: #6fd74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fd74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 215, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 215, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fd74f; background: linear-gradient(135deg, #6fd74f, #4FD78A);