#8cdada
a light, vivid cyan · cool · closest name: skyblue
RGB
140, 218, 218
HSL
180°, 51%, 70%
CMYK
36, 0, 0, 15
Luminance
0.6078
Every format
| HEX | #8cdada |
| RGB | rgb(140, 218, 218) |
| HSL | hsl(180, 51%, 70%) |
| CMYK | cmyk(36%, 0%, 0%, 15%) |
| LAB | lab(82.3 -23.9 -7.6) |
| LCH | lch(82.3 25.1 197.7) |
| OKLCH | oklch(0.838 0.077 195.8) |
Copy-ready code
/* CSS */
color: #8cdada;
background-color: #8cdada;
/* Tailwind (arbitrary) */
class="text-[#8cdada] bg-[#8cdada]"
/* SCSS */
$brand: #8cdada;
/* SwiftUI */
Color(red: 0.549, green: 0.855, blue: 0.855)
/* Android */
Color.parseColor("#8cdada")Accessibility — WCAG contrast
Aa
#8cdada on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdada on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green85.5%
Blue85.5%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow0.0%
Key (black)14.5%
Color previews
#8cdada text on a black background
contrast 13.16:1
Card sample
#8cdada text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdada;
Background color
Panel with #8cdada background
background-color: #8cdada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 218, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 218, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdada; background: linear-gradient(135deg, #8cdada, #8CA6DA);