#8fbafd
a light, electric blue · cool · closest name: steelblue
RGB
143, 186, 253
HSL
217°, 97%, 78%
CMYK
44, 27, 0, 1
Luminance
0.4805
Every format
| HEX | #8fbafd |
| RGB | rgb(143, 186, 253) |
| HSL | hsl(217, 97%, 78%) |
| CMYK | cmyk(44%, 27%, 0%, 1%) |
| LAB | lab(74.8 2.7 -37.6) |
| LCH | lch(74.8 37.7 274.1) |
| OKLCH | oklch(0.784 0.107 259.1) |
Copy-ready code
/* CSS */
color: #8fbafd;
background-color: #8fbafd;
/* Tailwind (arbitrary) */
class="text-[#8fbafd] bg-[#8fbafd]"
/* SCSS */
$brand: #8fbafd;
/* SwiftUI */
Color(red: 0.561, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#8fbafd")Accessibility — WCAG contrast
Aa
#8fbafd on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbafd on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green72.9%
Blue99.2%
CMYK percentages
Cyan43.5%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#8fbafd text on a black background
contrast 10.61:1
Card sample
#8fbafd text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbafd;
Background color
Panel with #8fbafd background
background-color: #8fbafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbafd; background: linear-gradient(135deg, #8fbafd, #AD8FFD);