#8fbdf3
a light, electric blue · cool · closest name: skyblue
RGB
143, 189, 243
HSL
212°, 81%, 76%
CMYK
41, 22, 0, 5
Luminance
0.4871
Every format
| HEX | #8fbdf3 |
| RGB | rgb(143, 189, 243) |
| HSL | hsl(212, 81%, 76%) |
| CMYK | cmyk(41%, 22%, 0%, 5%) |
| LAB | lab(75.3 -1.7 -31.6) |
| LCH | lch(75.3 31.6 266.9) |
| OKLCH | oklch(0.786 0.092 252.9) |
Copy-ready code
/* CSS */
color: #8fbdf3;
background-color: #8fbdf3;
/* Tailwind (arbitrary) */
class="text-[#8fbdf3] bg-[#8fbdf3]"
/* SCSS */
$brand: #8fbdf3;
/* SwiftUI */
Color(red: 0.561, green: 0.741, blue: 0.953)
/* Android */
Color.parseColor("#8fbdf3")Accessibility — WCAG contrast
Aa
#8fbdf3 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbdf3 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green74.1%
Blue95.3%
CMYK percentages
Cyan41.2%
Magenta22.2%
Yellow0.0%
Key (black)4.7%
Color previews
#8fbdf3 text on a black background
contrast 10.74:1
Card sample
#8fbdf3 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbdf3;
Background color
Panel with #8fbdf3 background
background-color: #8fbdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 189, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 189, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbdf3; background: linear-gradient(135deg, #8fbdf3, #A48FF3);