#8ff9da
a light, electric cyan · cool · closest name: aquamarine
RGB
143, 249, 218
HSL
163°, 90%, 77%
CMYK
43, 0, 12, 2
Luminance
0.7865
Every format
| HEX | #8ff9da |
| RGB | rgb(143, 249, 218) |
| HSL | hsl(163, 90%, 77%) |
| CMYK | cmyk(43%, 0%, 12%, 2%) |
| LAB | lab(91.1 -37.8 5.3) |
| LCH | lch(91.1 38.2 172.0) |
| OKLCH | oklch(0.909 0.109 172.9) |
Copy-ready code
/* CSS */
color: #8ff9da;
background-color: #8ff9da;
/* Tailwind (arbitrary) */
class="text-[#8ff9da] bg-[#8ff9da]"
/* SCSS */
$brand: #8ff9da;
/* SwiftUI */
Color(red: 0.561, green: 0.976, blue: 0.855)
/* Android */
Color.parseColor("#8ff9da")Accessibility — WCAG contrast
Aa
#8ff9da on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ff9da on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green97.6%
Blue85.5%
CMYK percentages
Cyan42.6%
Magenta0.0%
Yellow12.4%
Key (black)2.4%
Color previews
#8ff9da text on a black background
contrast 16.73:1
Card sample
#8ff9da text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ff9da;
Background color
Panel with #8ff9da background
background-color: #8ff9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ff9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 249, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 249, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ff9da; background: linear-gradient(135deg, #8ff9da, #8FD1F9);