#8eb9cb
a light, soft cyan · cool · closest name: skyblue
RGB
142, 185, 203
HSL
198°, 37%, 68%
CMYK
30, 9, 0, 20
Luminance
0.4476
Every format
| HEX | #8eb9cb |
| RGB | rgb(142, 185, 203) |
| HSL | hsl(198, 37%, 68%) |
| CMYK | cmyk(30%, 9%, 0%, 20%) |
| LAB | lab(72.7 -10.0 -13.7) |
| LCH | lch(72.7 17.0 233.8) |
| OKLCH | oklch(0.761 0.053 225.5) |
Copy-ready code
/* CSS */
color: #8eb9cb;
background-color: #8eb9cb;
/* Tailwind (arbitrary) */
class="text-[#8eb9cb] bg-[#8eb9cb]"
/* SCSS */
$brand: #8eb9cb;
/* SwiftUI */
Color(red: 0.557, green: 0.725, blue: 0.796)
/* Android */
Color.parseColor("#8eb9cb")Accessibility — WCAG contrast
Aa
#8eb9cb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb9cb on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.5%
Blue79.6%
CMYK percentages
Cyan30.0%
Magenta8.9%
Yellow0.0%
Key (black)20.4%
Color previews
#8eb9cb text on a black background
contrast 9.95:1
Card sample
#8eb9cb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb9cb;
Background color
Panel with #8eb9cb background
background-color: #8eb9cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb9cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 185, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 185, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb9cb; background: linear-gradient(135deg, #8eb9cb, #8E90CB);