#8fade8
a light, vivid blue · cool · closest name: steelblue
RGB
143, 173, 232
HSL
220°, 66%, 74%
CMYK
38, 25, 0, 9
Luminance
0.4155
Every format
| HEX | #8fade8 |
| RGB | rgb(143, 173, 232) |
| HSL | hsl(220, 66%, 74%) |
| CMYK | cmyk(38%, 25%, 0%, 9%) |
| LAB | lab(70.6 4.2 -32.9) |
| LCH | lch(70.6 33.1 277.2) |
| OKLCH | oklch(0.748 0.092 263.5) |
Copy-ready code
/* CSS */
color: #8fade8;
background-color: #8fade8;
/* Tailwind (arbitrary) */
class="text-[#8fade8] bg-[#8fade8]"
/* SCSS */
$brand: #8fade8;
/* SwiftUI */
Color(red: 0.561, green: 0.678, blue: 0.910)
/* Android */
Color.parseColor("#8fade8")Accessibility — WCAG contrast
Aa
#8fade8 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fade8 on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.8%
Blue91.0%
CMYK percentages
Cyan38.4%
Magenta25.4%
Yellow0.0%
Key (black)9.0%
Color previews
#8fade8 text on a black background
contrast 9.31:1
Card sample
#8fade8 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fade8;
Background color
Panel with #8fade8 background
background-color: #8fade8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fade8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 173, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 173, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fade8; background: linear-gradient(135deg, #8fade8, #AC8FE8);