#8cddfe
a light, electric cyan · cool · closest name: skyblue
RGB
140, 221, 254
HSL
197°, 98%, 77%
CMYK
45, 13, 0, 0
Luminance
0.6444
Every format
| HEX | #8cddfe |
| RGB | rgb(140, 221, 254) |
| HSL | hsl(197, 98%, 77%) |
| CMYK | cmyk(45%, 13%, 0%, 0%) |
| LAB | lab(84.2 -16.3 -23.8) |
| LCH | lch(84.2 28.9 235.5) |
| OKLCH | oklch(0.857 0.091 225.9) |
Copy-ready code
/* CSS */
color: #8cddfe;
background-color: #8cddfe;
/* Tailwind (arbitrary) */
class="text-[#8cddfe] bg-[#8cddfe]"
/* SCSS */
$brand: #8cddfe;
/* SwiftUI */
Color(red: 0.549, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#8cddfe")Accessibility — WCAG contrast
Aa
#8cddfe on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cddfe on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green86.7%
Blue99.6%
CMYK percentages
Cyan44.9%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#8cddfe text on a black background
contrast 13.89:1
Card sample
#8cddfe text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cddfe;
Background color
Panel with #8cddfe background
background-color: #8cddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cddfe; background: linear-gradient(135deg, #8cddfe, #8C91FE);