#5af28d
a light, electric green · cool · closest name: aquamarine
RGB
90, 242, 141
HSL
140°, 85%, 65%
CMYK
63, 0, 42, 5
Luminance
0.6760
Every format
| HEX | #5af28d |
| RGB | rgb(90, 242, 141) |
| HSL | hsl(140, 85%, 65%) |
| CMYK | cmyk(63%, 0%, 42%, 5%) |
| LAB | lab(85.8 -61.7 37.1) |
| LCH | lch(85.8 72.0 149.0) |
| OKLCH | oklch(0.857 0.190 151.2) |
Copy-ready code
/* CSS */
color: #5af28d;
background-color: #5af28d;
/* Tailwind (arbitrary) */
class="text-[#5af28d] bg-[#5af28d]"
/* SCSS */
$brand: #5af28d;
/* SwiftUI */
Color(red: 0.353, green: 0.949, blue: 0.553)
/* Android */
Color.parseColor("#5af28d")Accessibility — WCAG contrast
Aa
#5af28d on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af28d on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green94.9%
Blue55.3%
CMYK percentages
Cyan62.8%
Magenta0.0%
Yellow41.7%
Key (black)5.1%
Color previews
#5af28d text on a black background
contrast 14.52:1
Card sample
#5af28d text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af28d;
Background color
Panel with #5af28d background
background-color: #5af28d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af28d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 242, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 242, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af28d; background: linear-gradient(135deg, #5af28d, #5AF2F2);