#8ff1eb
a light, electric cyan · cool · closest name: turquoise
RGB
143, 241, 235
HSL
176°, 78%, 75%
CMYK
41, 0, 3, 6
Luminance
0.7475
Every format
| HEX | #8ff1eb |
| RGB | rgb(143, 241, 235) |
| HSL | hsl(176, 78%, 75%) |
| CMYK | cmyk(41%, 0%, 3%, 6%) |
| LAB | lab(89.3 -30.2 -6.2) |
| LCH | lch(89.3 30.8 191.5) |
| OKLCH | oklch(0.896 0.093 190.6) |
Copy-ready code
/* CSS */
color: #8ff1eb;
background-color: #8ff1eb;
/* Tailwind (arbitrary) */
class="text-[#8ff1eb] bg-[#8ff1eb]"
/* SCSS */
$brand: #8ff1eb;
/* SwiftUI */
Color(red: 0.561, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#8ff1eb")Accessibility — WCAG contrast
Aa
#8ff1eb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ff1eb on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green94.5%
Blue92.2%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#8ff1eb text on a black background
contrast 15.95:1
Card sample
#8ff1eb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ff1eb;
Background color
Panel with #8ff1eb background
background-color: #8ff1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ff1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ff1eb; background: linear-gradient(135deg, #8ff1eb, #8FB6F1);