#6aaa00
a dark, electric green · cool · closest name: olivedrab
RGB
106, 170, 0
HSL
83°, 100%, 33%
CMYK
38, 0, 100, 33
Luminance
0.3181
Every format
| HEX | #6aaa00 |
| RGB | rgb(106, 170, 0) |
| HSL | hsl(83, 100%, 33%) |
| CMYK | cmyk(38%, 0%, 100%, 33%) |
| LAB | lab(63.2 -42.4 64.6) |
| LCH | lch(63.2 77.2 123.3) |
| OKLCH | oklch(0.668 0.183 131.3) |
Copy-ready code
/* CSS */
color: #6aaa00;
background-color: #6aaa00;
/* Tailwind (arbitrary) */
class="text-[#6aaa00] bg-[#6aaa00]"
/* SCSS */
$brand: #6aaa00;
/* SwiftUI */
Color(red: 0.416, green: 0.667, blue: 0.000)
/* Android */
Color.parseColor("#6aaa00")Accessibility — WCAG contrast
Aa
#6aaa00 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aaa00 on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green66.7%
Blue0.0%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow100.0%
Key (black)33.3%
Color previews
#6aaa00 text on a black background
contrast 7.36:1
Card sample
#6aaa00 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aaa00;
Background color
Panel with #6aaa00 background
background-color: #6aaa00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aaa00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 170, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 170, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aaa00; background: linear-gradient(135deg, #6aaa00, #00AA07);