#8cceb9
a light, soft cyan · cool · closest name: turquoise
RGB
140, 206, 185
HSL
161°, 40%, 68%
CMYK
32, 0, 10, 19
Luminance
0.5322
Every format
| HEX | #8cceb9 |
| RGB | rgb(140, 206, 185) |
| HSL | hsl(161, 40%, 68%) |
| CMYK | cmyk(32%, 0%, 10%, 19%) |
| LAB | lab(78.0 -25.4 3.8) |
| LCH | lch(78.0 25.7 171.5) |
| OKLCH | oklch(0.801 0.074 172.5) |
Copy-ready code
/* CSS */
color: #8cceb9;
background-color: #8cceb9;
/* Tailwind (arbitrary) */
class="text-[#8cceb9] bg-[#8cceb9]"
/* SCSS */
$brand: #8cceb9;
/* SwiftUI */
Color(red: 0.549, green: 0.808, blue: 0.725)
/* Android */
Color.parseColor("#8cceb9")Accessibility — WCAG contrast
Aa
#8cceb9 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cceb9 on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.8%
Blue72.5%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow10.2%
Key (black)19.2%
Color previews
#8cceb9 text on a black background
contrast 11.64:1
Card sample
#8cceb9 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cceb9;
Background color
Panel with #8cceb9 background
background-color: #8cceb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cceb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 206, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 206, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cceb9; background: linear-gradient(135deg, #8cceb9, #8CB7CE);