#5ffbad
a light, electric green · cool · closest name: aquamarine
RGB
95, 251, 173
HSL
150°, 95%, 68%
CMYK
62, 0, 31, 2
Luminance
0.7444
Every format
| HEX | #5ffbad |
| RGB | rgb(95, 251, 173) |
| HSL | hsl(150, 95%, 68%) |
| CMYK | cmyk(62%, 0%, 31%, 2%) |
| LAB | lab(89.1 -58.5 25.5) |
| LCH | lch(89.1 63.8 156.4) |
| OKLCH | oklch(0.886 0.172 157.9) |
Copy-ready code
/* CSS */
color: #5ffbad;
background-color: #5ffbad;
/* Tailwind (arbitrary) */
class="text-[#5ffbad] bg-[#5ffbad]"
/* SCSS */
$brand: #5ffbad;
/* SwiftUI */
Color(red: 0.373, green: 0.984, blue: 0.678)
/* Android */
Color.parseColor("#5ffbad")Accessibility — WCAG contrast
Aa
#5ffbad on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffbad on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green98.4%
Blue67.8%
CMYK percentages
Cyan62.2%
Magenta0.0%
Yellow31.1%
Key (black)1.6%
Color previews
#5ffbad text on a black background
contrast 15.89:1
Card sample
#5ffbad text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffbad;
Background color
Panel with #5ffbad background
background-color: #5ffbad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffbad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 251, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 251, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffbad; background: linear-gradient(135deg, #5ffbad, #5FE1FB);