#8ffdaf
a light, electric green · cool · closest name: aquamarine
RGB
143, 253, 175
HSL
138°, 97%, 78%
CMYK
44, 0, 31, 1
Luminance
0.7919
Every format
| HEX | #8ffdaf |
| RGB | rgb(143, 253, 175) |
| HSL | hsl(138, 97%, 78%) |
| CMYK | cmyk(44%, 0%, 31%, 1%) |
| LAB | lab(91.3 -48.0 27.7) |
| LCH | lch(91.3 55.4 150.0) |
| OKLCH | oklch(0.908 0.148 151.9) |
Copy-ready code
/* CSS */
color: #8ffdaf;
background-color: #8ffdaf;
/* Tailwind (arbitrary) */
class="text-[#8ffdaf] bg-[#8ffdaf]"
/* SCSS */
$brand: #8ffdaf;
/* SwiftUI */
Color(red: 0.561, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#8ffdaf")Accessibility — WCAG contrast
Aa
#8ffdaf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ffdaf on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green99.2%
Blue68.6%
CMYK percentages
Cyan43.5%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#8ffdaf text on a black background
contrast 16.84:1
Card sample
#8ffdaf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ffdaf;
Background color
Panel with #8ffdaf background
background-color: #8ffdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ffdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ffdaf; background: linear-gradient(135deg, #8ffdaf, #8FFDF8);