#8fb3ff
a light, electric blue · cool · closest name: steelblue
RGB
143, 179, 255
HSL
221°, 100%, 78%
CMYK
44, 30, 0, 0
Luminance
0.4530
Every format
| HEX | #8fb3ff |
| RGB | rgb(143, 179, 255) |
| HSL | hsl(221, 100%, 78%) |
| CMYK | cmyk(44%, 30%, 0%, 0%) |
| LAB | lab(73.1 7.1 -41.4) |
| LCH | lch(73.1 42.0 279.8) |
| OKLCH | oklch(0.770 0.117 264.4) |
Copy-ready code
/* CSS */
color: #8fb3ff;
background-color: #8fb3ff;
/* Tailwind (arbitrary) */
class="text-[#8fb3ff] bg-[#8fb3ff]"
/* SCSS */
$brand: #8fb3ff;
/* SwiftUI */
Color(red: 0.561, green: 0.702, blue: 1.000)
/* Android */
Color.parseColor("#8fb3ff")Accessibility — WCAG contrast
Aa
#8fb3ff on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fb3ff on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green70.2%
Blue100.0%
CMYK percentages
Cyan43.9%
Magenta29.8%
Yellow0.0%
Key (black)0.0%
Color previews
#8fb3ff text on a black background
contrast 10.06:1
Card sample
#8fb3ff text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fb3ff;
Background color
Panel with #8fb3ff background
background-color: #8fb3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fb3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 179, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 179, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fb3ff; background: linear-gradient(135deg, #8fb3ff, #B68FFF);