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