#8eabdf
a light, vivid blue · cool · closest name: steelblue
RGB
142, 171, 223
HSL
219°, 56%, 72%
CMYK
36, 23, 0, 13
Luminance
0.4020
Every format
| HEX | #8eabdf |
| RGB | rgb(142, 171, 223) |
| HSL | hsl(219, 56%, 72%) |
| CMYK | cmyk(36%, 23%, 0%, 13%) |
| LAB | lab(69.6 2.6 -29.4) |
| LCH | lch(69.6 29.5 275.1) |
| OKLCH | oklch(0.739 0.082 261.9) |
Copy-ready code
/* CSS */
color: #8eabdf;
background-color: #8eabdf;
/* Tailwind (arbitrary) */
class="text-[#8eabdf] bg-[#8eabdf]"
/* SCSS */
$brand: #8eabdf;
/* SwiftUI */
Color(red: 0.557, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#8eabdf")Accessibility — WCAG contrast
Aa
#8eabdf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eabdf on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green67.1%
Blue87.5%
CMYK percentages
Cyan36.3%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8eabdf text on a black background
contrast 9.04:1
Card sample
#8eabdf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eabdf;
Background color
Panel with #8eabdf background
background-color: #8eabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eabdf; background: linear-gradient(135deg, #8eabdf, #A78EDF);