#6fa115
a dark, electric green · cool · closest name: olivedrab
RGB
111, 161, 21
HSL
81°, 77%, 36%
CMYK
31, 0, 87, 37
Luminance
0.2892
Every format
| HEX | #6fa115 |
| RGB | rgb(111, 161, 21) |
| HSL | hsl(81, 77%, 36%) |
| CMYK | cmyk(31%, 0%, 87%, 37%) |
| LAB | lab(60.7 -36.1 59.4) |
| LCH | lch(60.7 69.5 121.3) |
| OKLCH | oklch(0.649 0.166 128.9) |
Copy-ready code
/* CSS */
color: #6fa115;
background-color: #6fa115;
/* Tailwind (arbitrary) */
class="text-[#6fa115] bg-[#6fa115]"
/* SCSS */
$brand: #6fa115;
/* SwiftUI */
Color(red: 0.435, green: 0.631, blue: 0.082)
/* Android */
Color.parseColor("#6fa115")Accessibility — WCAG contrast
Aa
#6fa115 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6fa115 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green63.1%
Blue8.2%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow87.0%
Key (black)36.9%
Color previews
#6fa115 text on a black background
contrast 6.78:1
Card sample
#6fa115 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fa115;
Background color
Panel with #6fa115 background
background-color: #6fa115;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fa115;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 161, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 161, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fa115; background: linear-gradient(135deg, #6fa115, #15A118);