#6fbb66
a balanced, soft green · cool · closest name: forestgreen
RGB
111, 187, 102
HSL
114°, 39%, 57%
CMYK
41, 0, 46, 27
Luminance
0.3988
Every format
| HEX | #6fbb66 |
| RGB | rgb(111, 187, 102) |
| HSL | hsl(114, 39%, 57%) |
| CMYK | cmyk(41%, 0%, 46%, 27%) |
| LAB | lab(69.4 -40.5 35.7) |
| LCH | lch(69.4 54.0 138.6) |
| OKLCH | oklch(0.722 0.141 141.7) |
Copy-ready code
/* CSS */
color: #6fbb66;
background-color: #6fbb66;
/* Tailwind (arbitrary) */
class="text-[#6fbb66] bg-[#6fbb66]"
/* SCSS */
$brand: #6fbb66;
/* SwiftUI */
Color(red: 0.435, green: 0.733, blue: 0.400)
/* Android */
Color.parseColor("#6fbb66")Accessibility — WCAG contrast
Aa
#6fbb66 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fbb66 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green73.3%
Blue40.0%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow45.5%
Key (black)26.7%
Color previews
#6fbb66 text on a black background
contrast 8.98:1
Card sample
#6fbb66 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fbb66;
Background color
Panel with #6fbb66 background
background-color: #6fbb66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fbb66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 187, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 187, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fbb66; background: linear-gradient(135deg, #6fbb66, #66BB96);