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