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