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