#8dffdf
a light, electric cyan · cool · closest name: aquamarine
RGB
141, 255, 223
HSL
163°, 100%, 78%
CMYK
45, 0, 13, 0
Luminance
0.8251
Every format
| HEX | #8dffdf |
| RGB | rgb(141, 255, 223) |
| HSL | hsl(163, 100%, 78%) |
| CMYK | cmyk(45%, 0%, 13%, 0%) |
| LAB | lab(92.8 -39.9 5.2) |
| LCH | lch(92.8 40.2 172.6) |
| OKLCH | oklch(0.923 0.115 173.4) |
Copy-ready code
/* CSS */
color: #8dffdf;
background-color: #8dffdf;
/* Tailwind (arbitrary) */
class="text-[#8dffdf] bg-[#8dffdf]"
/* SCSS */
$brand: #8dffdf;
/* SwiftUI */
Color(red: 0.553, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#8dffdf")Accessibility — WCAG contrast
Aa
#8dffdf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dffdf on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green100.0%
Blue87.5%
CMYK percentages
Cyan44.7%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#8dffdf text on a black background
contrast 17.50:1
Card sample
#8dffdf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dffdf;
Background color
Panel with #8dffdf background
background-color: #8dffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dffdf; background: linear-gradient(135deg, #8dffdf, #8DD3FF);