#8fadeb
a light, vivid blue · cool · closest name: steelblue
RGB
143, 173, 235
HSL
220°, 70%, 74%
CMYK
39, 26, 0, 8
Luminance
0.4172
Every format
| HEX | #8fadeb |
| RGB | rgb(143, 173, 235) |
| HSL | hsl(220, 70%, 74%) |
| CMYK | cmyk(39%, 26%, 0%, 8%) |
| LAB | lab(70.7 5.0 -34.3) |
| LCH | lch(70.7 34.7 278.3) |
| OKLCH | oklch(0.749 0.096 264.3) |
Copy-ready code
/* CSS */
color: #8fadeb;
background-color: #8fadeb;
/* Tailwind (arbitrary) */
class="text-[#8fadeb] bg-[#8fadeb]"
/* SCSS */
$brand: #8fadeb;
/* SwiftUI */
Color(red: 0.561, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#8fadeb")Accessibility — WCAG contrast
Aa
#8fadeb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fadeb on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.8%
Blue92.2%
CMYK percentages
Cyan39.1%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#8fadeb text on a black background
contrast 9.34:1
Card sample
#8fadeb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fadeb;
Background color
Panel with #8fadeb background
background-color: #8fadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fadeb; background: linear-gradient(135deg, #8fadeb, #AE8FEB);