#6cbb11
a dark, electric green · cool · closest name: green
RGB
108, 187, 17
HSL
88°, 83%, 40%
CMYK
42, 0, 91, 27
Luminance
0.3877
Every format
| HEX | #6cbb11 |
| RGB | rgb(108, 187, 17) |
| HSL | hsl(88, 83%, 40%) |
| CMYK | cmyk(42%, 0%, 91%, 27%) |
| LAB | lab(68.6 -48.3 66.7) |
| LCH | lch(68.6 82.3 125.9) |
| OKLCH | oklch(0.713 0.199 133.5) |
Copy-ready code
/* CSS */
color: #6cbb11;
background-color: #6cbb11;
/* Tailwind (arbitrary) */
class="text-[#6cbb11] bg-[#6cbb11]"
/* SCSS */
$brand: #6cbb11;
/* SwiftUI */
Color(red: 0.424, green: 0.733, blue: 0.067)
/* Android */
Color.parseColor("#6cbb11")Accessibility — WCAG contrast
Aa
#6cbb11 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cbb11 on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green73.3%
Blue6.7%
CMYK percentages
Cyan42.2%
Magenta0.0%
Yellow90.9%
Key (black)26.7%
Color previews
#6cbb11 text on a black background
contrast 8.75:1
Card sample
#6cbb11 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cbb11;
Background color
Panel with #6cbb11 background
background-color: #6cbb11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cbb11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 187, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 187, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cbb11; background: linear-gradient(135deg, #6cbb11, #11BB27);