#54c15b
a balanced, vivid green · cool · closest name: forestgreen
RGB
84, 193, 91
HSL
124°, 47%, 54%
CMYK
57, 0, 53, 24
Luminance
0.4078
Every format
| HEX | #54c15b |
| RGB | rgb(84, 193, 91) |
| HSL | hsl(124, 47%, 54%) |
| CMYK | cmyk(57%, 0%, 53%, 24%) |
| LAB | lab(70.0 -52.1 41.8) |
| LCH | lch(70.0 66.8 141.3) |
| OKLCH | oklch(0.724 0.173 144.7) |
Copy-ready code
/* CSS */
color: #54c15b;
background-color: #54c15b;
/* Tailwind (arbitrary) */
class="text-[#54c15b] bg-[#54c15b]"
/* SCSS */
$brand: #54c15b;
/* SwiftUI */
Color(red: 0.329, green: 0.757, blue: 0.357)
/* Android */
Color.parseColor("#54c15b")Accessibility — WCAG contrast
Aa
#54c15b on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54c15b on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green75.7%
Blue35.7%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow52.8%
Key (black)24.3%
Color previews
#54c15b text on a black background
contrast 9.16:1
Card sample
#54c15b text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54c15b;
Background color
Panel with #54c15b background
background-color: #54c15b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54c15b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 193, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 193, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54c15b; background: linear-gradient(135deg, #54c15b, #54C1A4);