#8cfbec
a light, electric cyan · cool · closest name: turquoise
RGB
140, 251, 236
HSL
172°, 93%, 77%
CMYK
44, 0, 6, 2
Luminance
0.8063
Every format
| HEX | #8cfbec |
| RGB | rgb(140, 251, 236) |
| HSL | hsl(172, 93%, 77%) |
| CMYK | cmyk(44%, 0%, 6%, 2%) |
| LAB | lab(92.0 -35.4 -2.7) |
| LCH | lch(92.0 35.5 184.4) |
| OKLCH | oklch(0.918 0.105 184.3) |
Copy-ready code
/* CSS */
color: #8cfbec;
background-color: #8cfbec;
/* Tailwind (arbitrary) */
class="text-[#8cfbec] bg-[#8cfbec]"
/* SCSS */
$brand: #8cfbec;
/* SwiftUI */
Color(red: 0.549, green: 0.984, blue: 0.925)
/* Android */
Color.parseColor("#8cfbec")Accessibility — WCAG contrast
Aa
#8cfbec on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cfbec on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green98.4%
Blue92.5%
CMYK percentages
Cyan44.2%
Magenta0.0%
Yellow6.0%
Key (black)1.6%
Color previews
#8cfbec text on a black background
contrast 17.13:1
Card sample
#8cfbec text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cfbec;
Background color
Panel with #8cfbec background
background-color: #8cfbec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cfbec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 251, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 251, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cfbec; background: linear-gradient(135deg, #8cfbec, #8CC0FB);