#5ace2b
a balanced, vivid green · cool · closest name: forestgreen
RGB
90, 206, 43
HSL
103°, 66%, 49%
CMYK
56, 0, 79, 19
Luminance
0.4649
Every format
| HEX | #5ace2b |
| RGB | rgb(90, 206, 43) |
| HSL | hsl(103, 66%, 49%) |
| CMYK | cmyk(56%, 0%, 79%, 19%) |
| LAB | lab(73.9 -59.8 65.2) |
| LCH | lch(73.9 88.4 132.5) |
| OKLCH | oklch(0.755 0.219 138.8) |
Copy-ready code
/* CSS */
color: #5ace2b;
background-color: #5ace2b;
/* Tailwind (arbitrary) */
class="text-[#5ace2b] bg-[#5ace2b]"
/* SCSS */
$brand: #5ace2b;
/* SwiftUI */
Color(red: 0.353, green: 0.808, blue: 0.169)
/* Android */
Color.parseColor("#5ace2b")Accessibility — WCAG contrast
Aa
#5ace2b on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ace2b on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.8%
Blue16.9%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow79.1%
Key (black)19.2%
Color previews
#5ace2b text on a black background
contrast 10.30:1
Card sample
#5ace2b text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ace2b;
Background color
Panel with #5ace2b background
background-color: #5ace2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ace2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 206, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 206, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ace2b; background: linear-gradient(135deg, #5ace2b, #2BCE69);