#8eccbf
a light, soft cyan · cool · closest name: turquoise
RGB
142, 204, 191
HSL
167°, 38%, 68%
CMYK
30, 0, 6, 20
Luminance
0.5270
Every format
| HEX | #8eccbf |
| RGB | rgb(142, 204, 191) |
| HSL | hsl(167, 38%, 68%) |
| CMYK | cmyk(30%, 0%, 6%, 20%) |
| LAB | lab(77.7 -22.6 0.1) |
| LCH | lch(77.7 22.6 179.6) |
| OKLCH | oklch(0.799 0.066 180.0) |
Copy-ready code
/* CSS */
color: #8eccbf;
background-color: #8eccbf;
/* Tailwind (arbitrary) */
class="text-[#8eccbf] bg-[#8eccbf]"
/* SCSS */
$brand: #8eccbf;
/* SwiftUI */
Color(red: 0.557, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#8eccbf")Accessibility — WCAG contrast
Aa
#8eccbf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eccbf on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green80.0%
Blue74.9%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#8eccbf text on a black background
contrast 11.54:1
Card sample
#8eccbf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eccbf;
Background color
Panel with #8eccbf background
background-color: #8eccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eccbf; background: linear-gradient(135deg, #8eccbf, #8EB0CC);