#8cd3ea
a light, vivid cyan · cool · closest name: skyblue
RGB
140, 211, 234
HSL
195°, 69%, 73%
CMYK
40, 10, 0, 8
Luminance
0.5810
Every format
| HEX | #8cd3ea |
| RGB | rgb(140, 211, 234) |
| HSL | hsl(195, 69%, 73%) |
| CMYK | cmyk(40%, 10%, 0%, 8%) |
| LAB | lab(80.8 -16.4 -18.3) |
| LCH | lch(80.8 24.6 228.1) |
| OKLCH | oklch(0.828 0.078 220.3) |
Copy-ready code
/* CSS */
color: #8cd3ea;
background-color: #8cd3ea;
/* Tailwind (arbitrary) */
class="text-[#8cd3ea] bg-[#8cd3ea]"
/* SCSS */
$brand: #8cd3ea;
/* SwiftUI */
Color(red: 0.549, green: 0.827, blue: 0.918)
/* Android */
Color.parseColor("#8cd3ea")Accessibility — WCAG contrast
Aa
#8cd3ea on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd3ea on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green82.7%
Blue91.8%
CMYK percentages
Cyan40.2%
Magenta9.8%
Yellow0.0%
Key (black)8.2%
Color previews
#8cd3ea text on a black background
contrast 12.62:1
Card sample
#8cd3ea text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd3ea;
Background color
Panel with #8cd3ea background
background-color: #8cd3ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd3ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 211, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 211, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd3ea; background: linear-gradient(135deg, #8cd3ea, #8C94EA);