#8face7
a light, vivid blue · cool · closest name: steelblue
RGB
143, 172, 231
HSL
220°, 65%, 73%
CMYK
38, 26, 0, 9
Luminance
0.4111
Every format
| HEX | #8face7 |
| RGB | rgb(143, 172, 231) |
| HSL | hsl(220, 65%, 73%) |
| CMYK | cmyk(38%, 26%, 0%, 9%) |
| LAB | lab(70.3 4.5 -32.8) |
| LCH | lch(70.3 33.1 277.7) |
| OKLCH | oklch(0.745 0.092 264.1) |
Copy-ready code
/* CSS */
color: #8face7;
background-color: #8face7;
/* Tailwind (arbitrary) */
class="text-[#8face7] bg-[#8face7]"
/* SCSS */
$brand: #8face7;
/* SwiftUI */
Color(red: 0.561, green: 0.675, blue: 0.906)
/* Android */
Color.parseColor("#8face7")Accessibility — WCAG contrast
Aa
#8face7 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8face7 on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.5%
Blue90.6%
CMYK percentages
Cyan38.1%
Magenta25.5%
Yellow0.0%
Key (black)9.4%
Color previews
#8face7 text on a black background
contrast 9.22:1
Card sample
#8face7 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8face7;
Background color
Panel with #8face7 background
background-color: #8face7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8face7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 172, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 172, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8face7; background: linear-gradient(135deg, #8face7, #AD8FE7);