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