#8eedeb
a light, vivid cyan · cool · closest name: turquoise
RGB
142, 237, 235
HSL
179°, 73%, 74%
CMYK
40, 0, 1, 7
Luminance
0.7232
Every format
| HEX | #8eedeb |
| RGB | rgb(142, 237, 235) |
| HSL | hsl(179, 73%, 74%) |
| CMYK | cmyk(40%, 0%, 1%, 7%) |
| LAB | lab(88.1 -28.6 -7.9) |
| LCH | lch(88.1 29.6 195.4) |
| OKLCH | oklch(0.887 0.090 193.9) |
Copy-ready code
/* CSS */
color: #8eedeb;
background-color: #8eedeb;
/* Tailwind (arbitrary) */
class="text-[#8eedeb] bg-[#8eedeb]"
/* SCSS */
$brand: #8eedeb;
/* SwiftUI */
Color(red: 0.557, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#8eedeb")Accessibility — WCAG contrast
Aa
#8eedeb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eedeb on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green92.9%
Blue92.2%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#8eedeb text on a black background
contrast 15.46:1
Card sample
#8eedeb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eedeb;
Background color
Panel with #8eedeb background
background-color: #8eedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eedeb; background: linear-gradient(135deg, #8eedeb, #8EB0ED);