#8ebac2
a light, soft cyan · cool · closest name: skyblue
RGB
142, 186, 194
HSL
189°, 30%, 66%
CMYK
27, 4, 0, 24
Luminance
0.4476
Every format
| HEX | #8ebac2 |
| RGB | rgb(142, 186, 194) |
| HSL | hsl(189, 30%, 66%) |
| CMYK | cmyk(27%, 4%, 0%, 24%) |
| LAB | lab(72.7 -12.7 -8.8) |
| LCH | lch(72.7 15.4 214.7) |
| OKLCH | oklch(0.760 0.048 209.9) |
Copy-ready code
/* CSS */
color: #8ebac2;
background-color: #8ebac2;
/* Tailwind (arbitrary) */
class="text-[#8ebac2] bg-[#8ebac2]"
/* SCSS */
$brand: #8ebac2;
/* SwiftUI */
Color(red: 0.557, green: 0.729, blue: 0.761)
/* Android */
Color.parseColor("#8ebac2")Accessibility — WCAG contrast
Aa
#8ebac2 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebac2 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.9%
Blue76.1%
CMYK percentages
Cyan26.8%
Magenta4.1%
Yellow0.0%
Key (black)23.9%
Color previews
#8ebac2 text on a black background
contrast 9.95:1
Card sample
#8ebac2 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebac2;
Background color
Panel with #8ebac2 background
background-color: #8ebac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 186, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 186, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebac2; background: linear-gradient(135deg, #8ebac2, #8E97C2);