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