#5df9c0
a light, electric green · cool · closest name: aquamarine
RGB
93, 249, 192
HSL
158°, 93%, 67%
CMYK
63, 0, 23, 2
Luminance
0.7388
Every format
| HEX | #5df9c0 |
| RGB | rgb(93, 249, 192) |
| HSL | hsl(158, 93%, 67%) |
| CMYK | cmyk(63%, 0%, 23%, 2%) |
| LAB | lab(88.9 -54.1 15.4) |
| LCH | lch(88.9 56.3 164.1) |
| OKLCH | oklch(0.885 0.155 165.3) |
Copy-ready code
/* CSS */
color: #5df9c0;
background-color: #5df9c0;
/* Tailwind (arbitrary) */
class="text-[#5df9c0] bg-[#5df9c0]"
/* SCSS */
$brand: #5df9c0;
/* SwiftUI */
Color(red: 0.365, green: 0.976, blue: 0.753)
/* Android */
Color.parseColor("#5df9c0")Accessibility — WCAG contrast
Aa
#5df9c0 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df9c0 on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green97.6%
Blue75.3%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow22.9%
Key (black)2.4%
Color previews
#5df9c0 text on a black background
contrast 15.78:1
Card sample
#5df9c0 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df9c0;
Background color
Panel with #5df9c0 background
background-color: #5df9c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df9c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 249, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 249, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df9c0; background: linear-gradient(135deg, #5df9c0, #5DCAF9);