#8fdbb6
a light, vivid green · cool · closest name: aquamarine
RGB
143, 219, 182
HSL
151°, 51%, 71%
CMYK
35, 0, 17, 14
Luminance
0.5988
Every format
| HEX | #8fdbb6 |
| RGB | rgb(143, 219, 182) |
| HSL | hsl(151, 51%, 71%) |
| CMYK | cmyk(35%, 0%, 17%, 14%) |
| LAB | lab(81.8 -31.4 10.8) |
| LCH | lch(81.8 33.3 161.0) |
| OKLCH | oklch(0.832 0.092 162.4) |
Copy-ready code
/* CSS */
color: #8fdbb6;
background-color: #8fdbb6;
/* Tailwind (arbitrary) */
class="text-[#8fdbb6] bg-[#8fdbb6]"
/* SCSS */
$brand: #8fdbb6;
/* SwiftUI */
Color(red: 0.561, green: 0.859, blue: 0.714)
/* Android */
Color.parseColor("#8fdbb6")Accessibility — WCAG contrast
Aa
#8fdbb6 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdbb6 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green85.9%
Blue71.4%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow16.9%
Key (black)14.1%
Color previews
#8fdbb6 text on a black background
contrast 12.98:1
Card sample
#8fdbb6 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdbb6;
Background color
Panel with #8fdbb6 background
background-color: #8fdbb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdbb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 219, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 219, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdbb6; background: linear-gradient(135deg, #8fdbb6, #8FCDDB);