#8facec
a light, vivid blue · cool · closest name: steelblue
RGB
143, 172, 236
HSL
221°, 71%, 74%
CMYK
39, 27, 0, 8
Luminance
0.4140
Every format
| HEX | #8facec |
| RGB | rgb(143, 172, 236) |
| HSL | hsl(221, 71%, 74%) |
| CMYK | cmyk(39%, 27%, 0%, 8%) |
| LAB | lab(70.5 5.8 -35.2) |
| LCH | lch(70.5 35.7 279.4) |
| OKLCH | oklch(0.747 0.098 265.3) |
Copy-ready code
/* CSS */
color: #8facec;
background-color: #8facec;
/* Tailwind (arbitrary) */
class="text-[#8facec] bg-[#8facec]"
/* SCSS */
$brand: #8facec;
/* SwiftUI */
Color(red: 0.561, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#8facec")Accessibility — WCAG contrast
Aa
#8facec on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8facec on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.5%
Blue92.5%
CMYK percentages
Cyan39.4%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#8facec text on a black background
contrast 9.28:1
Card sample
#8facec text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8facec;
Background color
Panel with #8facec background
background-color: #8facec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8facec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8facec; background: linear-gradient(135deg, #8facec, #B08FEC);