#5af092
a balanced, electric green · cool · closest name: aquamarine
RGB
90, 240, 146
HSL
142°, 83%, 65%
CMYK
63, 0, 39, 6
Luminance
0.6657
Every format
| HEX | #5af092 |
| RGB | rgb(90, 240, 146) |
| HSL | hsl(142, 83%, 65%) |
| CMYK | cmyk(63%, 0%, 39%, 6%) |
| LAB | lab(85.3 -60.1 33.9) |
| LCH | lch(85.3 69.0 150.6) |
| OKLCH | oklch(0.853 0.183 152.5) |
Copy-ready code
/* CSS */
color: #5af092;
background-color: #5af092;
/* Tailwind (arbitrary) */
class="text-[#5af092] bg-[#5af092]"
/* SCSS */
$brand: #5af092;
/* SwiftUI */
Color(red: 0.353, green: 0.941, blue: 0.573)
/* Android */
Color.parseColor("#5af092")Accessibility — WCAG contrast
Aa
#5af092 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af092 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green94.1%
Blue57.3%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow39.2%
Key (black)5.9%
Color previews
#5af092 text on a black background
contrast 14.31:1
Card sample
#5af092 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af092;
Background color
Panel with #5af092 background
background-color: #5af092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 240, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 240, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af092; background: linear-gradient(135deg, #5af092, #5AEAF0);