#8ce7af
a light, vivid green · cool · closest name: aquamarine
RGB
140, 231, 175
HSL
143°, 66%, 73%
CMYK
39, 0, 24, 9
Luminance
0.6582
Every format
| HEX | #8ce7af |
| RGB | rgb(140, 231, 175) |
| HSL | hsl(143, 66%, 73%) |
| CMYK | cmyk(39%, 0%, 24%, 9%) |
| LAB | lab(84.9 -39.2 18.9) |
| LCH | lch(84.9 43.5 154.3) |
| OKLCH | oklch(0.856 0.118 155.9) |
Copy-ready code
/* CSS */
color: #8ce7af;
background-color: #8ce7af;
/* Tailwind (arbitrary) */
class="text-[#8ce7af] bg-[#8ce7af]"
/* SCSS */
$brand: #8ce7af;
/* SwiftUI */
Color(red: 0.549, green: 0.906, blue: 0.686)
/* Android */
Color.parseColor("#8ce7af")Accessibility — WCAG contrast
Aa
#8ce7af on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce7af on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green90.6%
Blue68.6%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow24.2%
Key (black)9.4%
Color previews
#8ce7af text on a black background
contrast 14.16:1
Card sample
#8ce7af text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce7af;
Background color
Panel with #8ce7af background
background-color: #8ce7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 231, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 231, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce7af; background: linear-gradient(135deg, #8ce7af, #8CE2E7);