#5df9ab
a light, electric green · cool · closest name: aquamarine
RGB
93, 249, 171
HSL
150°, 93%, 67%
CMYK
63, 0, 31, 2
Luminance
0.7302
Every format
| HEX | #5df9ab |
| RGB | rgb(93, 249, 171) |
| HSL | hsl(150, 93%, 67%) |
| CMYK | cmyk(63%, 0%, 31%, 2%) |
| LAB | lab(88.5 -58.4 25.6) |
| LCH | lch(88.5 63.8 156.3) |
| OKLCH | oklch(0.880 0.172 157.9) |
Copy-ready code
/* CSS */
color: #5df9ab;
background-color: #5df9ab;
/* Tailwind (arbitrary) */
class="text-[#5df9ab] bg-[#5df9ab]"
/* SCSS */
$brand: #5df9ab;
/* SwiftUI */
Color(red: 0.365, green: 0.976, blue: 0.671)
/* Android */
Color.parseColor("#5df9ab")Accessibility — WCAG contrast
Aa
#5df9ab on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df9ab on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green97.6%
Blue67.1%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow31.3%
Key (black)2.4%
Color previews
#5df9ab text on a black background
contrast 15.60:1
Card sample
#5df9ab text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df9ab;
Background color
Panel with #5df9ab background
background-color: #5df9ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df9ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 249, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 249, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df9ab; background: linear-gradient(135deg, #5df9ab, #5DDFF9);