#8cceb3
a light, soft green · cool · closest name: turquoise
RGB
140, 206, 179
HSL
156°, 40%, 68%
CMYK
32, 0, 13, 19
Luminance
0.5297
Every format
| HEX | #8cceb3 |
| RGB | rgb(140, 206, 179) |
| HSL | hsl(156, 40%, 68%) |
| CMYK | cmyk(32%, 0%, 13%, 19%) |
| LAB | lab(77.9 -26.7 6.8) |
| LCH | lch(77.9 27.6 165.7) |
| OKLCH | oklch(0.799 0.078 166.9) |
Copy-ready code
/* CSS */
color: #8cceb3;
background-color: #8cceb3;
/* Tailwind (arbitrary) */
class="text-[#8cceb3] bg-[#8cceb3]"
/* SCSS */
$brand: #8cceb3;
/* SwiftUI */
Color(red: 0.549, green: 0.808, blue: 0.702)
/* Android */
Color.parseColor("#8cceb3")Accessibility — WCAG contrast
Aa
#8cceb3 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cceb3 on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.8%
Blue70.2%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow13.1%
Key (black)19.2%
Color previews
#8cceb3 text on a black background
contrast 11.59:1
Card sample
#8cceb3 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cceb3;
Background color
Panel with #8cceb3 background
background-color: #8cceb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cceb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 206, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 206, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cceb3; background: linear-gradient(135deg, #8cceb3, #8CBDCE);