#8cefec
a light, electric cyan · cool · closest name: turquoise
RGB
140, 239, 236
HSL
178°, 76%, 74%
CMYK
41, 0, 1, 6
Luminance
0.7336
Every format
| HEX | #8cefec |
| RGB | rgb(140, 239, 236) |
| HSL | hsl(178, 76%, 74%) |
| CMYK | cmyk(41%, 0%, 1%, 6%) |
| LAB | lab(88.6 -29.8 -7.7) |
| LCH | lch(88.6 30.7 194.5) |
| OKLCH | oklch(0.891 0.094 193.1) |
Copy-ready code
/* CSS */
color: #8cefec;
background-color: #8cefec;
/* Tailwind (arbitrary) */
class="text-[#8cefec] bg-[#8cefec]"
/* SCSS */
$brand: #8cefec;
/* SwiftUI */
Color(red: 0.549, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#8cefec")Accessibility — WCAG contrast
Aa
#8cefec on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cefec on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green93.7%
Blue92.5%
CMYK percentages
Cyan41.4%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#8cefec text on a black background
contrast 15.67:1
Card sample
#8cefec text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cefec;
Background color
Panel with #8cefec background
background-color: #8cefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cefec; background: linear-gradient(135deg, #8cefec, #8CB0EF);