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