#8ebdcf
a light, soft cyan · cool · closest name: skyblue
RGB
142, 189, 207
HSL
197°, 40%, 68%
CMYK
31, 9, 0, 19
Luminance
0.4665
Every format
| HEX | #8ebdcf |
| RGB | rgb(142, 189, 207) |
| HSL | hsl(197, 40%, 68%) |
| CMYK | cmyk(31%, 9%, 0%, 19%) |
| LAB | lab(74.0 -11.2 -14.1) |
| LCH | lch(74.0 18.0 231.5) |
| OKLCH | oklch(0.771 0.056 223.5) |
Copy-ready code
/* CSS */
color: #8ebdcf;
background-color: #8ebdcf;
/* Tailwind (arbitrary) */
class="text-[#8ebdcf] bg-[#8ebdcf]"
/* SCSS */
$brand: #8ebdcf;
/* SwiftUI */
Color(red: 0.557, green: 0.741, blue: 0.812)
/* Android */
Color.parseColor("#8ebdcf")Accessibility — WCAG contrast
Aa
#8ebdcf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebdcf on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green74.1%
Blue81.2%
CMYK percentages
Cyan31.4%
Magenta8.7%
Yellow0.0%
Key (black)18.8%
Color previews
#8ebdcf text on a black background
contrast 10.33:1
Card sample
#8ebdcf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebdcf;
Background color
Panel with #8ebdcf background
background-color: #8ebdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 189, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 189, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebdcf; background: linear-gradient(135deg, #8ebdcf, #8E92CF);