#8fdfaa
a light, vivid green · cool · closest name: aquamarine
RGB
143, 223, 170
HSL
140°, 56%, 72%
CMYK
36, 0, 24, 13
Luminance
0.6152
Every format
| HEX | #8fdfaa |
| RGB | rgb(143, 223, 170) |
| HSL | hsl(140, 56%, 72%) |
| CMYK | cmyk(36%, 0%, 24%, 13%) |
| LAB | lab(82.7 -35.6 18.4) |
| LCH | lch(82.7 40.1 152.7) |
| OKLCH | oklch(0.838 0.109 154.4) |
Copy-ready code
/* CSS */
color: #8fdfaa;
background-color: #8fdfaa;
/* Tailwind (arbitrary) */
class="text-[#8fdfaa] bg-[#8fdfaa]"
/* SCSS */
$brand: #8fdfaa;
/* SwiftUI */
Color(red: 0.561, green: 0.875, blue: 0.667)
/* Android */
Color.parseColor("#8fdfaa")Accessibility — WCAG contrast
Aa
#8fdfaa on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdfaa on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.5%
Blue66.7%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow23.8%
Key (black)12.5%
Color previews
#8fdfaa text on a black background
contrast 13.30:1
Card sample
#8fdfaa text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdfaa;
Background color
Panel with #8fdfaa background
background-color: #8fdfaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdfaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 223, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 223, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdfaa; background: linear-gradient(135deg, #8fdfaa, #8FDFDF);