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