#8ccaf3
a light, electric blue · cool · closest name: skyblue
RGB
140, 202, 243
HSL
204°, 81%, 75%
CMYK
42, 17, 0, 5
Luminance
0.5429
Every format
| HEX | #8ccaf3 |
| RGB | rgb(140, 202, 243) |
| HSL | hsl(204, 81%, 75%) |
| CMYK | cmyk(42%, 17%, 0%, 5%) |
| LAB | lab(78.6 -9.4 -26.4) |
| LCH | lch(78.6 28.1 250.4) |
| OKLCH | oklch(0.812 0.086 238.2) |
Copy-ready code
/* CSS */
color: #8ccaf3;
background-color: #8ccaf3;
/* Tailwind (arbitrary) */
class="text-[#8ccaf3] bg-[#8ccaf3]"
/* SCSS */
$brand: #8ccaf3;
/* SwiftUI */
Color(red: 0.549, green: 0.792, blue: 0.953)
/* Android */
Color.parseColor("#8ccaf3")Accessibility — WCAG contrast
Aa
#8ccaf3 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccaf3 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green79.2%
Blue95.3%
CMYK percentages
Cyan42.4%
Magenta16.9%
Yellow0.0%
Key (black)4.7%
Color previews
#8ccaf3 text on a black background
contrast 11.86:1
Card sample
#8ccaf3 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccaf3;
Background color
Panel with #8ccaf3 background
background-color: #8ccaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 202, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 202, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccaf3; background: linear-gradient(135deg, #8ccaf3, #938CF3);