#8cddf0
a light, electric cyan · cool · closest name: skyblue
RGB
140, 221, 240
HSL
191°, 77%, 75%
CMYK
42, 8, 0, 6
Luminance
0.6358
Every format
| HEX | #8cddf0 |
| RGB | rgb(140, 221, 240) |
| HSL | hsl(191, 77%, 75%) |
| CMYK | cmyk(42%, 8%, 0%, 6%) |
| LAB | lab(83.7 -20.0 -17.1) |
| LCH | lch(83.7 26.3 220.5) |
| OKLCH | oklch(0.852 0.083 214.3) |
Copy-ready code
/* CSS */
color: #8cddf0;
background-color: #8cddf0;
/* Tailwind (arbitrary) */
class="text-[#8cddf0] bg-[#8cddf0]"
/* SCSS */
$brand: #8cddf0;
/* SwiftUI */
Color(red: 0.549, green: 0.867, blue: 0.941)
/* Android */
Color.parseColor("#8cddf0")Accessibility — WCAG contrast
Aa
#8cddf0 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cddf0 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green86.7%
Blue94.1%
CMYK percentages
Cyan41.7%
Magenta7.9%
Yellow0.0%
Key (black)5.9%
Color previews
#8cddf0 text on a black background
contrast 13.72:1
Card sample
#8cddf0 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cddf0;
Background color
Panel with #8cddf0 background
background-color: #8cddf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cddf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 221, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 221, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cddf0; background: linear-gradient(135deg, #8cddf0, #8C9AF0);