#5afeba
a light, electric green · cool · closest name: aquamarine
RGB
90, 254, 186
HSL
155°, 99%, 68%
CMYK
65, 0, 27, 0
Luminance
0.7660
Every format
| HEX | #5afeba |
| RGB | rgb(90, 254, 186) |
| HSL | hsl(155, 99%, 68%) |
| CMYK | cmyk(65%, 0%, 27%, 0%) |
| LAB | lab(90.1 -57.9 20.2) |
| LCH | lch(90.1 61.3 160.7) |
| OKLCH | oklch(0.895 0.167 162.0) |
Copy-ready code
/* CSS */
color: #5afeba;
background-color: #5afeba;
/* Tailwind (arbitrary) */
class="text-[#5afeba] bg-[#5afeba]"
/* SCSS */
$brand: #5afeba;
/* SwiftUI */
Color(red: 0.353, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#5afeba")Accessibility — WCAG contrast
Aa
#5afeba on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afeba on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green99.6%
Blue72.9%
CMYK percentages
Cyan64.6%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#5afeba text on a black background
contrast 16.32:1
Card sample
#5afeba text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afeba;
Background color
Panel with #5afeba background
background-color: #5afeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afeba; background: linear-gradient(135deg, #5afeba, #5AD5FE);