#8faff6
a light, electric blue · cool · closest name: steelblue
RGB
143, 175, 246
HSL
221°, 85%, 76%
CMYK
42, 29, 0, 4
Luminance
0.4315
Every format
| HEX | #8faff6 |
| RGB | rgb(143, 175, 246) |
| HSL | hsl(221, 85%, 76%) |
| CMYK | cmyk(42%, 29%, 0%, 4%) |
| LAB | lab(71.7 6.9 -38.8) |
| LCH | lch(71.7 39.4 280.0) |
| OKLCH | oklch(0.758 0.109 265.3) |
Copy-ready code
/* CSS */
color: #8faff6;
background-color: #8faff6;
/* Tailwind (arbitrary) */
class="text-[#8faff6] bg-[#8faff6]"
/* SCSS */
$brand: #8faff6;
/* SwiftUI */
Color(red: 0.561, green: 0.686, blue: 0.965)
/* Android */
Color.parseColor("#8faff6")Accessibility — WCAG contrast
Aa
#8faff6 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8faff6 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green68.6%
Blue96.5%
CMYK percentages
Cyan41.9%
Magenta28.9%
Yellow0.0%
Key (black)3.5%
Color previews
#8faff6 text on a black background
contrast 9.63:1
Card sample
#8faff6 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8faff6;
Background color
Panel with #8faff6 background
background-color: #8faff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8faff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 175, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 175, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8faff6; background: linear-gradient(135deg, #8faff6, #B48FF6);