#55ee77
a balanced, electric green · cool · closest name: forestgreen
RGB
85, 238, 119
HSL
133°, 82%, 63%
CMYK
64, 0, 50, 7
Luminance
0.6441
Every format
| HEX | #55ee77 |
| RGB | rgb(85, 238, 119) |
| HSL | hsl(133, 82%, 63%) |
| CMYK | cmyk(64%, 0%, 50%, 7%) |
| LAB | lab(84.2 -64.6 45.7) |
| LCH | lch(84.2 79.1 144.7) |
| OKLCH | oklch(0.842 0.206 147.6) |
Copy-ready code
/* CSS */
color: #55ee77;
background-color: #55ee77;
/* Tailwind (arbitrary) */
class="text-[#55ee77] bg-[#55ee77]"
/* SCSS */
$brand: #55ee77;
/* SwiftUI */
Color(red: 0.333, green: 0.933, blue: 0.467)
/* Android */
Color.parseColor("#55ee77")Accessibility — WCAG contrast
Aa
#55ee77 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55ee77 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green93.3%
Blue46.7%
CMYK percentages
Cyan64.3%
Magenta0.0%
Yellow50.0%
Key (black)6.7%
Color previews
#55ee77 text on a black background
contrast 13.88:1
Card sample
#55ee77 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55ee77;
Background color
Panel with #55ee77 background
background-color: #55ee77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55ee77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 238, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 238, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55ee77; background: linear-gradient(135deg, #55ee77, #55EEDD);