#8dceba
a light, soft cyan · cool · closest name: turquoise
RGB
141, 206, 186
HSL
162°, 40%, 68%
CMYK
32, 0, 10, 19
Luminance
0.5335
Every format
| HEX | #8dceba |
| RGB | rgb(141, 206, 186) |
| HSL | hsl(162, 40%, 68%) |
| CMYK | cmyk(32%, 0%, 10%, 19%) |
| LAB | lab(78.1 -24.9 3.4) |
| LCH | lch(78.1 25.2 172.3) |
| OKLCH | oklch(0.802 0.072 173.2) |
Copy-ready code
/* CSS */
color: #8dceba;
background-color: #8dceba;
/* Tailwind (arbitrary) */
class="text-[#8dceba] bg-[#8dceba]"
/* SCSS */
$brand: #8dceba;
/* SwiftUI */
Color(red: 0.553, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#8dceba")Accessibility — WCAG contrast
Aa
#8dceba on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dceba on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green80.8%
Blue72.9%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#8dceba text on a black background
contrast 11.67:1
Card sample
#8dceba text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dceba;
Background color
Panel with #8dceba background
background-color: #8dceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dceba; background: linear-gradient(135deg, #8dceba, #8DB7CE);