#8ebfce
a light, soft cyan · cool · closest name: skyblue
RGB
142, 191, 206
HSL
194°, 40%, 68%
CMYK
31, 7, 0, 19
Luminance
0.4747
Every format
| HEX | #8ebfce |
| RGB | rgb(142, 191, 206) |
| HSL | hsl(194, 40%, 68%) |
| CMYK | cmyk(31%, 7%, 0%, 19%) |
| LAB | lab(74.5 -12.5 -12.7) |
| LCH | lch(74.5 17.8 225.5) |
| OKLCH | oklch(0.775 0.056 218.7) |
Copy-ready code
/* CSS */
color: #8ebfce;
background-color: #8ebfce;
/* Tailwind (arbitrary) */
class="text-[#8ebfce] bg-[#8ebfce]"
/* SCSS */
$brand: #8ebfce;
/* SwiftUI */
Color(red: 0.557, green: 0.749, blue: 0.808)
/* Android */
Color.parseColor("#8ebfce")Accessibility — WCAG contrast
Aa
#8ebfce on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebfce on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green74.9%
Blue80.8%
CMYK percentages
Cyan31.1%
Magenta7.3%
Yellow0.0%
Key (black)19.2%
Color previews
#8ebfce text on a black background
contrast 10.49:1
Card sample
#8ebfce text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebfce;
Background color
Panel with #8ebfce background
background-color: #8ebfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 191, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 191, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebfce; background: linear-gradient(135deg, #8ebfce, #8E94CE);