#8ad275
a balanced, vivid green · cool · closest name: olivedrab
RGB
138, 210, 117
HSL
107°, 51%, 64%
CMYK
34, 0, 44, 18
Luminance
0.5278
Every format
| HEX | #8ad275 |
| RGB | rgb(138, 210, 117) |
| HSL | hsl(107, 51%, 64%) |
| CMYK | cmyk(34%, 0%, 44%, 18%) |
| LAB | lab(77.7 -39.9 39.0) |
| LCH | lch(77.7 55.8 135.6) |
| OKLCH | oklch(0.794 0.145 138.9) |
Copy-ready code
/* CSS */
color: #8ad275;
background-color: #8ad275;
/* Tailwind (arbitrary) */
class="text-[#8ad275] bg-[#8ad275]"
/* SCSS */
$brand: #8ad275;
/* SwiftUI */
Color(red: 0.541, green: 0.824, blue: 0.459)
/* Android */
Color.parseColor("#8ad275")Accessibility — WCAG contrast
Aa
#8ad275 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ad275 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green82.4%
Blue45.9%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow44.3%
Key (black)17.6%
Color previews
#8ad275 text on a black background
contrast 11.56:1
Card sample
#8ad275 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ad275;
Background color
Panel with #8ad275 background
background-color: #8ad275;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ad275;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 210, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 210, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ad275; background: linear-gradient(135deg, #8ad275, #75D29E);