#8cdfee
a light, vivid cyan · cool · closest name: skyblue
RGB
140, 223, 238
HSL
189°, 74%, 74%
CMYK
41, 6, 0, 7
Luminance
0.6452
Every format
| HEX | #8cdfee |
| RGB | rgb(140, 223, 238) |
| HSL | hsl(189, 74%, 74%) |
| CMYK | cmyk(41%, 6%, 0%, 7%) |
| LAB | lab(84.2 -21.5 -15.3) |
| LCH | lch(84.2 26.3 215.4) |
| OKLCH | oklch(0.856 0.083 210.2) |
Copy-ready code
/* CSS */
color: #8cdfee;
background-color: #8cdfee;
/* Tailwind (arbitrary) */
class="text-[#8cdfee] bg-[#8cdfee]"
/* SCSS */
$brand: #8cdfee;
/* SwiftUI */
Color(red: 0.549, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#8cdfee")Accessibility — WCAG contrast
Aa
#8cdfee on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdfee on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green87.5%
Blue93.3%
CMYK percentages
Cyan41.2%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#8cdfee text on a black background
contrast 13.90:1
Card sample
#8cdfee text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdfee;
Background color
Panel with #8cdfee background
background-color: #8cdfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdfee; background: linear-gradient(135deg, #8cdfee, #8C9EEE);