#93eccf
a light, vivid cyan · cool · closest name: aquamarine
RGB
147, 236, 207
HSL
160°, 70%, 75%
CMYK
38, 0, 12, 8
Luminance
0.7070
Every format
| HEX | #93eccf |
| RGB | rgb(147, 236, 207) |
| HSL | hsl(160, 70%, 75%) |
| CMYK | cmyk(38%, 0%, 12%, 8%) |
| LAB | lab(87.3 -33.1 5.7) |
| LCH | lch(87.3 33.6 170.3) |
| OKLCH | oklch(0.879 0.096 171.3) |
Copy-ready code
/* CSS */
color: #93eccf;
background-color: #93eccf;
/* Tailwind (arbitrary) */
class="text-[#93eccf] bg-[#93eccf]"
/* SCSS */
$brand: #93eccf;
/* SwiftUI */
Color(red: 0.576, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#93eccf")Accessibility — WCAG contrast
Aa
#93eccf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93eccf on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green92.5%
Blue81.2%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#93eccf text on a black background
contrast 15.14:1
Card sample
#93eccf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93eccf;
Background color
Panel with #93eccf background
background-color: #93eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93eccf; background: linear-gradient(135deg, #93eccf, #93CEEC);