#8ffdbf
a light, electric green · cool · closest name: aquamarine
RGB
143, 253, 191
HSL
146°, 97%, 78%
CMYK
44, 0, 25, 1
Luminance
0.7985
Every format
| HEX | #8ffdbf |
| RGB | rgb(143, 253, 191) |
| HSL | hsl(146, 97%, 78%) |
| CMYK | cmyk(44%, 0%, 25%, 1%) |
| LAB | lab(91.6 -45.1 20.0) |
| LCH | lch(91.6 49.3 156.1) |
| OKLCH | oklch(0.912 0.134 157.6) |
Copy-ready code
/* CSS */
color: #8ffdbf;
background-color: #8ffdbf;
/* Tailwind (arbitrary) */
class="text-[#8ffdbf] bg-[#8ffdbf]"
/* SCSS */
$brand: #8ffdbf;
/* SwiftUI */
Color(red: 0.561, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#8ffdbf")Accessibility — WCAG contrast
Aa
#8ffdbf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ffdbf on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green99.2%
Blue74.9%
CMYK percentages
Cyan43.5%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#8ffdbf text on a black background
contrast 16.97:1
Card sample
#8ffdbf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ffdbf;
Background color
Panel with #8ffdbf background
background-color: #8ffdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ffdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ffdbf; background: linear-gradient(135deg, #8ffdbf, #8FF2FD);