#55ffa2
a light, electric green · cool · closest name: aquamarine
RGB
85, 255, 162
HSL
147°, 100%, 67%
CMYK
67, 0, 37, 0
Luminance
0.7606
Every format
| HEX | #55ffa2 |
| RGB | rgb(85, 255, 162) |
| HSL | hsl(147, 100%, 67%) |
| CMYK | cmyk(67%, 0%, 37%, 0%) |
| LAB | lab(89.9 -63.8 32.0) |
| LCH | lch(89.9 71.4 153.3) |
| OKLCH | oklch(0.891 0.190 155.1) |
Copy-ready code
/* CSS */
color: #55ffa2;
background-color: #55ffa2;
/* Tailwind (arbitrary) */
class="text-[#55ffa2] bg-[#55ffa2]"
/* SCSS */
$brand: #55ffa2;
/* SwiftUI */
Color(red: 0.333, green: 1.000, blue: 0.635)
/* Android */
Color.parseColor("#55ffa2")Accessibility — WCAG contrast
Aa
#55ffa2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55ffa2 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green100.0%
Blue63.5%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow36.5%
Key (black)0.0%
Color previews
#55ffa2 text on a black background
contrast 16.21:1
Card sample
#55ffa2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55ffa2;
Background color
Panel with #55ffa2 background
background-color: #55ffa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55ffa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 255, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 255, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55ffa2; background: linear-gradient(135deg, #55ffa2, #55EBFF);