#8cdfda
a light, vivid cyan · cool · closest name: turquoise
RGB
140, 223, 218
HSL
176°, 57%, 71%
CMYK
37, 0, 2, 13
Luminance
0.6341
Every format
| HEX | #8cdfda |
| RGB | rgb(140, 223, 218) |
| HSL | hsl(176, 57%, 71%) |
| CMYK | cmyk(37%, 0%, 2%, 13%) |
| LAB | lab(83.7 -26.3 -5.5) |
| LCH | lch(83.7 26.9 191.9) |
| OKLCH | oklch(0.849 0.081 190.9) |
Copy-ready code
/* CSS */
color: #8cdfda;
background-color: #8cdfda;
/* Tailwind (arbitrary) */
class="text-[#8cdfda] bg-[#8cdfda]"
/* SCSS */
$brand: #8cdfda;
/* SwiftUI */
Color(red: 0.549, green: 0.875, blue: 0.855)
/* Android */
Color.parseColor("#8cdfda")Accessibility — WCAG contrast
Aa
#8cdfda on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdfda on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green87.5%
Blue85.5%
CMYK percentages
Cyan37.2%
Magenta0.0%
Yellow2.2%
Key (black)12.5%
Color previews
#8cdfda text on a black background
contrast 13.68:1
Card sample
#8cdfda text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdfda;
Background color
Panel with #8cdfda background
background-color: #8cdfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 223, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 223, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdfda; background: linear-gradient(135deg, #8cdfda, #8CADDF);