#6fcc3f
a balanced, vivid green · cool · closest name: forestgreen
RGB
111, 204, 63
HSL
100°, 58%, 52%
CMYK
46, 0, 69, 20
Luminance
0.4692
Every format
| HEX | #6fcc3f |
| RGB | rgb(111, 204, 63) |
| HSL | hsl(100, 58%, 52%) |
| CMYK | cmyk(46%, 0%, 69%, 20%) |
| LAB | lab(74.1 -51.8 58.9) |
| LCH | lch(74.1 78.4 131.3) |
| OKLCH | oklch(0.760 0.196 136.9) |
Copy-ready code
/* CSS */
color: #6fcc3f;
background-color: #6fcc3f;
/* Tailwind (arbitrary) */
class="text-[#6fcc3f] bg-[#6fcc3f]"
/* SCSS */
$brand: #6fcc3f;
/* SwiftUI */
Color(red: 0.435, green: 0.800, blue: 0.247)
/* Android */
Color.parseColor("#6fcc3f")Accessibility — WCAG contrast
Aa
#6fcc3f on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fcc3f on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green80.0%
Blue24.7%
CMYK percentages
Cyan45.6%
Magenta0.0%
Yellow69.1%
Key (black)20.0%
Color previews
#6fcc3f text on a black background
contrast 10.38:1
Card sample
#6fcc3f text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fcc3f;
Background color
Panel with #6fcc3f background
background-color: #6fcc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fcc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 204, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 204, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fcc3f; background: linear-gradient(135deg, #6fcc3f, #3FCC6D);