#93fdac
a light, electric green · cool · closest name: aquamarine
RGB
147, 253, 172
HSL
134°, 96%, 78%
CMYK
42, 0, 32, 1
Luminance
0.7943
Every format
| HEX | #93fdac |
| RGB | rgb(147, 253, 172) |
| HSL | hsl(134, 96%, 78%) |
| CMYK | cmyk(42%, 0%, 32%, 1%) |
| LAB | lab(91.4 -47.4 29.4) |
| LCH | lch(91.4 55.8 148.2) |
| OKLCH | oklch(0.909 0.149 150.2) |
Copy-ready code
/* CSS */
color: #93fdac;
background-color: #93fdac;
/* Tailwind (arbitrary) */
class="text-[#93fdac] bg-[#93fdac]"
/* SCSS */
$brand: #93fdac;
/* SwiftUI */
Color(red: 0.576, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#93fdac")Accessibility — WCAG contrast
Aa
#93fdac on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93fdac on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green99.2%
Blue67.5%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#93fdac text on a black background
contrast 16.89:1
Card sample
#93fdac text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93fdac;
Background color
Panel with #93fdac background
background-color: #93fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93fdac; background: linear-gradient(135deg, #93fdac, #93FDF3);