#8fbdff
a light, electric blue · cool · closest name: skyblue
RGB
143, 189, 255
HSL
215°, 100%, 78%
CMYK
44, 26, 0, 0
Luminance
0.4945
Every format
| HEX | #8fbdff |
| RGB | rgb(143, 189, 255) |
| HSL | hsl(215, 100%, 78%) |
| CMYK | cmyk(44%, 26%, 0%, 0%) |
| LAB | lab(75.7 1.6 -37.3) |
| LCH | lch(75.7 37.3 272.4) |
| OKLCH | oklch(0.791 0.107 257.4) |
Copy-ready code
/* CSS */
color: #8fbdff;
background-color: #8fbdff;
/* Tailwind (arbitrary) */
class="text-[#8fbdff] bg-[#8fbdff]"
/* SCSS */
$brand: #8fbdff;
/* SwiftUI */
Color(red: 0.561, green: 0.741, blue: 1.000)
/* Android */
Color.parseColor("#8fbdff")Accessibility — WCAG contrast
Aa
#8fbdff on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbdff on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green74.1%
Blue100.0%
CMYK percentages
Cyan43.9%
Magenta25.9%
Yellow0.0%
Key (black)0.0%
Color previews
#8fbdff text on a black background
contrast 10.89:1
Card sample
#8fbdff text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbdff;
Background color
Panel with #8fbdff background
background-color: #8fbdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 189, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 189, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbdff; background: linear-gradient(135deg, #8fbdff, #AC8FFF);