#5af1ba
a balanced, electric green · cool · closest name: aquamarine
RGB
90, 241, 186
HSL
158°, 84%, 65%
CMYK
63, 0, 23, 6
Luminance
0.6863
Every format
| HEX | #5af1ba |
| RGB | rgb(90, 241, 186) |
| HSL | hsl(158, 84%, 65%) |
| CMYK | cmyk(63%, 0%, 23%, 6%) |
| LAB | lab(86.3 -52.7 14.9) |
| LCH | lch(86.3 54.8 164.2) |
| OKLCH | oklch(0.864 0.151 165.3) |
Copy-ready code
/* CSS */
color: #5af1ba;
background-color: #5af1ba;
/* Tailwind (arbitrary) */
class="text-[#5af1ba] bg-[#5af1ba]"
/* SCSS */
$brand: #5af1ba;
/* SwiftUI */
Color(red: 0.353, green: 0.945, blue: 0.729)
/* Android */
Color.parseColor("#5af1ba")Accessibility — WCAG contrast
Aa
#5af1ba on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af1ba on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green94.5%
Blue72.9%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow22.8%
Key (black)5.5%
Color previews
#5af1ba text on a black background
contrast 14.73:1
Card sample
#5af1ba text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af1ba;
Background color
Panel with #5af1ba background
background-color: #5af1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 241, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 241, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af1ba; background: linear-gradient(135deg, #5af1ba, #5AC3F1);