#8eccdb
a light, vivid cyan · cool · closest name: skyblue
RGB
142, 204, 219
HSL
192°, 52%, 71%
CMYK
35, 7, 0, 14
Luminance
0.5405
Every format
| HEX | #8eccdb |
| RGB | rgb(142, 204, 219) |
| HSL | hsl(192, 52%, 71%) |
| CMYK | cmyk(35%, 7%, 0%, 14%) |
| LAB | lab(78.5 -16.1 -13.8) |
| LCH | lch(78.5 21.1 220.6) |
| OKLCH | oklch(0.808 0.067 214.5) |
Copy-ready code
/* CSS */
color: #8eccdb;
background-color: #8eccdb;
/* Tailwind (arbitrary) */
class="text-[#8eccdb] bg-[#8eccdb]"
/* SCSS */
$brand: #8eccdb;
/* SwiftUI */
Color(red: 0.557, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#8eccdb")Accessibility — WCAG contrast
Aa
#8eccdb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eccdb on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green80.0%
Blue85.9%
CMYK percentages
Cyan35.2%
Magenta6.8%
Yellow0.0%
Key (black)14.1%
Color previews
#8eccdb text on a black background
contrast 11.81:1
Card sample
#8eccdb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eccdb;
Background color
Panel with #8eccdb background
background-color: #8eccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eccdb; background: linear-gradient(135deg, #8eccdb, #8E99DB);