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