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