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