#8fdda3
a light, vivid green · cool · closest name: aquamarine
RGB
143, 221, 163
HSL
135°, 53%, 71%
CMYK
35, 0, 26, 13
Luminance
0.6020
Every format
| HEX | #8fdda3 |
| RGB | rgb(143, 221, 163) |
| HSL | hsl(135, 53%, 71%) |
| CMYK | cmyk(35%, 0%, 26%, 13%) |
| LAB | lab(81.9 -36.0 21.1) |
| LCH | lch(81.9 41.7 149.7) |
| OKLCH | oklch(0.832 0.112 151.5) |
Copy-ready code
/* CSS */
color: #8fdda3;
background-color: #8fdda3;
/* Tailwind (arbitrary) */
class="text-[#8fdda3] bg-[#8fdda3]"
/* SCSS */
$brand: #8fdda3;
/* SwiftUI */
Color(red: 0.561, green: 0.867, blue: 0.639)
/* Android */
Color.parseColor("#8fdda3")Accessibility — WCAG contrast
Aa
#8fdda3 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdda3 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green86.7%
Blue63.9%
CMYK percentages
Cyan35.3%
Magenta0.0%
Yellow26.2%
Key (black)13.3%
Color previews
#8fdda3 text on a black background
contrast 13.04:1
Card sample
#8fdda3 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdda3;
Background color
Panel with #8fdda3 background
background-color: #8fdda3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdda3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 221, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 221, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdda3; background: linear-gradient(135deg, #8fdda3, #8FDDD7);