#95b40f
a dark, electric green · cool · closest name: olivedrab
RGB
149, 180, 15
HSL
71°, 85%, 38%
CMYK
17, 0, 92, 29
Luminance
0.3907
Every format
| HEX | #95b40f |
| RGB | rgb(149, 180, 15) |
| HSL | hsl(71, 85%, 38%) |
| CMYK | cmyk(17%, 0%, 92%, 29%) |
| LAB | lab(68.8 -29.7 68.1) |
| LCH | lch(68.8 74.3 113.5) |
| OKLCH | oklch(0.721 0.171 121.4) |
Copy-ready code
/* CSS */
color: #95b40f;
background-color: #95b40f;
/* Tailwind (arbitrary) */
class="text-[#95b40f] bg-[#95b40f]"
/* SCSS */
$brand: #95b40f;
/* SwiftUI */
Color(red: 0.584, green: 0.706, blue: 0.059)
/* Android */
Color.parseColor("#95b40f")Accessibility — WCAG contrast
Aa
#95b40f on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95b40f on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green70.6%
Blue5.9%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow91.7%
Key (black)29.4%
Color previews
#95b40f text on a black background
contrast 8.81:1
Card sample
#95b40f text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95b40f;
Background color
Panel with #95b40f background
background-color: #95b40f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95b40f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 180, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 180, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95b40f; background: linear-gradient(135deg, #95b40f, #27B40F);