#8cecdb
a light, vivid cyan · cool · closest name: turquoise
RGB
140, 236, 219
HSL
169°, 72%, 74%
CMYK
41, 0, 7, 8
Luminance
0.7068
Every format
| HEX | #8cecdb |
| RGB | rgb(140, 236, 219) |
| HSL | hsl(169, 72%, 74%) |
| CMYK | cmyk(41%, 0%, 7%, 8%) |
| LAB | lab(87.3 -32.3 -0.7) |
| LCH | lch(87.3 32.3 181.2) |
| OKLCH | oklch(0.879 0.095 181.4) |
Copy-ready code
/* CSS */
color: #8cecdb;
background-color: #8cecdb;
/* Tailwind (arbitrary) */
class="text-[#8cecdb] bg-[#8cecdb]"
/* SCSS */
$brand: #8cecdb;
/* SwiftUI */
Color(red: 0.549, green: 0.925, blue: 0.859)
/* Android */
Color.parseColor("#8cecdb")Accessibility — WCAG contrast
Aa
#8cecdb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cecdb on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green92.5%
Blue85.9%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow7.2%
Key (black)7.5%
Color previews
#8cecdb text on a black background
contrast 15.14:1
Card sample
#8cecdb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cecdb;
Background color
Panel with #8cecdb background
background-color: #8cecdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cecdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 236, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 236, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cecdb; background: linear-gradient(135deg, #8cecdb, #8CBDEC);