#6ca310
a dark, electric green · cool · closest name: olivedrab
RGB
108, 163, 16
HSL
82°, 82%, 35%
CMYK
34, 0, 90, 36
Luminance
0.2942
Every format
| HEX | #6ca310 |
| RGB | rgb(108, 163, 16) |
| HSL | hsl(82, 82%, 35%) |
| CMYK | cmyk(34%, 0%, 90%, 36%) |
| LAB | lab(61.1 -38.3 60.7) |
| LCH | lch(61.1 71.8 122.2) |
| OKLCH | oklch(0.652 0.171 130.0) |
Copy-ready code
/* CSS */
color: #6ca310;
background-color: #6ca310;
/* Tailwind (arbitrary) */
class="text-[#6ca310] bg-[#6ca310]"
/* SCSS */
$brand: #6ca310;
/* SwiftUI */
Color(red: 0.424, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#6ca310")Accessibility — WCAG contrast
Aa
#6ca310 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6ca310 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green63.9%
Blue6.3%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#6ca310 text on a black background
contrast 6.88:1
Card sample
#6ca310 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ca310;
Background color
Panel with #6ca310 background
background-color: #6ca310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ca310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ca310; background: linear-gradient(135deg, #6ca310, #10A316);