#8fdab2
a light, vivid green · cool · closest name: aquamarine
RGB
143, 218, 178
HSL
148°, 50%, 71%
CMYK
34, 0, 18, 15
Luminance
0.5920
Every format
| HEX | #8fdab2 |
| RGB | rgb(143, 218, 178) |
| HSL | hsl(148, 50%, 71%) |
| CMYK | cmyk(34%, 0%, 18%, 15%) |
| LAB | lab(81.4 -31.8 12.4) |
| LCH | lch(81.4 34.1 158.7) |
| OKLCH | oklch(0.828 0.094 160.1) |
Copy-ready code
/* CSS */
color: #8fdab2;
background-color: #8fdab2;
/* Tailwind (arbitrary) */
class="text-[#8fdab2] bg-[#8fdab2]"
/* SCSS */
$brand: #8fdab2;
/* SwiftUI */
Color(red: 0.561, green: 0.855, blue: 0.698)
/* Android */
Color.parseColor("#8fdab2")Accessibility — WCAG contrast
Aa
#8fdab2 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdab2 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green85.5%
Blue69.8%
CMYK percentages
Cyan34.4%
Magenta0.0%
Yellow18.3%
Key (black)14.5%
Color previews
#8fdab2 text on a black background
contrast 12.84:1
Card sample
#8fdab2 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdab2;
Background color
Panel with #8fdab2 background
background-color: #8fdab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 218, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 218, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdab2; background: linear-gradient(135deg, #8fdab2, #8FD0DA);