#8cd2eb
a light, vivid cyan · cool · closest name: skyblue
RGB
140, 210, 235
HSL
196°, 70%, 74%
CMYK
40, 11, 0, 8
Luminance
0.5767
Every format
| HEX | #8cd2eb |
| RGB | rgb(140, 210, 235) |
| HSL | hsl(196, 70%, 74%) |
| CMYK | cmyk(40%, 11%, 0%, 8%) |
| LAB | lab(80.5 -15.7 -19.2) |
| LCH | lch(80.5 24.8 230.8) |
| OKLCH | oklch(0.826 0.078 222.5) |
Copy-ready code
/* CSS */
color: #8cd2eb;
background-color: #8cd2eb;
/* Tailwind (arbitrary) */
class="text-[#8cd2eb] bg-[#8cd2eb]"
/* SCSS */
$brand: #8cd2eb;
/* SwiftUI */
Color(red: 0.549, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#8cd2eb")Accessibility — WCAG contrast
Aa
#8cd2eb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd2eb on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green82.4%
Blue92.2%
CMYK percentages
Cyan40.4%
Magenta10.6%
Yellow0.0%
Key (black)7.8%
Color previews
#8cd2eb text on a black background
contrast 12.53:1
Card sample
#8cd2eb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd2eb;
Background color
Panel with #8cd2eb background
background-color: #8cd2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd2eb; background: linear-gradient(135deg, #8cd2eb, #8C93EB);