#55c640
a balanced, vivid green · cool · closest name: forestgreen
RGB
85, 198, 64
HSL
111°, 54%, 51%
CMYK
57, 0, 68, 22
Luminance
0.4269
Every format
| HEX | #55c640 |
| RGB | rgb(85, 198, 64) |
| HSL | hsl(111, 54%, 51%) |
| CMYK | cmyk(57%, 0%, 68%, 22%) |
| LAB | lab(71.3 -56.7 55.3) |
| LCH | lch(71.3 79.2 135.7) |
| OKLCH | oklch(0.734 0.200 140.7) |
Copy-ready code
/* CSS */
color: #55c640;
background-color: #55c640;
/* Tailwind (arbitrary) */
class="text-[#55c640] bg-[#55c640]"
/* SCSS */
$brand: #55c640;
/* SwiftUI */
Color(red: 0.333, green: 0.776, blue: 0.251)
/* Android */
Color.parseColor("#55c640")Accessibility — WCAG contrast
Aa
#55c640 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55c640 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green77.6%
Blue25.1%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow67.7%
Key (black)22.4%
Color previews
#55c640 text on a black background
contrast 9.54:1
Card sample
#55c640 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55c640;
Background color
Panel with #55c640 background
background-color: #55c640;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55c640;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 198, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 198, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55c640; background: linear-gradient(135deg, #55c640, #40C684);