#8deee1
a light, vivid cyan · cool · closest name: turquoise
RGB
141, 238, 225
HSL
172°, 74%, 74%
CMYK
41, 0, 6, 7
Luminance
0.7225
Every format
| HEX | #8deee1 |
| RGB | rgb(141, 238, 225) |
| HSL | hsl(172, 74%, 74%) |
| CMYK | cmyk(41%, 0%, 6%, 7%) |
| LAB | lab(88.1 -31.6 -2.7) |
| LCH | lch(88.1 31.7 184.9) |
| OKLCH | oklch(0.886 0.094 184.7) |
Copy-ready code
/* CSS */
color: #8deee1;
background-color: #8deee1;
/* Tailwind (arbitrary) */
class="text-[#8deee1] bg-[#8deee1]"
/* SCSS */
$brand: #8deee1;
/* SwiftUI */
Color(red: 0.553, green: 0.933, blue: 0.882)
/* Android */
Color.parseColor("#8deee1")Accessibility — WCAG contrast
Aa
#8deee1 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8deee1 on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green93.3%
Blue88.2%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow5.5%
Key (black)6.7%
Color previews
#8deee1 text on a black background
contrast 15.45:1
Card sample
#8deee1 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8deee1;
Background color
Panel with #8deee1 background
background-color: #8deee1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8deee1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 238, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 238, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8deee1; background: linear-gradient(135deg, #8deee1, #8DBAEE);