#93be21
a dark, vivid green · cool · closest name: olivedrab
RGB
147, 190, 33
HSL
76°, 70%, 44%
CMYK
23, 0, 83, 26
Luminance
0.4314
Every format
| HEX | #93be21 |
| RGB | rgb(147, 190, 33) |
| HSL | hsl(76, 70%, 44%) |
| CMYK | cmyk(23%, 0%, 83%, 26%) |
| LAB | lab(71.7 -34.7 66.8) |
| LCH | lch(71.7 75.3 117.4) |
| OKLCH | oklch(0.744 0.177 124.9) |
Copy-ready code
/* CSS */
color: #93be21;
background-color: #93be21;
/* Tailwind (arbitrary) */
class="text-[#93be21] bg-[#93be21]"
/* SCSS */
$brand: #93be21;
/* SwiftUI */
Color(red: 0.576, green: 0.745, blue: 0.129)
/* Android */
Color.parseColor("#93be21")Accessibility — WCAG contrast
Aa
#93be21 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93be21 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green74.5%
Blue12.9%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow82.6%
Key (black)25.5%
Color previews
#93be21 text on a black background
contrast 9.63:1
Card sample
#93be21 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93be21;
Background color
Panel with #93be21 background
background-color: #93be21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93be21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 190, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 190, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93be21; background: linear-gradient(135deg, #93be21, #2ABE21);