#8fbaf7
a light, electric blue · cool · closest name: skyblue
RGB
143, 186, 247
HSL
215°, 87%, 77%
CMYK
42, 25, 0, 3
Luminance
0.4767
Every format
| HEX | #8fbaf7 |
| RGB | rgb(143, 186, 247) |
| HSL | hsl(215, 87%, 77%) |
| CMYK | cmyk(42%, 25%, 0%, 3%) |
| LAB | lab(74.6 1.0 -34.7) |
| LCH | lch(74.6 34.7 271.7) |
| OKLCH | oklch(0.781 0.099 257.1) |
Copy-ready code
/* CSS */
color: #8fbaf7;
background-color: #8fbaf7;
/* Tailwind (arbitrary) */
class="text-[#8fbaf7] bg-[#8fbaf7]"
/* SCSS */
$brand: #8fbaf7;
/* SwiftUI */
Color(red: 0.561, green: 0.729, blue: 0.969)
/* Android */
Color.parseColor("#8fbaf7")Accessibility — WCAG contrast
Aa
#8fbaf7 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbaf7 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green72.9%
Blue96.9%
CMYK percentages
Cyan42.1%
Magenta24.7%
Yellow0.0%
Key (black)3.1%
Color previews
#8fbaf7 text on a black background
contrast 10.53:1
Card sample
#8fbaf7 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbaf7;
Background color
Panel with #8fbaf7 background
background-color: #8fbaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 186, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 186, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbaf7; background: linear-gradient(135deg, #8fbaf7, #A98FF7);