#95c511
a dark, electric green · cool · closest name: olivedrab
RGB
149, 197, 17
HSL
76°, 84%, 42%
CMYK
24, 0, 91, 23
Luminance
0.4636
Every format
| HEX | #95c511 |
| RGB | rgb(149, 197, 17) |
| HSL | hsl(76, 84%, 42%) |
| CMYK | cmyk(24%, 0%, 91%, 23%) |
| LAB | lab(73.8 -37.5 71.8) |
| LCH | lch(73.8 81.0 117.6) |
| OKLCH | oklch(0.761 0.189 125.5) |
Copy-ready code
/* CSS */
color: #95c511;
background-color: #95c511;
/* Tailwind (arbitrary) */
class="text-[#95c511] bg-[#95c511]"
/* SCSS */
$brand: #95c511;
/* SwiftUI */
Color(red: 0.584, green: 0.773, blue: 0.067)
/* Android */
Color.parseColor("#95c511")Accessibility — WCAG contrast
Aa
#95c511 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95c511 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green77.3%
Blue6.7%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow91.4%
Key (black)22.7%
Color previews
#95c511 text on a black background
contrast 10.27:1
Card sample
#95c511 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95c511;
Background color
Panel with #95c511 background
background-color: #95c511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95c511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 197, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 197, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95c511; background: linear-gradient(135deg, #95c511, #1DC511);