#8edfd2
a light, vivid cyan · cool · closest name: turquoise
RGB
142, 223, 210
HSL
170°, 56%, 72%
CMYK
36, 0, 6, 13
Luminance
0.6318
Every format
| HEX | #8edfd2 |
| RGB | rgb(142, 223, 210) |
| HSL | hsl(170, 56%, 72%) |
| CMYK | cmyk(36%, 0%, 6%, 13%) |
| LAB | lab(83.5 -27.6 -1.5) |
| LCH | lch(83.5 27.7 183.0) |
| OKLCH | oklch(0.848 0.082 183.1) |
Copy-ready code
/* CSS */
color: #8edfd2;
background-color: #8edfd2;
/* Tailwind (arbitrary) */
class="text-[#8edfd2] bg-[#8edfd2]"
/* SCSS */
$brand: #8edfd2;
/* SwiftUI */
Color(red: 0.557, green: 0.875, blue: 0.824)
/* Android */
Color.parseColor("#8edfd2")Accessibility — WCAG contrast
Aa
#8edfd2 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8edfd2 on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green87.5%
Blue82.4%
CMYK percentages
Cyan36.3%
Magenta0.0%
Yellow5.8%
Key (black)12.5%
Color previews
#8edfd2 text on a black background
contrast 13.64:1
Card sample
#8edfd2 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8edfd2;
Background color
Panel with #8edfd2 background
background-color: #8edfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8edfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 223, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 223, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8edfd2; background: linear-gradient(135deg, #8edfd2, #8EB6DF);