#8dfceb
a light, electric cyan · cool · closest name: turquoise
RGB
141, 252, 235
HSL
171°, 95%, 77%
CMYK
44, 0, 7, 1
Luminance
0.8128
Every format
| HEX | #8dfceb |
| RGB | rgb(141, 252, 235) |
| HSL | hsl(171, 95%, 77%) |
| CMYK | cmyk(44%, 0%, 7%, 1%) |
| LAB | lab(92.3 -35.8 -1.8) |
| LCH | lch(92.3 35.9 182.9) |
| OKLCH | oklch(0.920 0.106 182.9) |
Copy-ready code
/* CSS */
color: #8dfceb;
background-color: #8dfceb;
/* Tailwind (arbitrary) */
class="text-[#8dfceb] bg-[#8dfceb]"
/* SCSS */
$brand: #8dfceb;
/* SwiftUI */
Color(red: 0.553, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#8dfceb")Accessibility — WCAG contrast
Aa
#8dfceb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dfceb on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green98.8%
Blue92.2%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#8dfceb text on a black background
contrast 17.26:1
Card sample
#8dfceb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dfceb;
Background color
Panel with #8dfceb background
background-color: #8dfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dfceb; background: linear-gradient(135deg, #8dfceb, #8DC3FC);