#6fbc13
a dark, electric green · cool · closest name: forestgreen
RGB
111, 188, 19
HSL
87°, 82%, 41%
CMYK
41, 0, 90, 26
Luminance
0.3939
Every format
| HEX | #6fbc13 |
| RGB | rgb(111, 188, 19) |
| HSL | hsl(87, 82%, 41%) |
| CMYK | cmyk(41%, 0%, 90%, 26%) |
| LAB | lab(69.0 -47.6 66.8) |
| LCH | lch(69.0 82.0 125.5) |
| OKLCH | oklch(0.717 0.198 133.0) |
Copy-ready code
/* CSS */
color: #6fbc13;
background-color: #6fbc13;
/* Tailwind (arbitrary) */
class="text-[#6fbc13] bg-[#6fbc13]"
/* SCSS */
$brand: #6fbc13;
/* SwiftUI */
Color(red: 0.435, green: 0.737, blue: 0.075)
/* Android */
Color.parseColor("#6fbc13")Accessibility — WCAG contrast
Aa
#6fbc13 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fbc13 on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green73.7%
Blue7.5%
CMYK percentages
Cyan41.0%
Magenta0.0%
Yellow89.9%
Key (black)26.3%
Color previews
#6fbc13 text on a black background
contrast 8.88:1
Card sample
#6fbc13 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fbc13;
Background color
Panel with #6fbc13 background
background-color: #6fbc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fbc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 188, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 188, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fbc13; background: linear-gradient(135deg, #6fbc13, #13BC28);