#6eb129
a dark, vivid green · cool · closest name: olivedrab
RGB
110, 177, 41
HSL
90°, 62%, 43%
CMYK
38, 0, 77, 31
Luminance
0.3492
Every format
| HEX | #6eb129 |
| RGB | rgb(110, 177, 41) |
| HSL | hsl(90, 62%, 43%) |
| CMYK | cmyk(38%, 0%, 77%, 31%) |
| LAB | lab(65.7 -42.5 58.3) |
| LCH | lch(65.7 72.2 126.1) |
| OKLCH | oklch(0.690 0.177 132.8) |
Copy-ready code
/* CSS */
color: #6eb129;
background-color: #6eb129;
/* Tailwind (arbitrary) */
class="text-[#6eb129] bg-[#6eb129]"
/* SCSS */
$brand: #6eb129;
/* SwiftUI */
Color(red: 0.431, green: 0.694, blue: 0.161)
/* Android */
Color.parseColor("#6eb129")Accessibility — WCAG contrast
Aa
#6eb129 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eb129 on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green69.4%
Blue16.1%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow76.8%
Key (black)30.6%
Color previews
#6eb129 text on a black background
contrast 7.98:1
Card sample
#6eb129 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eb129;
Background color
Panel with #6eb129 background
background-color: #6eb129;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eb129;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 177, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 177, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eb129; background: linear-gradient(135deg, #6eb129, #29B13F);