#8cd8df
a light, vivid cyan · cool · closest name: skyblue
RGB
140, 216, 223
HSL
185°, 57%, 71%
CMYK
37, 3, 0, 13
Luminance
0.6001
Every format
| HEX | #8cd8df |
| RGB | rgb(140, 216, 223) |
| HSL | hsl(185, 57%, 71%) |
| CMYK | cmyk(37%, 3%, 0%, 13%) |
| LAB | lab(81.8 -21.7 -10.9) |
| LCH | lch(81.8 24.3 206.6) |
| OKLCH | oklch(0.835 0.076 203.2) |
Copy-ready code
/* CSS */
color: #8cd8df;
background-color: #8cd8df;
/* Tailwind (arbitrary) */
class="text-[#8cd8df] bg-[#8cd8df]"
/* SCSS */
$brand: #8cd8df;
/* SwiftUI */
Color(red: 0.549, green: 0.847, blue: 0.875)
/* Android */
Color.parseColor("#8cd8df")Accessibility — WCAG contrast
Aa
#8cd8df on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd8df on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green84.7%
Blue87.5%
CMYK percentages
Cyan37.2%
Magenta3.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8cd8df text on a black background
contrast 13.00:1
Card sample
#8cd8df text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd8df;
Background color
Panel with #8cd8df background
background-color: #8cd8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 216, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 216, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd8df; background: linear-gradient(135deg, #8cd8df, #8CA1DF);