#8dccba
a light, soft cyan · cool · closest name: turquoise
RGB
141, 204, 186
HSL
163°, 38%, 68%
CMYK
31, 0, 9, 20
Luminance
0.5239
Every format
| HEX | #8dccba |
| RGB | rgb(141, 204, 186) |
| HSL | hsl(163, 38%, 68%) |
| CMYK | cmyk(31%, 0%, 9%, 20%) |
| LAB | lab(77.5 -23.9 2.6) |
| LCH | lch(77.5 24.1 173.9) |
| OKLCH | oklch(0.797 0.069 174.7) |
Copy-ready code
/* CSS */
color: #8dccba;
background-color: #8dccba;
/* Tailwind (arbitrary) */
class="text-[#8dccba] bg-[#8dccba]"
/* SCSS */
$brand: #8dccba;
/* SwiftUI */
Color(red: 0.553, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#8dccba")Accessibility — WCAG contrast
Aa
#8dccba on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dccba on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green80.0%
Blue72.9%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#8dccba text on a black background
contrast 11.48:1
Card sample
#8dccba text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dccba;
Background color
Panel with #8dccba background
background-color: #8dccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dccba; background: linear-gradient(135deg, #8dccba, #8DB4CC);