#6ead2f
a dark, vivid green · cool · closest name: olivedrab
RGB
110, 173, 47
HSL
90°, 57%, 43%
CMYK
36, 0, 73, 32
Luminance
0.3341
Every format
| HEX | #6ead2f |
| RGB | rgb(110, 173, 47) |
| HSL | hsl(90, 57%, 43%) |
| CMYK | cmyk(36%, 0%, 73%, 32%) |
| LAB | lab(64.5 -40.5 55.1) |
| LCH | lch(64.5 68.3 126.3) |
| OKLCH | oklch(0.680 0.168 132.6) |
Copy-ready code
/* CSS */
color: #6ead2f;
background-color: #6ead2f;
/* Tailwind (arbitrary) */
class="text-[#6ead2f] bg-[#6ead2f]"
/* SCSS */
$brand: #6ead2f;
/* SwiftUI */
Color(red: 0.431, green: 0.678, blue: 0.184)
/* Android */
Color.parseColor("#6ead2f")Accessibility — WCAG contrast
Aa
#6ead2f on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ead2f on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green67.8%
Blue18.4%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow72.8%
Key (black)32.2%
Color previews
#6ead2f text on a black background
contrast 7.68:1
Card sample
#6ead2f text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ead2f;
Background color
Panel with #6ead2f background
background-color: #6ead2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ead2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 173, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 173, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ead2f; background: linear-gradient(135deg, #6ead2f, #2FAD44);