#6fd552
a balanced, vivid green · cool · closest name: forestgreen
RGB
111, 213, 82
HSL
107°, 61%, 58%
CMYK
48, 0, 62, 17
Luminance
0.5158
Every format
| HEX | #6fd552 |
| RGB | rgb(111, 213, 82) |
| HSL | hsl(107, 61%, 58%) |
| CMYK | cmyk(48%, 0%, 62%, 17%) |
| LAB | lab(77.0 -53.6 54.3) |
| LCH | lch(77.0 76.3 134.6) |
| OKLCH | oklch(0.784 0.194 139.3) |
Copy-ready code
/* CSS */
color: #6fd552;
background-color: #6fd552;
/* Tailwind (arbitrary) */
class="text-[#6fd552] bg-[#6fd552]"
/* SCSS */
$brand: #6fd552;
/* SwiftUI */
Color(red: 0.435, green: 0.835, blue: 0.322)
/* Android */
Color.parseColor("#6fd552")Accessibility — WCAG contrast
Aa
#6fd552 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fd552 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green83.5%
Blue32.2%
CMYK percentages
Cyan47.9%
Magenta0.0%
Yellow61.5%
Key (black)16.5%
Color previews
#6fd552 text on a black background
contrast 11.32:1
Card sample
#6fd552 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fd552;
Background color
Panel with #6fd552 background
background-color: #6fd552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fd552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 213, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 213, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fd552; background: linear-gradient(135deg, #6fd552, #52D58C);