#53c063
a balanced, vivid green · cool · closest name: forestgreen
RGB
83, 192, 99
HSL
129°, 46%, 54%
CMYK
57, 0, 48, 25
Luminance
0.4044
Every format
| HEX | #53c063 |
| RGB | rgb(83, 192, 99) |
| HSL | hsl(129, 46%, 54%) |
| CMYK | cmyk(57%, 0%, 48%, 25%) |
| LAB | lab(69.8 -50.8 37.5) |
| LCH | lch(69.8 63.2 143.6) |
| OKLCH | oklch(0.722 0.165 146.5) |
Copy-ready code
/* CSS */
color: #53c063;
background-color: #53c063;
/* Tailwind (arbitrary) */
class="text-[#53c063] bg-[#53c063]"
/* SCSS */
$brand: #53c063;
/* SwiftUI */
Color(red: 0.325, green: 0.753, blue: 0.388)
/* Android */
Color.parseColor("#53c063")Accessibility — WCAG contrast
Aa
#53c063 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53c063 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green75.3%
Blue38.8%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow48.4%
Key (black)24.7%
Color previews
#53c063 text on a black background
contrast 9.09:1
Card sample
#53c063 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53c063;
Background color
Panel with #53c063 background
background-color: #53c063;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53c063;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 192, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 192, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53c063; background: linear-gradient(135deg, #53c063, #53C0AC);