#5ffeb7
a light, electric green · cool · closest name: aquamarine
RGB
95, 254, 183
HSL
153°, 99%, 68%
CMYK
63, 0, 28, 0
Luminance
0.7674
Every format
| HEX | #5ffeb7 |
| RGB | rgb(95, 254, 183) |
| HSL | hsl(153, 99%, 68%) |
| CMYK | cmyk(63%, 0%, 28%, 0%) |
| LAB | lab(90.2 -57.6 21.9) |
| LCH | lch(90.2 61.6 159.2) |
| OKLCH | oklch(0.895 0.167 160.6) |
Copy-ready code
/* CSS */
color: #5ffeb7;
background-color: #5ffeb7;
/* Tailwind (arbitrary) */
class="text-[#5ffeb7] bg-[#5ffeb7]"
/* SCSS */
$brand: #5ffeb7;
/* SwiftUI */
Color(red: 0.373, green: 0.996, blue: 0.718)
/* Android */
Color.parseColor("#5ffeb7")Accessibility — WCAG contrast
Aa
#5ffeb7 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffeb7 on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green99.6%
Blue71.8%
CMYK percentages
Cyan62.6%
Magenta0.0%
Yellow28.0%
Key (black)0.4%
Color previews
#5ffeb7 text on a black background
contrast 16.35:1
Card sample
#5ffeb7 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffeb7;
Background color
Panel with #5ffeb7 background
background-color: #5ffeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 254, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 254, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffeb7; background: linear-gradient(135deg, #5ffeb7, #5FDBFE);