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