#55ee5d
a balanced, electric green · cool · closest name: lime
RGB
85, 238, 93
HSL
123°, 82%, 63%
CMYK
64, 0, 61, 7
Luminance
0.6387
Every format
| HEX | #55ee5d |
| RGB | rgb(85, 238, 93) |
| HSL | hsl(123, 82%, 63%) |
| CMYK | cmyk(64%, 0%, 61%, 7%) |
| LAB | lab(83.9 -67.8 57.1) |
| LCH | lch(83.9 88.7 139.9) |
| OKLCH | oklch(0.839 0.227 144.0) |
Copy-ready code
/* CSS */
color: #55ee5d;
background-color: #55ee5d;
/* Tailwind (arbitrary) */
class="text-[#55ee5d] bg-[#55ee5d]"
/* SCSS */
$brand: #55ee5d;
/* SwiftUI */
Color(red: 0.333, green: 0.933, blue: 0.365)
/* Android */
Color.parseColor("#55ee5d")Accessibility — WCAG contrast
Aa
#55ee5d on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55ee5d on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green93.3%
Blue36.5%
CMYK percentages
Cyan64.3%
Magenta0.0%
Yellow60.9%
Key (black)6.7%
Color previews
#55ee5d text on a black background
contrast 13.77:1
Card sample
#55ee5d text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55ee5d;
Background color
Panel with #55ee5d background
background-color: #55ee5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55ee5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 238, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 238, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55ee5d; background: linear-gradient(135deg, #55ee5d, #55EEC3);