#8ccabc
a light, soft cyan · cool · closest name: turquoise
RGB
140, 202, 188
HSL
167°, 37%, 67%
CMYK
31, 0, 7, 21
Luminance
0.5145
Every format
| HEX | #8ccabc |
| RGB | rgb(140, 202, 188) |
| HSL | hsl(167, 37%, 67%) |
| CMYK | cmyk(31%, 0%, 7%, 21%) |
| LAB | lab(77.0 -22.8 0.7) |
| LCH | lch(77.0 22.8 178.4) |
| OKLCH | oklch(0.793 0.067 178.8) |
Copy-ready code
/* CSS */
color: #8ccabc;
background-color: #8ccabc;
/* Tailwind (arbitrary) */
class="text-[#8ccabc] bg-[#8ccabc]"
/* SCSS */
$brand: #8ccabc;
/* SwiftUI */
Color(red: 0.549, green: 0.792, blue: 0.737)
/* Android */
Color.parseColor("#8ccabc")Accessibility — WCAG contrast
Aa
#8ccabc on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccabc on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green79.2%
Blue73.7%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow6.9%
Key (black)20.8%
Color previews
#8ccabc text on a black background
contrast 11.29:1
Card sample
#8ccabc text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccabc;
Background color
Panel with #8ccabc background
background-color: #8ccabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 202, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 202, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccabc; background: linear-gradient(135deg, #8ccabc, #8CAFCA);