#8eccef
a light, electric blue · cool · closest name: skyblue
RGB
142, 204, 239
HSL
202°, 75%, 75%
CMYK
41, 15, 0, 6
Luminance
0.5517
Every format
| HEX | #8eccef |
| RGB | rgb(142, 204, 239) |
| HSL | hsl(202, 75%, 75%) |
| CMYK | cmyk(41%, 15%, 0%, 6%) |
| LAB | lab(79.1 -11.0 -23.5) |
| LCH | lch(79.1 25.9 244.9) |
| OKLCH | oklch(0.816 0.080 233.8) |
Copy-ready code
/* CSS */
color: #8eccef;
background-color: #8eccef;
/* Tailwind (arbitrary) */
class="text-[#8eccef] bg-[#8eccef]"
/* SCSS */
$brand: #8eccef;
/* SwiftUI */
Color(red: 0.557, green: 0.800, blue: 0.937)
/* Android */
Color.parseColor("#8eccef")Accessibility — WCAG contrast
Aa
#8eccef on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eccef on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green80.0%
Blue93.7%
CMYK percentages
Cyan40.6%
Magenta14.6%
Yellow0.0%
Key (black)6.3%
Color previews
#8eccef text on a black background
contrast 12.03:1
Card sample
#8eccef text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eccef;
Background color
Panel with #8eccef background
background-color: #8eccef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eccef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 204, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 204, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eccef; background: linear-gradient(135deg, #8eccef, #918EEF);