#8dfdf0
a light, electric cyan · cool · closest name: turquoise
RGB
141, 253, 240
HSL
173°, 97%, 77%
CMYK
44, 0, 5, 1
Luminance
0.8220
Every format
| HEX | #8dfdf0 |
| RGB | rgb(141, 253, 240) |
| HSL | hsl(173, 97%, 77%) |
| CMYK | cmyk(44%, 0%, 5%, 1%) |
| LAB | lab(92.7 -35.1 -3.8) |
| LCH | lch(92.7 35.3 186.1) |
| OKLCH | oklch(0.924 0.105 185.9) |
Copy-ready code
/* CSS */
color: #8dfdf0;
background-color: #8dfdf0;
/* Tailwind (arbitrary) */
class="text-[#8dfdf0] bg-[#8dfdf0]"
/* SCSS */
$brand: #8dfdf0;
/* SwiftUI */
Color(red: 0.553, green: 0.992, blue: 0.941)
/* Android */
Color.parseColor("#8dfdf0")Accessibility — WCAG contrast
Aa
#8dfdf0 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dfdf0 on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green99.2%
Blue94.1%
CMYK percentages
Cyan44.3%
Magenta0.0%
Yellow5.1%
Key (black)0.8%
Color previews
#8dfdf0 text on a black background
contrast 17.44:1
Card sample
#8dfdf0 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dfdf0;
Background color
Panel with #8dfdf0 background
background-color: #8dfdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dfdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 253, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 253, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dfdf0; background: linear-gradient(135deg, #8dfdf0, #8DC0FD);