#6eb45f
a balanced, soft green · cool · closest name: olivedrab
RGB
110, 180, 95
HSL
109°, 36%, 54%
CMYK
39, 0, 47, 29
Luminance
0.3678
Every format
| HEX | #6eb45f |
| RGB | rgb(110, 180, 95) |
| HSL | hsl(109, 36%, 54%) |
| CMYK | cmyk(39%, 0%, 47%, 29%) |
| LAB | lab(67.1 -38.7 36.4) |
| LCH | lch(67.1 53.1 136.7) |
| OKLCH | oklch(0.703 0.138 140.1) |
Copy-ready code
/* CSS */
color: #6eb45f;
background-color: #6eb45f;
/* Tailwind (arbitrary) */
class="text-[#6eb45f] bg-[#6eb45f]"
/* SCSS */
$brand: #6eb45f;
/* SwiftUI */
Color(red: 0.431, green: 0.706, blue: 0.373)
/* Android */
Color.parseColor("#6eb45f")Accessibility — WCAG contrast
Aa
#6eb45f on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eb45f on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green70.6%
Blue37.3%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow47.2%
Key (black)29.4%
Color previews
#6eb45f text on a black background
contrast 8.36:1
Card sample
#6eb45f text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eb45f;
Background color
Panel with #6eb45f background
background-color: #6eb45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eb45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 180, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 180, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eb45f; background: linear-gradient(135deg, #6eb45f, #5FB489);