#8ffddf
a light, electric cyan · cool · closest name: aquamarine
RGB
143, 253, 223
HSL
164°, 97%, 78%
CMYK
44, 0, 12, 1
Luminance
0.8142
Every format
| HEX | #8ffddf |
| RGB | rgb(143, 253, 223) |
| HSL | hsl(164, 97%, 78%) |
| CMYK | cmyk(44%, 0%, 12%, 1%) |
| LAB | lab(92.3 -38.5 4.5) |
| LCH | lch(92.3 38.8 173.3) |
| OKLCH | oklch(0.920 0.111 174.1) |
Copy-ready code
/* CSS */
color: #8ffddf;
background-color: #8ffddf;
/* Tailwind (arbitrary) */
class="text-[#8ffddf] bg-[#8ffddf]"
/* SCSS */
$brand: #8ffddf;
/* SwiftUI */
Color(red: 0.561, green: 0.992, blue: 0.875)
/* Android */
Color.parseColor("#8ffddf")Accessibility — WCAG contrast
Aa
#8ffddf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ffddf on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green99.2%
Blue87.5%
CMYK percentages
Cyan43.5%
Magenta0.0%
Yellow11.9%
Key (black)0.8%
Color previews
#8ffddf text on a black background
contrast 17.28:1
Card sample
#8ffddf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ffddf;
Background color
Panel with #8ffddf background
background-color: #8ffddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ffddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 253, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 253, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ffddf; background: linear-gradient(135deg, #8ffddf, #8FD2FD);