#8ebaca
a light, soft cyan · cool · closest name: skyblue
RGB
142, 186, 202
HSL
196°, 36%, 68%
CMYK
30, 8, 0, 21
Luminance
0.4513
Every format
| HEX | #8ebaca |
| RGB | rgb(142, 186, 202) |
| HSL | hsl(196, 36%, 68%) |
| CMYK | cmyk(30%, 8%, 0%, 21%) |
| LAB | lab(73.0 -10.8 -12.8) |
| LCH | lch(73.0 16.8 229.9) |
| OKLCH | oklch(0.763 0.052 222.2) |
Copy-ready code
/* CSS */
color: #8ebaca;
background-color: #8ebaca;
/* Tailwind (arbitrary) */
class="text-[#8ebaca] bg-[#8ebaca]"
/* SCSS */
$brand: #8ebaca;
/* SwiftUI */
Color(red: 0.557, green: 0.729, blue: 0.792)
/* Android */
Color.parseColor("#8ebaca")Accessibility — WCAG contrast
Aa
#8ebaca on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebaca on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.9%
Blue79.2%
CMYK percentages
Cyan29.7%
Magenta7.9%
Yellow0.0%
Key (black)20.8%
Color previews
#8ebaca text on a black background
contrast 10.03:1
Card sample
#8ebaca text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebaca;
Background color
Panel with #8ebaca background
background-color: #8ebaca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebaca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 186, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 186, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebaca; background: linear-gradient(135deg, #8ebaca, #8E92CA);