#5df1ba
a light, electric green · cool · closest name: aquamarine
RGB
93, 241, 186
HSL
158°, 84%, 66%
CMYK
61, 0, 23, 6
Luminance
0.6878
Every format
| HEX | #5df1ba |
| RGB | rgb(93, 241, 186) |
| HSL | hsl(158, 84%, 66%) |
| CMYK | cmyk(61%, 0%, 23%, 6%) |
| LAB | lab(86.4 -52.1 15.0) |
| LCH | lch(86.4 54.3 163.9) |
| OKLCH | oklch(0.864 0.149 165.1) |
Copy-ready code
/* CSS */
color: #5df1ba;
background-color: #5df1ba;
/* Tailwind (arbitrary) */
class="text-[#5df1ba] bg-[#5df1ba]"
/* SCSS */
$brand: #5df1ba;
/* SwiftUI */
Color(red: 0.365, green: 0.945, blue: 0.729)
/* Android */
Color.parseColor("#5df1ba")Accessibility — WCAG contrast
Aa
#5df1ba on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df1ba on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green94.5%
Blue72.9%
CMYK percentages
Cyan61.4%
Magenta0.0%
Yellow22.8%
Key (black)5.5%
Color previews
#5df1ba text on a black background
contrast 14.76:1
Card sample
#5df1ba text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df1ba;
Background color
Panel with #5df1ba background
background-color: #5df1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 241, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 241, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df1ba; background: linear-gradient(135deg, #5df1ba, #5DC5F1);