#8fdfb2
a light, vivid green · cool · closest name: aquamarine
RGB
143, 223, 178
HSL
146°, 56%, 72%
CMYK
36, 0, 20, 13
Luminance
0.6183
Every format
| HEX | #8fdfb2 |
| RGB | rgb(143, 223, 178) |
| HSL | hsl(146, 56%, 72%) |
| CMYK | cmyk(36%, 0%, 20%, 13%) |
| LAB | lab(82.8 -34.1 14.4) |
| LCH | lch(82.8 37.0 157.1) |
| OKLCH | oklch(0.840 0.102 158.6) |
Copy-ready code
/* CSS */
color: #8fdfb2;
background-color: #8fdfb2;
/* Tailwind (arbitrary) */
class="text-[#8fdfb2] bg-[#8fdfb2]"
/* SCSS */
$brand: #8fdfb2;
/* SwiftUI */
Color(red: 0.561, green: 0.875, blue: 0.698)
/* Android */
Color.parseColor("#8fdfb2")Accessibility — WCAG contrast
Aa
#8fdfb2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdfb2 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.5%
Blue69.8%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow20.2%
Key (black)12.5%
Color previews
#8fdfb2 text on a black background
contrast 13.37:1
Card sample
#8fdfb2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdfb2;
Background color
Panel with #8fdfb2 background
background-color: #8fdfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 223, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 223, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdfb2; background: linear-gradient(135deg, #8fdfb2, #8FD7DF);