#8fdba9
a light, vivid green · cool · closest name: aquamarine
RGB
143, 219, 169
HSL
141°, 51%, 71%
CMYK
35, 0, 23, 14
Luminance
0.5937
Every format
| HEX | #8fdba9 |
| RGB | rgb(143, 219, 169) |
| HSL | hsl(141, 51%, 71%) |
| CMYK | cmyk(35%, 0%, 23%, 14%) |
| LAB | lab(81.5 -34.0 17.3) |
| LCH | lch(81.5 38.1 153.0) |
| OKLCH | oklch(0.828 0.103 154.7) |
Copy-ready code
/* CSS */
color: #8fdba9;
background-color: #8fdba9;
/* Tailwind (arbitrary) */
class="text-[#8fdba9] bg-[#8fdba9]"
/* SCSS */
$brand: #8fdba9;
/* SwiftUI */
Color(red: 0.561, green: 0.859, blue: 0.663)
/* Android */
Color.parseColor("#8fdba9")Accessibility — WCAG contrast
Aa
#8fdba9 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdba9 on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green85.9%
Blue66.3%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow22.8%
Key (black)14.1%
Color previews
#8fdba9 text on a black background
contrast 12.87:1
Card sample
#8fdba9 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdba9;
Background color
Panel with #8fdba9 background
background-color: #8fdba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 219, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 219, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdba9; background: linear-gradient(135deg, #8fdba9, #8FDADB);