#8fade1
a light, vivid blue · cool · closest name: steelblue
RGB
143, 173, 225
HSL
218°, 58%, 72%
CMYK
36, 23, 0, 12
Luminance
0.4116
Every format
| HEX | #8fade1 |
| RGB | rgb(143, 173, 225) |
| HSL | hsl(218, 58%, 72%) |
| CMYK | cmyk(36%, 23%, 0%, 12%) |
| LAB | lab(70.3 2.3 -29.5) |
| LCH | lch(70.3 29.6 274.5) |
| OKLCH | oklch(0.744 0.083 261.2) |
Copy-ready code
/* CSS */
color: #8fade1;
background-color: #8fade1;
/* Tailwind (arbitrary) */
class="text-[#8fade1] bg-[#8fade1]"
/* SCSS */
$brand: #8fade1;
/* SwiftUI */
Color(red: 0.561, green: 0.678, blue: 0.882)
/* Android */
Color.parseColor("#8fade1")Accessibility — WCAG contrast
Aa
#8fade1 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fade1 on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.8%
Blue88.2%
CMYK percentages
Cyan36.4%
Magenta23.1%
Yellow0.0%
Key (black)11.8%
Color previews
#8fade1 text on a black background
contrast 9.23:1
Card sample
#8fade1 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fade1;
Background color
Panel with #8fade1 background
background-color: #8fade1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fade1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 173, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 173, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fade1; background: linear-gradient(135deg, #8fade1, #A88FE1);