#93fdbb
a light, electric green · cool · closest name: aquamarine
RGB
147, 253, 187
HSL
143°, 96%, 78%
CMYK
42, 0, 26, 1
Luminance
0.8004
Every format
| HEX | #93fdbb |
| RGB | rgb(147, 253, 187) |
| HSL | hsl(143, 96%, 78%) |
| CMYK | cmyk(42%, 0%, 26%, 1%) |
| LAB | lab(91.7 -44.8 22.2) |
| LCH | lch(91.7 50.0 153.6) |
| OKLCH | oklch(0.913 0.135 155.3) |
Copy-ready code
/* CSS */
color: #93fdbb;
background-color: #93fdbb;
/* Tailwind (arbitrary) */
class="text-[#93fdbb] bg-[#93fdbb]"
/* SCSS */
$brand: #93fdbb;
/* SwiftUI */
Color(red: 0.576, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#93fdbb")Accessibility — WCAG contrast
Aa
#93fdbb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93fdbb on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green99.2%
Blue73.3%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#93fdbb text on a black background
contrast 17.01:1
Card sample
#93fdbb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93fdbb;
Background color
Panel with #93fdbb background
background-color: #93fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93fdbb; background: linear-gradient(135deg, #93fdbb, #93F8FD);