#93dfba
a light, vivid green · cool · closest name: aquamarine
RGB
147, 223, 186
HSL
151°, 54%, 73%
CMYK
34, 0, 17, 13
Luminance
0.6252
Every format
| HEX | #93dfba |
| RGB | rgb(147, 223, 186) |
| HSL | hsl(151, 54%, 73%) |
| CMYK | cmyk(34%, 0%, 17%, 13%) |
| LAB | lab(83.2 -31.4 10.8) |
| LCH | lch(83.2 33.2 161.1) |
| OKLCH | oklch(0.844 0.092 162.5) |
Copy-ready code
/* CSS */
color: #93dfba;
background-color: #93dfba;
/* Tailwind (arbitrary) */
class="text-[#93dfba] bg-[#93dfba]"
/* SCSS */
$brand: #93dfba;
/* SwiftUI */
Color(red: 0.576, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#93dfba")Accessibility — WCAG contrast
Aa
#93dfba on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93dfba on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green87.5%
Blue72.9%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#93dfba text on a black background
contrast 13.50:1
Card sample
#93dfba text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93dfba;
Background color
Panel with #93dfba background
background-color: #93dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93dfba; background: linear-gradient(135deg, #93dfba, #93D1DF);