#6aba13
a dark, electric green · cool · closest name: green
RGB
106, 186, 19
HSL
89°, 82%, 40%
CMYK
43, 0, 90, 27
Luminance
0.3823
Every format
| HEX | #6aba13 |
| RGB | rgb(106, 186, 19) |
| HSL | hsl(89, 82%, 40%) |
| CMYK | cmyk(43%, 0%, 90%, 27%) |
| LAB | lab(68.2 -48.5 66.0) |
| LCH | lch(68.2 81.9 126.3) |
| OKLCH | oklch(0.710 0.198 133.8) |
Copy-ready code
/* CSS */
color: #6aba13;
background-color: #6aba13;
/* Tailwind (arbitrary) */
class="text-[#6aba13] bg-[#6aba13]"
/* SCSS */
$brand: #6aba13;
/* SwiftUI */
Color(red: 0.416, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#6aba13")Accessibility — WCAG contrast
Aa
#6aba13 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aba13 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green72.9%
Blue7.5%
CMYK percentages
Cyan43.0%
Magenta0.0%
Yellow89.8%
Key (black)27.1%
Color previews
#6aba13 text on a black background
contrast 8.65:1
Card sample
#6aba13 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aba13;
Background color
Panel with #6aba13 background
background-color: #6aba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aba13; background: linear-gradient(135deg, #6aba13, #13BA2B);