#8cd3db
a light, vivid cyan · cool · closest name: skyblue
RGB
140, 211, 219
HSL
186°, 52%, 70%
CMYK
36, 4, 0, 14
Luminance
0.5728
Every format
| HEX | #8cd3db |
| RGB | rgb(140, 211, 219) |
| HSL | hsl(186, 52%, 70%) |
| CMYK | cmyk(36%, 4%, 0%, 14%) |
| LAB | lab(80.3 -20.1 -11.0) |
| LCH | lch(80.3 23.0 208.6) |
| OKLCH | oklch(0.823 0.072 204.8) |
Copy-ready code
/* CSS */
color: #8cd3db;
background-color: #8cd3db;
/* Tailwind (arbitrary) */
class="text-[#8cd3db] bg-[#8cd3db]"
/* SCSS */
$brand: #8cd3db;
/* SwiftUI */
Color(red: 0.549, green: 0.827, blue: 0.859)
/* Android */
Color.parseColor("#8cd3db")Accessibility — WCAG contrast
Aa
#8cd3db on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd3db on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green82.7%
Blue85.9%
CMYK percentages
Cyan36.1%
Magenta3.7%
Yellow0.0%
Key (black)14.1%
Color previews
#8cd3db text on a black background
contrast 12.46:1
Card sample
#8cd3db text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd3db;
Background color
Panel with #8cd3db background
background-color: #8cd3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 211, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 211, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd3db; background: linear-gradient(135deg, #8cd3db, #8C9EDB);