#8cd3fb
a light, electric blue · cool · closest name: skyblue
RGB
140, 211, 251
HSL
202°, 93%, 77%
CMYK
44, 16, 0, 2
Luminance
0.5913
Every format
| HEX | #8cd3fb |
| RGB | rgb(140, 211, 251) |
| HSL | hsl(202, 93%, 77%) |
| CMYK | cmyk(44%, 16%, 0%, 2%) |
| LAB | lab(81.4 -12.0 -26.5) |
| LCH | lch(81.4 29.1 245.7) |
| OKLCH | oklch(0.834 0.091 234.1) |
Copy-ready code
/* CSS */
color: #8cd3fb;
background-color: #8cd3fb;
/* Tailwind (arbitrary) */
class="text-[#8cd3fb] bg-[#8cd3fb]"
/* SCSS */
$brand: #8cd3fb;
/* SwiftUI */
Color(red: 0.549, green: 0.827, blue: 0.984)
/* Android */
Color.parseColor("#8cd3fb")Accessibility — WCAG contrast
Aa
#8cd3fb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd3fb on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green82.7%
Blue98.4%
CMYK percentages
Cyan44.2%
Magenta15.9%
Yellow0.0%
Key (black)1.6%
Color previews
#8cd3fb text on a black background
contrast 12.83:1
Card sample
#8cd3fb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd3fb;
Background color
Panel with #8cd3fb background
background-color: #8cd3fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd3fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 211, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 211, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd3fb; background: linear-gradient(135deg, #8cd3fb, #8F8CFB);