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