#5af686
a light, electric green · cool · closest name: aquamarine
RGB
90, 246, 134
HSL
137°, 90%, 66%
CMYK
63, 0, 46, 4
Luminance
0.6981
Every format
| HEX | #5af686 |
| RGB | rgb(90, 246, 134) |
| HSL | hsl(137, 90%, 66%) |
| CMYK | cmyk(63%, 0%, 46%, 4%) |
| LAB | lab(86.9 -64.3 41.9) |
| LCH | lch(86.9 76.8 146.9) |
| OKLCH | oklch(0.865 0.202 149.4) |
Copy-ready code
/* CSS */
color: #5af686;
background-color: #5af686;
/* Tailwind (arbitrary) */
class="text-[#5af686] bg-[#5af686]"
/* SCSS */
$brand: #5af686;
/* SwiftUI */
Color(red: 0.353, green: 0.965, blue: 0.525)
/* Android */
Color.parseColor("#5af686")Accessibility — WCAG contrast
Aa
#5af686 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af686 on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green96.5%
Blue52.5%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow45.5%
Key (black)3.5%
Color previews
#5af686 text on a black background
contrast 14.96:1
Card sample
#5af686 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af686;
Background color
Panel with #5af686 background
background-color: #5af686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 246, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 246, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af686; background: linear-gradient(135deg, #5af686, #5AF6EE);