#8eeef1
a light, electric cyan · cool · closest name: turquoise
RGB
142, 238, 241
HSL
182°, 78%, 75%
CMYK
41, 1, 0, 6
Luminance
0.7325
Every format
| HEX | #8eeef1 |
| RGB | rgb(142, 238, 241) |
| HSL | hsl(182, 78%, 75%) |
| CMYK | cmyk(41%, 1%, 0%, 6%) |
| LAB | lab(88.6 -27.6 -10.4) |
| LCH | lch(88.6 29.5 200.6) |
| OKLCH | oklch(0.891 0.091 198.2) |
Copy-ready code
/* CSS */
color: #8eeef1;
background-color: #8eeef1;
/* Tailwind (arbitrary) */
class="text-[#8eeef1] bg-[#8eeef1]"
/* SCSS */
$brand: #8eeef1;
/* SwiftUI */
Color(red: 0.557, green: 0.933, blue: 0.945)
/* Android */
Color.parseColor("#8eeef1")Accessibility — WCAG contrast
Aa
#8eeef1 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eeef1 on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green93.3%
Blue94.5%
CMYK percentages
Cyan41.1%
Magenta1.2%
Yellow0.0%
Key (black)5.5%
Color previews
#8eeef1 text on a black background
contrast 15.65:1
Card sample
#8eeef1 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eeef1;
Background color
Panel with #8eeef1 background
background-color: #8eeef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eeef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 238, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 238, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eeef1; background: linear-gradient(135deg, #8eeef1, #8EACF1);