#53cf75
a balanced, vivid green · cool · closest name: forestgreen
RGB
83, 207, 117
HSL
137°, 56%, 57%
CMYK
60, 0, 44, 19
Luminance
0.4775
Every format
| HEX | #53cf75 |
| RGB | rgb(83, 207, 117) |
| HSL | hsl(137, 56%, 57%) |
| CMYK | cmyk(60%, 0%, 44%, 19%) |
| LAB | lab(74.7 -53.9 34.7) |
| LCH | lch(74.7 64.0 147.2) |
| OKLCH | oklch(0.763 0.169 149.6) |
Copy-ready code
/* CSS */
color: #53cf75;
background-color: #53cf75;
/* Tailwind (arbitrary) */
class="text-[#53cf75] bg-[#53cf75]"
/* SCSS */
$brand: #53cf75;
/* SwiftUI */
Color(red: 0.325, green: 0.812, blue: 0.459)
/* Android */
Color.parseColor("#53cf75")Accessibility — WCAG contrast
Aa
#53cf75 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cf75 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green81.2%
Blue45.9%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow43.5%
Key (black)18.8%
Color previews
#53cf75 text on a black background
contrast 10.55:1
Card sample
#53cf75 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cf75;
Background color
Panel with #53cf75 background
background-color: #53cf75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cf75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 207, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 207, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cf75; background: linear-gradient(135deg, #53cf75, #53CFC8);