#5bdfad
a balanced, vivid green · cool · closest name: aquamarine
RGB
91, 223, 173
HSL
157°, 67%, 62%
CMYK
59, 0, 22, 13
Luminance
0.5802
Every format
| HEX | #5bdfad |
| RGB | rgb(91, 223, 173) |
| HSL | hsl(157, 67%, 62%) |
| CMYK | cmyk(59%, 0%, 22%, 13%) |
| LAB | lab(80.8 -47.9 13.8) |
| LCH | lch(80.8 49.9 163.9) |
| OKLCH | oklch(0.817 0.137 165.0) |
Copy-ready code
/* CSS */
color: #5bdfad;
background-color: #5bdfad;
/* Tailwind (arbitrary) */
class="text-[#5bdfad] bg-[#5bdfad]"
/* SCSS */
$brand: #5bdfad;
/* SwiftUI */
Color(red: 0.357, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#5bdfad")Accessibility — WCAG contrast
Aa
#5bdfad on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bdfad on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green87.5%
Blue67.8%
CMYK percentages
Cyan59.2%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#5bdfad text on a black background
contrast 12.60:1
Card sample
#5bdfad text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bdfad;
Background color
Panel with #5bdfad background
background-color: #5bdfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bdfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bdfad; background: linear-gradient(135deg, #5bdfad, #5BB9DF);