#8eafdf
a light, vivid blue · cool · closest name: skyblue
RGB
142, 175, 223
HSL
216°, 56%, 72%
CMYK
36, 22, 0, 13
Luminance
0.4174
Every format
| HEX | #8eafdf |
| RGB | rgb(142, 175, 223) |
| HSL | hsl(216, 56%, 72%) |
| CMYK | cmyk(36%, 22%, 0%, 13%) |
| LAB | lab(70.7 0.4 -27.8) |
| LCH | lch(70.7 27.8 270.8) |
| OKLCH | oklch(0.747 0.079 257.7) |
Copy-ready code
/* CSS */
color: #8eafdf;
background-color: #8eafdf;
/* Tailwind (arbitrary) */
class="text-[#8eafdf] bg-[#8eafdf]"
/* SCSS */
$brand: #8eafdf;
/* SwiftUI */
Color(red: 0.557, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#8eafdf")Accessibility — WCAG contrast
Aa
#8eafdf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eafdf on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green68.6%
Blue87.5%
CMYK percentages
Cyan36.3%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#8eafdf text on a black background
contrast 9.35:1
Card sample
#8eafdf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eafdf;
Background color
Panel with #8eafdf background
background-color: #8eafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eafdf; background: linear-gradient(135deg, #8eafdf, #A38EDF);