#8faaeb
a light, vivid blue · cool · closest name: steelblue
RGB
143, 170, 235
HSL
222°, 70%, 74%
CMYK
39, 28, 0, 8
Luminance
0.4059
Every format
| HEX | #8faaeb |
| RGB | rgb(143, 170, 235) |
| HSL | hsl(222, 70%, 74%) |
| CMYK | cmyk(39%, 28%, 0%, 8%) |
| LAB | lab(69.9 6.7 -35.5) |
| LCH | lch(69.9 36.2 280.6) |
| OKLCH | oklch(0.743 0.099 266.7) |
Copy-ready code
/* CSS */
color: #8faaeb;
background-color: #8faaeb;
/* Tailwind (arbitrary) */
class="text-[#8faaeb] bg-[#8faaeb]"
/* SCSS */
$brand: #8faaeb;
/* SwiftUI */
Color(red: 0.561, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#8faaeb")Accessibility — WCAG contrast
Aa
#8faaeb on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8faaeb on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green66.7%
Blue92.2%
CMYK percentages
Cyan39.1%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#8faaeb text on a black background
contrast 9.12:1
Card sample
#8faaeb text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8faaeb;
Background color
Panel with #8faaeb background
background-color: #8faaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8faaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8faaeb; background: linear-gradient(135deg, #8faaeb, #B18FEB);