#75c821
a balanced, vivid green · cool · closest name: forestgreen
RGB
117, 200, 33
HSL
90°, 72%, 46%
CMYK
42, 0, 84, 22
Luminance
0.4520
Every format
| HEX | #75c821 |
| RGB | rgb(117, 200, 33) |
| HSL | hsl(90, 72%, 46%) |
| CMYK | cmyk(42%, 0%, 84%, 22%) |
| LAB | lab(73.0 -50.0 67.4) |
| LCH | lch(73.0 83.9 126.5) |
| OKLCH | oklch(0.751 0.204 133.7) |
Copy-ready code
/* CSS */
color: #75c821;
background-color: #75c821;
/* Tailwind (arbitrary) */
class="text-[#75c821] bg-[#75c821]"
/* SCSS */
$brand: #75c821;
/* SwiftUI */
Color(red: 0.459, green: 0.784, blue: 0.129)
/* Android */
Color.parseColor("#75c821")Accessibility — WCAG contrast
Aa
#75c821 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75c821 on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green78.4%
Blue12.9%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow83.5%
Key (black)21.6%
Color previews
#75c821 text on a black background
contrast 10.04:1
Card sample
#75c821 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75c821;
Background color
Panel with #75c821 background
background-color: #75c821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75c821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 200, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 200, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75c821; background: linear-gradient(135deg, #75c821, #21C83C);