#5fefac
a light, electric green · cool · closest name: aquamarine
RGB
95, 239, 172
HSL
152°, 82%, 66%
CMYK
60, 0, 28, 6
Luminance
0.6714
Every format
| HEX | #5fefac |
| RGB | rgb(95, 239, 172) |
| HSL | hsl(152, 82%, 66%) |
| CMYK | cmyk(60%, 0%, 28%, 6%) |
| LAB | lab(85.6 -53.9 21.1) |
| LCH | lch(85.6 57.9 158.6) |
| OKLCH | oklch(0.857 0.157 160.0) |
Copy-ready code
/* CSS */
color: #5fefac;
background-color: #5fefac;
/* Tailwind (arbitrary) */
class="text-[#5fefac] bg-[#5fefac]"
/* SCSS */
$brand: #5fefac;
/* SwiftUI */
Color(red: 0.373, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#5fefac")Accessibility — WCAG contrast
Aa
#5fefac on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fefac on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green93.7%
Blue67.5%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#5fefac text on a black background
contrast 14.43:1
Card sample
#5fefac text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fefac;
Background color
Panel with #5fefac background
background-color: #5fefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fefac; background: linear-gradient(135deg, #5fefac, #5FD2EF);