#8cddcc
a light, vivid cyan · cool · closest name: turquoise
RGB
140, 221, 204
HSL
167°, 54%, 71%
CMYK
37, 0, 8, 13
Luminance
0.6165
Every format
| HEX | #8cddcc |
| RGB | rgb(140, 221, 204) |
| HSL | hsl(167, 54%, 71%) |
| CMYK | cmyk(37%, 0%, 8%, 13%) |
| LAB | lab(82.7 -28.6 0.5) |
| LCH | lch(82.7 28.6 179.0) |
| OKLCH | oklch(0.841 0.083 179.4) |
Copy-ready code
/* CSS */
color: #8cddcc;
background-color: #8cddcc;
/* Tailwind (arbitrary) */
class="text-[#8cddcc] bg-[#8cddcc]"
/* SCSS */
$brand: #8cddcc;
/* SwiftUI */
Color(red: 0.549, green: 0.867, blue: 0.800)
/* Android */
Color.parseColor("#8cddcc")Accessibility — WCAG contrast
Aa
#8cddcc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cddcc on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green86.7%
Blue80.0%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow7.7%
Key (black)13.3%
Color previews
#8cddcc text on a black background
contrast 13.33:1
Card sample
#8cddcc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cddcc;
Background color
Panel with #8cddcc background
background-color: #8cddcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cddcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 221, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 221, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cddcc; background: linear-gradient(135deg, #8cddcc, #8CB8DD);