#6fbc49
a balanced, vivid green · cool · closest name: forestgreen
RGB
111, 188, 73
HSL
100°, 46%, 51%
CMYK
41, 0, 61, 26
Luminance
0.3983
Every format
| HEX | #6fbc49 |
| RGB | rgb(111, 188, 73) |
| HSL | hsl(100, 46%, 51%) |
| CMYK | cmyk(41%, 0%, 61%, 26%) |
| LAB | lab(69.3 -44.4 49.6) |
| LCH | lch(69.3 66.5 131.8) |
| OKLCH | oklch(0.721 0.169 136.7) |
Copy-ready code
/* CSS */
color: #6fbc49;
background-color: #6fbc49;
/* Tailwind (arbitrary) */
class="text-[#6fbc49] bg-[#6fbc49]"
/* SCSS */
$brand: #6fbc49;
/* SwiftUI */
Color(red: 0.435, green: 0.737, blue: 0.286)
/* Android */
Color.parseColor("#6fbc49")Accessibility — WCAG contrast
Aa
#6fbc49 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fbc49 on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green73.7%
Blue28.6%
CMYK percentages
Cyan41.0%
Magenta0.0%
Yellow61.2%
Key (black)26.3%
Color previews
#6fbc49 text on a black background
contrast 8.97:1
Card sample
#6fbc49 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fbc49;
Background color
Panel with #6fbc49 background
background-color: #6fbc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fbc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 188, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 188, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fbc49; background: linear-gradient(135deg, #6fbc49, #49BC70);