#93c521
a balanced, vivid green · cool · closest name: olivedrab
RGB
147, 197, 33
HSL
78°, 71%, 45%
CMYK
25, 0, 83, 23
Luminance
0.4625
Every format
| HEX | #93c521 |
| RGB | rgb(147, 197, 33) |
| HSL | hsl(78, 71%, 45%) |
| CMYK | cmyk(25%, 0%, 83%, 23%) |
| LAB | lab(73.7 -37.8 68.6) |
| LCH | lch(73.7 78.4 118.9) |
| OKLCH | oklch(0.760 0.185 126.4) |
Copy-ready code
/* CSS */
color: #93c521;
background-color: #93c521;
/* Tailwind (arbitrary) */
class="text-[#93c521] bg-[#93c521]"
/* SCSS */
$brand: #93c521;
/* SwiftUI */
Color(red: 0.576, green: 0.773, blue: 0.129)
/* Android */
Color.parseColor("#93c521")Accessibility — WCAG contrast
Aa
#93c521 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93c521 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green77.3%
Blue12.9%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow83.2%
Key (black)22.7%
Color previews
#93c521 text on a black background
contrast 10.25:1
Card sample
#93c521 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93c521;
Background color
Panel with #93c521 background
background-color: #93c521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93c521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 197, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 197, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93c521; background: linear-gradient(135deg, #93c521, #26C521);