#8cd0ee
a light, vivid cyan · cool · “skyblue”
RGB
140, 208, 238
HSL
198°, 74%, 74%
CMYK
41, 13, 0, 7
Luminance
0.5686
Every format
| HEX | #8cd0ee |
| RGB | rgb(140, 208, 238) |
| HSL | hsl(198, 74%, 74%) |
| CMYK | cmyk(41%, 13%, 0%, 7%) |
| LAB | lab(80.1 -13.8 -21.5) |
| LCH | lch(80.1 25.6 237.2) |
| OKLCH | oklch(0.823 0.080 227.5) |
Copy-ready code
/* CSS */
color: #8cd0ee;
background-color: #8cd0ee;
/* Tailwind (arbitrary) */
class="text-[#8cd0ee] bg-[#8cd0ee]"
/* SCSS */
$brand: #8cd0ee;
/* SwiftUI */
Color(red: 0.549, green: 0.816, blue: 0.933)
/* Android */
Color.parseColor("#8cd0ee")Accessibility — WCAG contrast
Aa
#8cd0ee on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd0ee on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green81.6%
Blue93.3%
CMYK percentages
Cyan41.2%
Magenta12.6%
Yellow0.0%
Key (black)6.7%
Color previews
#8cd0ee text on a black background
contrast 12.37:1
Card sample
#8cd0ee text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd0ee;
Background color
Panel with #8cd0ee background
background-color: #8cd0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 208, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 208, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd0ee; background: linear-gradient(135deg, #8cd0ee, #8C8FEE);