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