#93a821
a dark, vivid yellow · cool · closest name: olivedrab
RGB
147, 168, 33
HSL
69°, 67%, 39%
CMYK
13, 0, 80, 34
Luminance
0.3432
Every format
| HEX | #93a821 |
| RGB | rgb(147, 168, 33) |
| HSL | hsl(69, 67%, 39%) |
| CMYK | cmyk(13%, 0%, 80%, 34%) |
| LAB | lab(65.2 -24.2 61.2) |
| LCH | lch(65.2 65.8 111.6) |
| OKLCH | oklch(0.692 0.152 118.6) |
Copy-ready code
/* CSS */
color: #93a821;
background-color: #93a821;
/* Tailwind (arbitrary) */
class="text-[#93a821] bg-[#93a821]"
/* SCSS */
$brand: #93a821;
/* SwiftUI */
Color(red: 0.576, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#93a821")Accessibility — WCAG contrast
Aa
#93a821 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93a821 on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green65.9%
Blue12.9%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow80.4%
Key (black)34.1%
Color previews
#93a821 text on a black background
contrast 7.86:1
Card sample
#93a821 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93a821;
Background color
Panel with #93a821 background
background-color: #93a821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93a821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93a821; background: linear-gradient(135deg, #93a821, #39A821);