#8ebac0
a light, soft cyan · cool · closest name: skyblue
RGB
142, 186, 192
HSL
187°, 28%, 66%
CMYK
26, 3, 0, 25
Luminance
0.4467
Every format
| HEX | #8ebac0 |
| RGB | rgb(142, 186, 192) |
| HSL | hsl(187, 28%, 66%) |
| CMYK | cmyk(26%, 3%, 0%, 25%) |
| LAB | lab(72.7 -13.2 -7.8) |
| LCH | lch(72.7 15.3 210.7) |
| OKLCH | oklch(0.759 0.048 206.6) |
Copy-ready code
/* CSS */
color: #8ebac0;
background-color: #8ebac0;
/* Tailwind (arbitrary) */
class="text-[#8ebac0] bg-[#8ebac0]"
/* SCSS */
$brand: #8ebac0;
/* SwiftUI */
Color(red: 0.557, green: 0.729, blue: 0.753)
/* Android */
Color.parseColor("#8ebac0")Accessibility — WCAG contrast
Aa
#8ebac0 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebac0 on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.9%
Blue75.3%
CMYK percentages
Cyan26.0%
Magenta3.1%
Yellow0.0%
Key (black)24.7%
Color previews
#8ebac0 text on a black background
contrast 9.93:1
Card sample
#8ebac0 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebac0;
Background color
Panel with #8ebac0 background
background-color: #8ebac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 186, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 186, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebac0; background: linear-gradient(135deg, #8ebac0, #8E99C0);