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