#8ce5df
a light, vivid cyan · cool · closest name: turquoise
RGB
140, 229, 223
HSL
176°, 63%, 72%
CMYK
39, 0, 3, 10
Luminance
0.6694
Every format
| HEX | #8ce5df |
| RGB | rgb(140, 229, 223) |
| HSL | hsl(176, 63%, 72%) |
| CMYK | cmyk(39%, 0%, 3%, 10%) |
| LAB | lab(85.5 -28.1 -5.5) |
| LCH | lch(85.5 28.6 191.1) |
| OKLCH | oklch(0.864 0.086 190.2) |
Copy-ready code
/* CSS */
color: #8ce5df;
background-color: #8ce5df;
/* Tailwind (arbitrary) */
class="text-[#8ce5df] bg-[#8ce5df]"
/* SCSS */
$brand: #8ce5df;
/* SwiftUI */
Color(red: 0.549, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#8ce5df")Accessibility — WCAG contrast
Aa
#8ce5df on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce5df on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green89.8%
Blue87.5%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#8ce5df text on a black background
contrast 14.39:1
Card sample
#8ce5df text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce5df;
Background color
Panel with #8ce5df background
background-color: #8ce5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce5df; background: linear-gradient(135deg, #8ce5df, #8CB0E5);