#55ffae
a light, electric green · cool · closest name: aquamarine
RGB
85, 255, 174
HSL
151°, 100%, 67%
CMYK
67, 0, 32, 0
Luminance
0.7651
Every format
| HEX | #55ffae |
| RGB | rgb(85, 255, 174) |
| HSL | hsl(151, 100%, 67%) |
| CMYK | cmyk(67%, 0%, 32%, 0%) |
| LAB | lab(90.1 -61.5 26.3) |
| LCH | lch(90.1 66.9 156.9) |
| OKLCH | oklch(0.893 0.180 158.3) |
Copy-ready code
/* CSS */
color: #55ffae;
background-color: #55ffae;
/* Tailwind (arbitrary) */
class="text-[#55ffae] bg-[#55ffae]"
/* SCSS */
$brand: #55ffae;
/* SwiftUI */
Color(red: 0.333, green: 1.000, blue: 0.682)
/* Android */
Color.parseColor("#55ffae")Accessibility — WCAG contrast
Aa
#55ffae on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55ffae on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green100.0%
Blue68.2%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow31.8%
Key (black)0.0%
Color previews
#55ffae text on a black background
contrast 16.30:1
Card sample
#55ffae text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55ffae;
Background color
Panel with #55ffae background
background-color: #55ffae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55ffae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 255, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 255, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55ffae; background: linear-gradient(135deg, #55ffae, #55DFFF);