#93aa22
a dark, vivid green · cool · closest name: olivedrab
RGB
147, 170, 34
HSL
70°, 67%, 40%
CMYK
14, 0, 80, 33
Luminance
0.3507
Every format
| HEX | #93aa22 |
| RGB | rgb(147, 170, 34) |
| HSL | hsl(70, 67%, 40%) |
| CMYK | cmyk(14%, 0%, 80%, 33%) |
| LAB | lab(65.8 -25.1 61.4) |
| LCH | lch(65.8 66.3 112.3) |
| OKLCH | oklch(0.697 0.154 119.3) |
Copy-ready code
/* CSS */
color: #93aa22;
background-color: #93aa22;
/* Tailwind (arbitrary) */
class="text-[#93aa22] bg-[#93aa22]"
/* SCSS */
$brand: #93aa22;
/* SwiftUI */
Color(red: 0.576, green: 0.667, blue: 0.133)
/* Android */
Color.parseColor("#93aa22")Accessibility — WCAG contrast
Aa
#93aa22 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93aa22 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green66.7%
Blue13.3%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow80.0%
Key (black)33.3%
Color previews
#93aa22 text on a black background
contrast 8.01:1
Card sample
#93aa22 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93aa22;
Background color
Panel with #93aa22 background
background-color: #93aa22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93aa22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 170, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 170, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93aa22; background: linear-gradient(135deg, #93aa22, #38AA22);