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