#8ce3cf
a light, vivid cyan · cool · closest name: turquoise
RGB
140, 227, 207
HSL
166°, 61%, 72%
CMYK
38, 0, 9, 11
Luminance
0.6502
Every format
| HEX | #8ce3cf |
| RGB | rgb(140, 227, 207) |
| HSL | hsl(166, 61%, 72%) |
| CMYK | cmyk(38%, 0%, 9%, 11%) |
| LAB | lab(84.5 -30.8 1.5) |
| LCH | lch(84.5 30.8 177.2) |
| OKLCH | oklch(0.855 0.089 177.7) |
Copy-ready code
/* CSS */
color: #8ce3cf;
background-color: #8ce3cf;
/* Tailwind (arbitrary) */
class="text-[#8ce3cf] bg-[#8ce3cf]"
/* SCSS */
$brand: #8ce3cf;
/* SwiftUI */
Color(red: 0.549, green: 0.890, blue: 0.812)
/* Android */
Color.parseColor("#8ce3cf")Accessibility — WCAG contrast
Aa
#8ce3cf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce3cf on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green89.0%
Blue81.2%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow8.8%
Key (black)11.0%
Color previews
#8ce3cf text on a black background
contrast 14.00:1
Card sample
#8ce3cf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce3cf;
Background color
Panel with #8ce3cf background
background-color: #8ce3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 227, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 227, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce3cf; background: linear-gradient(135deg, #8ce3cf, #8CBDE3);