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