#8dfcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
141, 252, 223
HSL
164°, 95%, 77%
CMYK
44, 0, 12, 1
Luminance
0.8061
Every format
| HEX | #8dfcdf |
| RGB | rgb(141, 252, 223) |
| HSL | hsl(164, 95%, 77%) |
| CMYK | cmyk(44%, 0%, 12%, 1%) |
| LAB | lab(92.0 -38.5 4.0) |
| LCH | lch(92.0 38.8 174.1) |
| OKLCH | oklch(0.917 0.111 174.8) |
Copy-ready code
/* CSS */
color: #8dfcdf;
background-color: #8dfcdf;
/* Tailwind (arbitrary) */
class="text-[#8dfcdf] bg-[#8dfcdf]"
/* SCSS */
$brand: #8dfcdf;
/* SwiftUI */
Color(red: 0.553, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#8dfcdf")Accessibility — WCAG contrast
Aa
#8dfcdf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dfcdf on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green98.8%
Blue87.5%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#8dfcdf text on a black background
contrast 17.12:1
Card sample
#8dfcdf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dfcdf;
Background color
Panel with #8dfcdf background
background-color: #8dfcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dfcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dfcdf; background: linear-gradient(135deg, #8dfcdf, #8DCFFC);