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