#8ceade
a light, vivid cyan · cool · closest name: turquoise
RGB
140, 234, 222
HSL
172°, 69%, 73%
CMYK
40, 0, 5, 8
Luminance
0.6970
Every format
| HEX | #8ceade |
| RGB | rgb(140, 234, 222) |
| HSL | hsl(172, 69%, 73%) |
| CMYK | cmyk(40%, 0%, 5%, 8%) |
| LAB | lab(86.8 -30.7 -3.0) |
| LCH | lch(86.8 30.8 185.5) |
| OKLCH | oklch(0.875 0.092 185.3) |
Copy-ready code
/* CSS */
color: #8ceade;
background-color: #8ceade;
/* Tailwind (arbitrary) */
class="text-[#8ceade] bg-[#8ceade]"
/* SCSS */
$brand: #8ceade;
/* SwiftUI */
Color(red: 0.549, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#8ceade")Accessibility — WCAG contrast
Aa
#8ceade on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ceade on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green91.8%
Blue87.1%
CMYK percentages
Cyan40.2%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#8ceade text on a black background
contrast 14.94:1
Card sample
#8ceade text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ceade;
Background color
Panel with #8ceade background
background-color: #8ceade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ceade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ceade; background: linear-gradient(135deg, #8ceade, #8CB7EA);