#8eafd7
a light, vivid blue · cool · closest name: skyblue
RGB
142, 175, 215
HSL
213°, 48%, 70%
CMYK
34, 19, 0, 16
Luminance
0.4132
Every format
| HEX | #8eafd7 |
| RGB | rgb(142, 175, 215) |
| HSL | hsl(213, 48%, 70%) |
| CMYK | cmyk(34%, 19%, 0%, 16%) |
| LAB | lab(70.4 -1.7 -23.8) |
| LCH | lch(70.4 23.9 266.0) |
| OKLCH | oklch(0.744 0.069 253.5) |
Copy-ready code
/* CSS */
color: #8eafd7;
background-color: #8eafd7;
/* Tailwind (arbitrary) */
class="text-[#8eafd7] bg-[#8eafd7]"
/* SCSS */
$brand: #8eafd7;
/* SwiftUI */
Color(red: 0.557, green: 0.686, blue: 0.843)
/* Android */
Color.parseColor("#8eafd7")Accessibility — WCAG contrast
Aa
#8eafd7 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eafd7 on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green68.6%
Blue84.3%
CMYK percentages
Cyan34.0%
Magenta18.6%
Yellow0.0%
Key (black)15.7%
Color previews
#8eafd7 text on a black background
contrast 9.26:1
Card sample
#8eafd7 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eafd7;
Background color
Panel with #8eafd7 background
background-color: #8eafd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eafd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 175, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 175, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eafd7; background: linear-gradient(135deg, #8eafd7, #9E8ED7);