#6ac60f
a dark, electric green · cool · closest name: green
RGB
106, 198, 15
HSL
90°, 86%, 42%
CMYK
47, 0, 92, 22
Luminance
0.4349
Every format
| HEX | #6ac60f |
| RGB | rgb(106, 198, 15) |
| HSL | hsl(90, 86%, 42%) |
| CMYK | cmyk(47%, 0%, 92%, 22%) |
| LAB | lab(71.9 -53.3 69.7) |
| LCH | lch(71.9 87.7 127.4) |
| OKLCH | oklch(0.740 0.212 134.9) |
Copy-ready code
/* CSS */
color: #6ac60f;
background-color: #6ac60f;
/* Tailwind (arbitrary) */
class="text-[#6ac60f] bg-[#6ac60f]"
/* SCSS */
$brand: #6ac60f;
/* SwiftUI */
Color(red: 0.416, green: 0.776, blue: 0.059)
/* Android */
Color.parseColor("#6ac60f")Accessibility — WCAG contrast
Aa
#6ac60f on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ac60f on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green77.6%
Blue5.9%
CMYK percentages
Cyan46.5%
Magenta0.0%
Yellow92.4%
Key (black)22.4%
Color previews
#6ac60f text on a black background
contrast 9.70:1
Card sample
#6ac60f text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ac60f;
Background color
Panel with #6ac60f background
background-color: #6ac60f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ac60f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 198, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 198, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ac60f; background: linear-gradient(135deg, #6ac60f, #0FC62E);