#6ac00c
a dark, electric green · cool · closest name: green
RGB
106, 192, 12
HSL
89°, 88%, 40%
CMYK
45, 0, 94, 25
Luminance
0.4079
Every format
| HEX | #6ac00c |
| RGB | rgb(106, 192, 12) |
| HSL | hsl(89, 88%, 40%) |
| CMYK | cmyk(45%, 0%, 94%, 25%) |
| LAB | lab(70.0 -51.0 68.5) |
| LCH | lch(70.0 85.5 126.7) |
| OKLCH | oklch(0.725 0.206 134.3) |
Copy-ready code
/* CSS */
color: #6ac00c;
background-color: #6ac00c;
/* Tailwind (arbitrary) */
class="text-[#6ac00c] bg-[#6ac00c]"
/* SCSS */
$brand: #6ac00c;
/* SwiftUI */
Color(red: 0.416, green: 0.753, blue: 0.047)
/* Android */
Color.parseColor("#6ac00c")Accessibility — WCAG contrast
Aa
#6ac00c on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ac00c on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green75.3%
Blue4.7%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow93.7%
Key (black)24.7%
Color previews
#6ac00c text on a black background
contrast 9.16:1
Card sample
#6ac00c text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ac00c;
Background color
Panel with #6ac00c background
background-color: #6ac00c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ac00c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 192, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 192, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ac00c; background: linear-gradient(135deg, #6ac00c, #0CC026);