#95cf21
a balanced, vivid green · cool · closest name: olivedrab
RGB
149, 207, 33
HSL
80°, 73%, 47%
CMYK
28, 0, 84, 19
Luminance
0.5113
Every format
| HEX | #95cf21 |
| RGB | rgb(149, 207, 33) |
| HSL | hsl(80, 73%, 47%) |
| CMYK | cmyk(28%, 0%, 84%, 19%) |
| LAB | lab(76.8 -41.5 71.3) |
| LCH | lch(76.8 82.5 120.2) |
| OKLCH | oklch(0.786 0.196 127.7) |
Copy-ready code
/* CSS */
color: #95cf21;
background-color: #95cf21;
/* Tailwind (arbitrary) */
class="text-[#95cf21] bg-[#95cf21]"
/* SCSS */
$brand: #95cf21;
/* SwiftUI */
Color(red: 0.584, green: 0.812, blue: 0.129)
/* Android */
Color.parseColor("#95cf21")Accessibility — WCAG contrast
Aa
#95cf21 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95cf21 on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green81.2%
Blue12.9%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow84.1%
Key (black)18.8%
Color previews
#95cf21 text on a black background
contrast 11.23:1
Card sample
#95cf21 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95cf21;
Background color
Panel with #95cf21 background
background-color: #95cf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95cf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 207, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 207, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95cf21; background: linear-gradient(135deg, #95cf21, #21CF21);