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