#53ba48
a balanced, vivid green · cool · closest name: forestgreen
RGB
83, 186, 72
HSL
114°, 45%, 51%
CMYK
55, 0, 61, 27
Luminance
0.3742
Every format
| HEX | #53ba48 |
| RGB | rgb(83, 186, 72) |
| HSL | hsl(114, 45%, 51%) |
| CMYK | cmyk(55%, 0%, 61%, 27%) |
| LAB | lab(67.6 -52.0 47.8) |
| LCH | lch(67.6 70.6 137.4) |
| OKLCH | oklch(0.703 0.180 141.8) |
Copy-ready code
/* CSS */
color: #53ba48;
background-color: #53ba48;
/* Tailwind (arbitrary) */
class="text-[#53ba48] bg-[#53ba48]"
/* SCSS */
$brand: #53ba48;
/* SwiftUI */
Color(red: 0.325, green: 0.729, blue: 0.282)
/* Android */
Color.parseColor("#53ba48")Accessibility — WCAG contrast
Aa
#53ba48 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53ba48 on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green72.9%
Blue28.2%
CMYK percentages
Cyan55.4%
Magenta0.0%
Yellow61.3%
Key (black)27.1%
Color previews
#53ba48 text on a black background
contrast 8.48:1
Card sample
#53ba48 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53ba48;
Background color
Panel with #53ba48 background
background-color: #53ba48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53ba48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 186, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 186, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53ba48; background: linear-gradient(135deg, #53ba48, #48BA89);