#8fbcff
a light, electric blue · cool · closest name: skyblue
RGB
143, 188, 255
HSL
216°, 100%, 78%
CMYK
44, 26, 0, 0
Luminance
0.4903
Every format
| HEX | #8fbcff |
| RGB | rgb(143, 188, 255) |
| HSL | hsl(216, 100%, 78%) |
| CMYK | cmyk(44%, 26%, 0%, 0%) |
| LAB | lab(75.5 2.1 -37.7) |
| LCH | lch(75.5 37.8 273.2) |
| OKLCH | oklch(0.789 0.108 258.1) |
Copy-ready code
/* CSS */
color: #8fbcff;
background-color: #8fbcff;
/* Tailwind (arbitrary) */
class="text-[#8fbcff] bg-[#8fbcff]"
/* SCSS */
$brand: #8fbcff;
/* SwiftUI */
Color(red: 0.561, green: 0.737, blue: 1.000)
/* Android */
Color.parseColor("#8fbcff")Accessibility — WCAG contrast
Aa
#8fbcff on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbcff on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green73.7%
Blue100.0%
CMYK percentages
Cyan43.9%
Magenta26.3%
Yellow0.0%
Key (black)0.0%
Color previews
#8fbcff text on a black background
contrast 10.81:1
Card sample
#8fbcff text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbcff;
Background color
Panel with #8fbcff background
background-color: #8fbcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 188, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 188, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbcff; background: linear-gradient(135deg, #8fbcff, #AD8FFF);