#8eb5ce
a light, soft blue · cool · closest name: skyblue
RGB
142, 181, 206
HSL
203°, 40%, 68%
CMYK
31, 12, 0, 19
Luminance
0.4325
Every format
| HEX | #8eb5ce |
| RGB | rgb(142, 181, 206) |
| HSL | hsl(203, 40%, 68%) |
| CMYK | cmyk(31%, 12%, 0%, 19%) |
| LAB | lab(71.7 -7.2 -16.9) |
| LCH | lch(71.7 18.3 247.0) |
| OKLCH | oklch(0.753 0.055 236.6) |
Copy-ready code
/* CSS */
color: #8eb5ce;
background-color: #8eb5ce;
/* Tailwind (arbitrary) */
class="text-[#8eb5ce] bg-[#8eb5ce]"
/* SCSS */
$brand: #8eb5ce;
/* SwiftUI */
Color(red: 0.557, green: 0.710, blue: 0.808)
/* Android */
Color.parseColor("#8eb5ce")Accessibility — WCAG contrast
Aa
#8eb5ce on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb5ce on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green71.0%
Blue80.8%
CMYK percentages
Cyan31.1%
Magenta12.1%
Yellow0.0%
Key (black)19.2%
Color previews
#8eb5ce text on a black background
contrast 9.65:1
Card sample
#8eb5ce text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb5ce;
Background color
Panel with #8eb5ce background
background-color: #8eb5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 181, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 181, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb5ce; background: linear-gradient(135deg, #8eb5ce, #928ECE);