#8cdeee
a light, vivid cyan · cool · closest name: skyblue
RGB
140, 222, 238
HSL
190°, 74%, 74%
CMYK
41, 7, 0, 7
Luminance
0.6399
Every format
| HEX | #8cdeee |
| RGB | rgb(140, 222, 238) |
| HSL | hsl(190, 74%, 74%) |
| CMYK | cmyk(41%, 7%, 0%, 7%) |
| LAB | lab(84.0 -21.0 -15.7) |
| LCH | lch(84.0 26.2 216.8) |
| OKLCH | oklch(0.854 0.083 211.3) |
Copy-ready code
/* CSS */
color: #8cdeee;
background-color: #8cdeee;
/* Tailwind (arbitrary) */
class="text-[#8cdeee] bg-[#8cdeee]"
/* SCSS */
$brand: #8cdeee;
/* SwiftUI */
Color(red: 0.549, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#8cdeee")Accessibility — WCAG contrast
Aa
#8cdeee on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdeee on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green87.1%
Blue93.3%
CMYK percentages
Cyan41.2%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#8cdeee text on a black background
contrast 13.80:1
Card sample
#8cdeee text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdeee;
Background color
Panel with #8cdeee background
background-color: #8cdeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdeee; background: linear-gradient(135deg, #8cdeee, #8C9DEE);