#8ce9af
a light, vivid green · cool · closest name: aquamarine
RGB
140, 233, 175
HSL
143°, 68%, 73%
CMYK
40, 0, 25, 9
Luminance
0.6695
Every format
| HEX | #8ce9af |
| RGB | rgb(140, 233, 175) |
| HSL | hsl(143, 68%, 73%) |
| CMYK | cmyk(40%, 0%, 25%, 9%) |
| LAB | lab(85.5 -40.1 19.7) |
| LCH | lch(85.5 44.7 153.9) |
| OKLCH | oklch(0.861 0.121 155.5) |
Copy-ready code
/* CSS */
color: #8ce9af;
background-color: #8ce9af;
/* Tailwind (arbitrary) */
class="text-[#8ce9af] bg-[#8ce9af]"
/* SCSS */
$brand: #8ce9af;
/* SwiftUI */
Color(red: 0.549, green: 0.914, blue: 0.686)
/* Android */
Color.parseColor("#8ce9af")Accessibility — WCAG contrast
Aa
#8ce9af on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce9af on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green91.4%
Blue68.6%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow24.9%
Key (black)8.6%
Color previews
#8ce9af text on a black background
contrast 14.39:1
Card sample
#8ce9af text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce9af;
Background color
Panel with #8ce9af background
background-color: #8ce9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 233, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 233, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce9af; background: linear-gradient(135deg, #8ce9af, #8CE5E9);