#5ad034
a balanced, vivid green · cool · closest name: forestgreen
RGB
90, 208, 52
HSL
105°, 62%, 51%
CMYK
57, 0, 75, 18
Luminance
0.4753
Every format
| HEX | #5ad034 |
| RGB | rgb(90, 208, 52) |
| HSL | hsl(105, 62%, 51%) |
| CMYK | cmyk(57%, 0%, 75%, 18%) |
| LAB | lab(74.5 -59.9 63.0) |
| LCH | lch(74.5 87.0 133.6) |
| OKLCH | oklch(0.761 0.217 139.4) |
Copy-ready code
/* CSS */
color: #5ad034;
background-color: #5ad034;
/* Tailwind (arbitrary) */
class="text-[#5ad034] bg-[#5ad034]"
/* SCSS */
$brand: #5ad034;
/* SwiftUI */
Color(red: 0.353, green: 0.816, blue: 0.204)
/* Android */
Color.parseColor("#5ad034")Accessibility — WCAG contrast
Aa
#5ad034 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ad034 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green81.6%
Blue20.4%
CMYK percentages
Cyan56.7%
Magenta0.0%
Yellow75.0%
Key (black)18.4%
Color previews
#5ad034 text on a black background
contrast 10.51:1
Card sample
#5ad034 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ad034;
Background color
Panel with #5ad034 background
background-color: #5ad034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ad034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 208, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 208, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ad034; background: linear-gradient(135deg, #5ad034, #34D076);