#8cfade
a light, electric cyan · cool · closest name: aquamarine
RGB
140, 250, 222
HSL
165°, 92%, 77%
CMYK
44, 0, 11, 2
Luminance
0.7922
Every format
| HEX | #8cfade |
| RGB | rgb(140, 250, 222) |
| HSL | hsl(165, 92%, 77%) |
| CMYK | cmyk(44%, 0%, 11%, 2%) |
| LAB | lab(91.3 -38.1 3.6) |
| LCH | lch(91.3 38.3 174.6) |
| OKLCH | oklch(0.911 0.110 175.3) |
Copy-ready code
/* CSS */
color: #8cfade;
background-color: #8cfade;
/* Tailwind (arbitrary) */
class="text-[#8cfade] bg-[#8cfade]"
/* SCSS */
$brand: #8cfade;
/* SwiftUI */
Color(red: 0.549, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#8cfade")Accessibility — WCAG contrast
Aa
#8cfade on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cfade on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green98.0%
Blue87.1%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#8cfade text on a black background
contrast 16.84:1
Card sample
#8cfade text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cfade;
Background color
Panel with #8cfade background
background-color: #8cfade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cfade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cfade; background: linear-gradient(135deg, #8cfade, #8CCDFA);