#4eb545
a balanced, soft green · cool · closest name: forestgreen
RGB
78, 181, 69
HSL
115°, 45%, 49%
CMYK
57, 0, 62, 29
Luminance
0.3510
Every format
| HEX | #4eb545 |
| RGB | rgb(78, 181, 69) |
| HSL | hsl(115, 45%, 49%) |
| CMYK | cmyk(57%, 0%, 62%, 29%) |
| LAB | lab(65.8 -51.7 47.1) |
| LCH | lch(65.8 69.9 137.7) |
| OKLCH | oklch(0.688 0.179 142.0) |
Copy-ready code
/* CSS */
color: #4eb545;
background-color: #4eb545;
/* Tailwind (arbitrary) */
class="text-[#4eb545] bg-[#4eb545]"
/* SCSS */
$brand: #4eb545;
/* SwiftUI */
Color(red: 0.306, green: 0.710, blue: 0.271)
/* Android */
Color.parseColor("#4eb545")Accessibility — WCAG contrast
Aa
#4eb545 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb545 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green71.0%
Blue27.1%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow61.9%
Key (black)29.0%
Color previews
#4eb545 text on a black background
contrast 8.02:1
Card sample
#4eb545 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb545;
Background color
Panel with #4eb545 background
background-color: #4eb545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 181, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 181, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb545; background: linear-gradient(135deg, #4eb545, #45B587);