#8ce5af
a light, vivid green · cool · closest name: aquamarine
RGB
140, 229, 175
HSL
144°, 63%, 72%
CMYK
39, 0, 24, 10
Luminance
0.6471
Every format
| HEX | #8ce5af |
| RGB | rgb(140, 229, 175) |
| HSL | hsl(144, 63%, 72%) |
| CMYK | cmyk(39%, 0%, 24%, 10%) |
| LAB | lab(84.3 -38.3 18.1) |
| LCH | lch(84.3 42.4 154.7) |
| OKLCH | oklch(0.851 0.115 156.3) |
Copy-ready code
/* CSS */
color: #8ce5af;
background-color: #8ce5af;
/* Tailwind (arbitrary) */
class="text-[#8ce5af] bg-[#8ce5af]"
/* SCSS */
$brand: #8ce5af;
/* SwiftUI */
Color(red: 0.549, green: 0.898, blue: 0.686)
/* Android */
Color.parseColor("#8ce5af")Accessibility — WCAG contrast
Aa
#8ce5af on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce5af on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green89.8%
Blue68.6%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow23.6%
Key (black)10.2%
Color previews
#8ce5af text on a black background
contrast 13.94:1
Card sample
#8ce5af text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce5af;
Background color
Panel with #8ce5af background
background-color: #8ce5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 229, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 229, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce5af; background: linear-gradient(135deg, #8ce5af, #8CE0E5);