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