#5ad679
a balanced, vivid green · cool · closest name: forestgreen
RGB
90, 214, 121
HSL
135°, 60%, 60%
CMYK
58, 0, 44, 16
Luminance
0.5165
Every format
| HEX | #5ad679 |
| RGB | rgb(90, 214, 121) |
| HSL | hsl(135, 60%, 60%) |
| CMYK | cmyk(58%, 0%, 44%, 16%) |
| LAB | lab(77.1 -54.4 35.8) |
| LCH | lch(77.1 65.1 146.7) |
| OKLCH | oklch(0.784 0.171 149.1) |
Copy-ready code
/* CSS */
color: #5ad679;
background-color: #5ad679;
/* Tailwind (arbitrary) */
class="text-[#5ad679] bg-[#5ad679]"
/* SCSS */
$brand: #5ad679;
/* SwiftUI */
Color(red: 0.353, green: 0.839, blue: 0.475)
/* Android */
Color.parseColor("#5ad679")Accessibility — WCAG contrast
Aa
#5ad679 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ad679 on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green83.9%
Blue47.5%
CMYK percentages
Cyan57.9%
Magenta0.0%
Yellow43.5%
Key (black)16.1%
Color previews
#5ad679 text on a black background
contrast 11.33:1
Card sample
#5ad679 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ad679;
Background color
Panel with #5ad679 background
background-color: #5ad679;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ad679;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 214, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 214, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ad679; background: linear-gradient(135deg, #5ad679, #5AD6CC);