#8fd6ab
a light, vivid green · cool · closest name: aquamarine
RGB
143, 214, 171
HSL
144°, 46%, 70%
CMYK
33, 0, 20, 16
Luminance
0.5687
Every format
| HEX | #8fd6ab |
| RGB | rgb(143, 214, 171) |
| HSL | hsl(144, 46%, 70%) |
| CMYK | cmyk(33%, 0%, 20%, 16%) |
| LAB | lab(80.1 -31.2 14.3) |
| LCH | lch(80.1 34.4 155.4) |
| OKLCH | oklch(0.817 0.094 157.0) |
Copy-ready code
/* CSS */
color: #8fd6ab;
background-color: #8fd6ab;
/* Tailwind (arbitrary) */
class="text-[#8fd6ab] bg-[#8fd6ab]"
/* SCSS */
$brand: #8fd6ab;
/* SwiftUI */
Color(red: 0.561, green: 0.839, blue: 0.671)
/* Android */
Color.parseColor("#8fd6ab")Accessibility — WCAG contrast
Aa
#8fd6ab on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd6ab on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green83.9%
Blue67.1%
CMYK percentages
Cyan33.2%
Magenta0.0%
Yellow20.1%
Key (black)16.1%
Color previews
#8fd6ab text on a black background
contrast 12.37:1
Card sample
#8fd6ab text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd6ab;
Background color
Panel with #8fd6ab background
background-color: #8fd6ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd6ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 214, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 214, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd6ab; background: linear-gradient(135deg, #8fd6ab, #8FD2D6);