#6ba80f
a dark, electric green · cool · closest name: olivedrab
RGB
107, 168, 15
HSL
84°, 84%, 36%
CMYK
36, 0, 91, 34
Luminance
0.3117
Every format
| HEX | #6ba80f |
| RGB | rgb(107, 168, 15) |
| HSL | hsl(84, 84%, 36%) |
| CMYK | cmyk(36%, 0%, 91%, 34%) |
| LAB | lab(62.6 -40.9 62.1) |
| LCH | lch(62.6 74.3 123.3) |
| OKLCH | oklch(0.664 0.178 131.0) |
Copy-ready code
/* CSS */
color: #6ba80f;
background-color: #6ba80f;
/* Tailwind (arbitrary) */
class="text-[#6ba80f] bg-[#6ba80f]"
/* SCSS */
$brand: #6ba80f;
/* SwiftUI */
Color(red: 0.420, green: 0.659, blue: 0.059)
/* Android */
Color.parseColor("#6ba80f")Accessibility — WCAG contrast
Aa
#6ba80f on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ba80f on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green65.9%
Blue5.9%
CMYK percentages
Cyan36.3%
Magenta0.0%
Yellow91.1%
Key (black)34.1%
Color previews
#6ba80f text on a black background
contrast 7.23:1
Card sample
#6ba80f text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ba80f;
Background color
Panel with #6ba80f background
background-color: #6ba80f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ba80f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 168, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 168, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ba80f; background: linear-gradient(135deg, #6ba80f, #0FA819);