#8fcdfb
a light, electric blue · cool · closest name: skyblue
RGB
143, 205, 251
HSL
206°, 93%, 77%
CMYK
43, 18, 0, 2
Luminance
0.5647
Every format
| HEX | #8fcdfb |
| RGB | rgb(143, 205, 251) |
| HSL | hsl(206, 93%, 77%) |
| CMYK | cmyk(43%, 18%, 0%, 2%) |
| LAB | lab(79.9 -8.1 -28.8) |
| LCH | lch(79.9 29.9 254.2) |
| OKLCH | oklch(0.823 0.091 241.3) |
Copy-ready code
/* CSS */
color: #8fcdfb;
background-color: #8fcdfb;
/* Tailwind (arbitrary) */
class="text-[#8fcdfb] bg-[#8fcdfb]"
/* SCSS */
$brand: #8fcdfb;
/* SwiftUI */
Color(red: 0.561, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#8fcdfb")Accessibility — WCAG contrast
Aa
#8fcdfb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcdfb on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green80.4%
Blue98.4%
CMYK percentages
Cyan43.0%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#8fcdfb text on a black background
contrast 12.29:1
Card sample
#8fcdfb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcdfb;
Background color
Panel with #8fcdfb background
background-color: #8fcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcdfb; background: linear-gradient(135deg, #8fcdfb, #998FFB);