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