#8cebdc
a light, vivid cyan · cool · closest name: turquoise
RGB
140, 235, 220
HSL
171°, 70%, 74%
CMYK
40, 0, 6, 8
Luminance
0.7016
Every format
| HEX | #8cebdc |
| RGB | rgb(140, 235, 220) |
| HSL | hsl(171, 70%, 74%) |
| CMYK | cmyk(40%, 0%, 6%, 8%) |
| LAB | lab(87.1 -31.6 -1.6) |
| LCH | lch(87.1 31.6 182.8) |
| OKLCH | oklch(0.877 0.093 182.9) |
Copy-ready code
/* CSS */
color: #8cebdc;
background-color: #8cebdc;
/* Tailwind (arbitrary) */
class="text-[#8cebdc] bg-[#8cebdc]"
/* SCSS */
$brand: #8cebdc;
/* SwiftUI */
Color(red: 0.549, green: 0.922, blue: 0.863)
/* Android */
Color.parseColor("#8cebdc")Accessibility — WCAG contrast
Aa
#8cebdc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cebdc on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green92.2%
Blue86.3%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow6.4%
Key (black)7.8%
Color previews
#8cebdc text on a black background
contrast 15.03:1
Card sample
#8cebdc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cebdc;
Background color
Panel with #8cebdc background
background-color: #8cebdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cebdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 235, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 235, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cebdc; background: linear-gradient(135deg, #8cebdc, #8CBBEB);