#6fda49
a balanced, vivid green · cool · closest name: forestgreen
RGB
111, 218, 73
HSL
104°, 66%, 57%
CMYK
49, 0, 67, 15
Luminance
0.5400
Every format
| HEX | #6fda49 |
| RGB | rgb(111, 218, 73) |
| HSL | hsl(104, 66%, 57%) |
| CMYK | cmyk(49%, 0%, 67%, 15%) |
| LAB | lab(78.5 -56.4 59.6) |
| LCH | lch(78.5 82.0 133.4) |
| OKLCH | oklch(0.795 0.207 138.6) |
Copy-ready code
/* CSS */
color: #6fda49;
background-color: #6fda49;
/* Tailwind (arbitrary) */
class="text-[#6fda49] bg-[#6fda49]"
/* SCSS */
$brand: #6fda49;
/* SwiftUI */
Color(red: 0.435, green: 0.855, blue: 0.286)
/* Android */
Color.parseColor("#6fda49")Accessibility — WCAG contrast
Aa
#6fda49 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fda49 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green85.5%
Blue28.6%
CMYK percentages
Cyan49.1%
Magenta0.0%
Yellow66.5%
Key (black)14.5%
Color previews
#6fda49 text on a black background
contrast 11.80:1
Card sample
#6fda49 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fda49;
Background color
Panel with #6fda49 background
background-color: #6fda49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fda49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 218, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 218, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fda49; background: linear-gradient(135deg, #6fda49, #49DA84);