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