#6aa310
a dark, electric green · cool · closest name: olivedrab
RGB
106, 163, 16
HSL
83°, 82%, 35%
CMYK
35, 0, 90, 36
Luminance
0.2930
Every format
| HEX | #6aa310 |
| RGB | rgb(106, 163, 16) |
| HSL | hsl(83, 82%, 35%) |
| CMYK | cmyk(35%, 0%, 90%, 36%) |
| LAB | lab(61.0 -39.0 60.6) |
| LCH | lch(61.0 72.0 122.8) |
| OKLCH | oklch(0.651 0.172 130.5) |
Copy-ready code
/* CSS */
color: #6aa310;
background-color: #6aa310;
/* Tailwind (arbitrary) */
class="text-[#6aa310] bg-[#6aa310]"
/* SCSS */
$brand: #6aa310;
/* SwiftUI */
Color(red: 0.416, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#6aa310")Accessibility — WCAG contrast
Aa
#6aa310 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6aa310 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green63.9%
Blue6.3%
CMYK percentages
Cyan35.0%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#6aa310 text on a black background
contrast 6.86:1
Card sample
#6aa310 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aa310;
Background color
Panel with #6aa310 background
background-color: #6aa310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aa310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aa310; background: linear-gradient(135deg, #6aa310, #10A318);