#8ccdfb
a light, electric blue · cool · closest name: skyblue
RGB
140, 205, 251
HSL
205°, 93%, 77%
CMYK
44, 18, 0, 2
Luminance
0.5620
Every format
| HEX | #8ccdfb |
| RGB | rgb(140, 205, 251) |
| HSL | hsl(205, 93%, 77%) |
| CMYK | cmyk(44%, 18%, 0%, 2%) |
| LAB | lab(79.7 -8.8 -29.0) |
| LCH | lch(79.7 30.3 253.0) |
| OKLCH | oklch(0.821 0.093 240.2) |
Copy-ready code
/* CSS */
color: #8ccdfb;
background-color: #8ccdfb;
/* Tailwind (arbitrary) */
class="text-[#8ccdfb] bg-[#8ccdfb]"
/* SCSS */
$brand: #8ccdfb;
/* SwiftUI */
Color(red: 0.549, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#8ccdfb")Accessibility — WCAG contrast
Aa
#8ccdfb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccdfb on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.4%
Blue98.4%
CMYK percentages
Cyan44.2%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#8ccdfb text on a black background
contrast 12.24:1
Card sample
#8ccdfb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccdfb;
Background color
Panel with #8ccdfb background
background-color: #8ccdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccdfb; background: linear-gradient(135deg, #8ccdfb, #958CFB);