#8cdfec
a light, vivid cyan · cool · closest name: skyblue
RGB
140, 223, 236
HSL
188°, 72%, 74%
CMYK
41, 6, 0, 8
Luminance
0.6441
Every format
| HEX | #8cdfec |
| RGB | rgb(140, 223, 236) |
| HSL | hsl(188, 72%, 74%) |
| CMYK | cmyk(41%, 6%, 0%, 8%) |
| LAB | lab(84.2 -22.0 -14.3) |
| LCH | lch(84.2 26.2 213.0) |
| OKLCH | oklch(0.855 0.083 208.4) |
Copy-ready code
/* CSS */
color: #8cdfec;
background-color: #8cdfec;
/* Tailwind (arbitrary) */
class="text-[#8cdfec] bg-[#8cdfec]"
/* SCSS */
$brand: #8cdfec;
/* SwiftUI */
Color(red: 0.549, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#8cdfec")Accessibility — WCAG contrast
Aa
#8cdfec on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdfec on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green87.5%
Blue92.5%
CMYK percentages
Cyan40.7%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#8cdfec text on a black background
contrast 13.88:1
Card sample
#8cdfec text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdfec;
Background color
Panel with #8cdfec background
background-color: #8cdfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdfec; background: linear-gradient(135deg, #8cdfec, #8C9FEC);