#8cd7fc
a light, electric cyan · cool · closest name: skyblue
RGB
140, 215, 252
HSL
200°, 95%, 77%
CMYK
44, 15, 0, 1
Luminance
0.6120
Every format
| HEX | #8cd7fc |
| RGB | rgb(140, 215, 252) |
| HSL | hsl(200, 95%, 77%) |
| CMYK | cmyk(44%, 15%, 0%, 1%) |
| LAB | lab(82.5 -13.8 -25.3) |
| LCH | lch(82.5 28.8 241.4) |
| OKLCH | oklch(0.843 0.091 230.6) |
Copy-ready code
/* CSS */
color: #8cd7fc;
background-color: #8cd7fc;
/* Tailwind (arbitrary) */
class="text-[#8cd7fc] bg-[#8cd7fc]"
/* SCSS */
$brand: #8cd7fc;
/* SwiftUI */
Color(red: 0.549, green: 0.843, blue: 0.988)
/* Android */
Color.parseColor("#8cd7fc")Accessibility — WCAG contrast
Aa
#8cd7fc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd7fc on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green84.3%
Blue98.8%
CMYK percentages
Cyan44.4%
Magenta14.7%
Yellow0.0%
Key (black)1.2%
Color previews
#8cd7fc text on a black background
contrast 13.24:1
Card sample
#8cd7fc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd7fc;
Background color
Panel with #8cd7fc background
background-color: #8cd7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 215, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 215, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd7fc; background: linear-gradient(135deg, #8cd7fc, #8C8DFC);