#93fdcd
a light, electric green · cool · closest name: aquamarine
RGB
147, 253, 205
HSL
153°, 96%, 78%
CMYK
42, 0, 19, 1
Luminance
0.8086
Every format
| HEX | #93fdcd |
| RGB | rgb(147, 253, 205) |
| HSL | hsl(153, 96%, 78%) |
| CMYK | cmyk(42%, 0%, 19%, 1%) |
| LAB | lab(92.1 -41.3 13.5) |
| LCH | lch(92.1 43.4 161.9) |
| OKLCH | oklch(0.917 0.120 163.2) |
Copy-ready code
/* CSS */
color: #93fdcd;
background-color: #93fdcd;
/* Tailwind (arbitrary) */
class="text-[#93fdcd] bg-[#93fdcd]"
/* SCSS */
$brand: #93fdcd;
/* SwiftUI */
Color(red: 0.576, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#93fdcd")Accessibility — WCAG contrast
Aa
#93fdcd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93fdcd on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green99.2%
Blue80.4%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#93fdcd text on a black background
contrast 17.17:1
Card sample
#93fdcd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93fdcd;
Background color
Panel with #93fdcd background
background-color: #93fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93fdcd; background: linear-gradient(135deg, #93fdcd, #93E6FD);