#55af3f
a balanced, vivid green · cool · closest name: forestgreen
RGB
85, 175, 63
HSL
108°, 47%, 47%
CMYK
51, 0, 64, 31
Luminance
0.3295
Every format
| HEX | #55af3f |
| RGB | rgb(85, 175, 63) |
| HSL | hsl(108, 47%, 47%) |
| CMYK | cmyk(51%, 0%, 64%, 31%) |
| LAB | lab(64.1 -48.1 47.9) |
| LCH | lch(64.1 67.8 135.1) |
| OKLCH | oklch(0.675 0.172 139.9) |
Copy-ready code
/* CSS */
color: #55af3f;
background-color: #55af3f;
/* Tailwind (arbitrary) */
class="text-[#55af3f] bg-[#55af3f]"
/* SCSS */
$brand: #55af3f;
/* SwiftUI */
Color(red: 0.333, green: 0.686, blue: 0.247)
/* Android */
Color.parseColor("#55af3f")Accessibility — WCAG contrast
Aa
#55af3f on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55af3f on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green68.6%
Blue24.7%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow64.0%
Key (black)31.4%
Color previews
#55af3f text on a black background
contrast 7.59:1
Card sample
#55af3f text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55af3f;
Background color
Panel with #55af3f background
background-color: #55af3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55af3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 175, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 175, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55af3f; background: linear-gradient(135deg, #55af3f, #3FAF74);