#6aba29
a dark, vivid green · cool · closest name: forestgreen
RGB
106, 186, 41
HSL
93°, 64%, 45%
CMYK
43, 0, 78, 27
Luminance
0.3834
Every format
| HEX | #6aba29 |
| RGB | rgb(106, 186, 41) |
| HSL | hsl(93, 64%, 45%) |
| CMYK | cmyk(43%, 0%, 78%, 27%) |
| LAB | lab(68.3 -47.6 60.7) |
| LCH | lch(68.3 77.2 128.1) |
| OKLCH | oklch(0.711 0.190 134.7) |
Copy-ready code
/* CSS */
color: #6aba29;
background-color: #6aba29;
/* Tailwind (arbitrary) */
class="text-[#6aba29] bg-[#6aba29]"
/* SCSS */
$brand: #6aba29;
/* SwiftUI */
Color(red: 0.416, green: 0.729, blue: 0.161)
/* Android */
Color.parseColor("#6aba29")Accessibility — WCAG contrast
Aa
#6aba29 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aba29 on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green72.9%
Blue16.1%
CMYK percentages
Cyan43.0%
Magenta0.0%
Yellow78.0%
Key (black)27.1%
Color previews
#6aba29 text on a black background
contrast 8.67:1
Card sample
#6aba29 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aba29;
Background color
Panel with #6aba29 background
background-color: #6aba29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aba29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 186, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 186, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aba29; background: linear-gradient(135deg, #6aba29, #29BA49);