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