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