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