#93eade
a light, vivid cyan · cool · closest name: turquoise
RGB
147, 234, 222
HSL
172°, 67%, 75%
CMYK
37, 0, 5, 8
Luminance
0.7032
Every format
| HEX | #93eade |
| RGB | rgb(147, 234, 222) |
| HSL | hsl(172, 67%, 75%) |
| CMYK | cmyk(37%, 0%, 5%, 8%) |
| LAB | lab(87.2 -28.9 -2.5) |
| LCH | lch(87.2 29.0 184.9) |
| OKLCH | oklch(0.878 0.086 184.7) |
Copy-ready code
/* CSS */
color: #93eade;
background-color: #93eade;
/* Tailwind (arbitrary) */
class="text-[#93eade] bg-[#93eade]"
/* SCSS */
$brand: #93eade;
/* SwiftUI */
Color(red: 0.576, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#93eade")Accessibility — WCAG contrast
Aa
#93eade on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93eade on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green91.8%
Blue87.1%
CMYK percentages
Cyan37.2%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#93eade text on a black background
contrast 15.06:1
Card sample
#93eade text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93eade;
Background color
Panel with #93eade background
background-color: #93eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93eade; background: linear-gradient(135deg, #93eade, #93BCEA);