#93b821
a dark, vivid green · cool · closest name: olivedrab
RGB
147, 184, 33
HSL
75°, 70%, 43%
CMYK
20, 0, 82, 28
Luminance
0.4059
Every format
| HEX | #93b821 |
| RGB | rgb(147, 184, 33) |
| HSL | hsl(75, 70%, 43%) |
| CMYK | cmyk(20%, 0%, 82%, 28%) |
| LAB | lab(69.9 -31.9 65.3) |
| LCH | lch(69.9 72.7 116.0) |
| OKLCH | oklch(0.730 0.170 123.4) |
Copy-ready code
/* CSS */
color: #93b821;
background-color: #93b821;
/* Tailwind (arbitrary) */
class="text-[#93b821] bg-[#93b821]"
/* SCSS */
$brand: #93b821;
/* SwiftUI */
Color(red: 0.576, green: 0.722, blue: 0.129)
/* Android */
Color.parseColor("#93b821")Accessibility — WCAG contrast
Aa
#93b821 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93b821 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green72.2%
Blue12.9%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow82.1%
Key (black)27.8%
Color previews
#93b821 text on a black background
contrast 9.12:1
Card sample
#93b821 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93b821;
Background color
Panel with #93b821 background
background-color: #93b821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93b821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 184, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 184, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93b821; background: linear-gradient(135deg, #93b821, #2EB821);