#8ee2db
a light, vivid cyan · cool · closest name: turquoise
RGB
142, 226, 219
HSL
175°, 59%, 72%
CMYK
37, 0, 3, 11
Luminance
0.6526
Every format
| HEX | #8ee2db |
| RGB | rgb(142, 226, 219) |
| HSL | hsl(175, 59%, 72%) |
| CMYK | cmyk(37%, 0%, 3%, 11%) |
| LAB | lab(84.6 -27.0 -4.6) |
| LCH | lch(84.6 27.4 189.7) |
| OKLCH | oklch(0.857 0.083 189.0) |
Copy-ready code
/* CSS */
color: #8ee2db;
background-color: #8ee2db;
/* Tailwind (arbitrary) */
class="text-[#8ee2db] bg-[#8ee2db]"
/* SCSS */
$brand: #8ee2db;
/* SwiftUI */
Color(red: 0.557, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#8ee2db")Accessibility — WCAG contrast
Aa
#8ee2db on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ee2db on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green88.6%
Blue85.9%
CMYK percentages
Cyan37.2%
Magenta0.0%
Yellow3.1%
Key (black)11.4%
Color previews
#8ee2db text on a black background
contrast 14.05:1
Card sample
#8ee2db text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ee2db;
Background color
Panel with #8ee2db background
background-color: #8ee2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ee2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ee2db; background: linear-gradient(135deg, #8ee2db, #8EB1E2);