#8ce5cf
a light, vivid cyan · cool · closest name: turquoise
RGB
140, 229, 207
HSL
165°, 63%, 72%
CMYK
39, 0, 10, 10
Luminance
0.6612
Every format
| HEX | #8ce5cf |
| RGB | rgb(140, 229, 207) |
| HSL | hsl(165, 63%, 72%) |
| CMYK | cmyk(39%, 0%, 10%, 10%) |
| LAB | lab(85.1 -31.7 2.3) |
| LCH | lch(85.1 31.8 175.8) |
| OKLCH | oklch(0.860 0.092 176.4) |
Copy-ready code
/* CSS */
color: #8ce5cf;
background-color: #8ce5cf;
/* Tailwind (arbitrary) */
class="text-[#8ce5cf] bg-[#8ce5cf]"
/* SCSS */
$brand: #8ce5cf;
/* SwiftUI */
Color(red: 0.549, green: 0.898, blue: 0.812)
/* Android */
Color.parseColor("#8ce5cf")Accessibility — WCAG contrast
Aa
#8ce5cf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce5cf on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green89.8%
Blue81.2%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow9.6%
Key (black)10.2%
Color previews
#8ce5cf text on a black background
contrast 14.22:1
Card sample
#8ce5cf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce5cf;
Background color
Panel with #8ce5cf background
background-color: #8ce5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 229, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 229, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce5cf; background: linear-gradient(135deg, #8ce5cf, #8CC0E5);