#95ba13
a dark, electric green · cool · closest name: olivedrab
RGB
149, 186, 19
HSL
73°, 82%, 40%
CMYK
20, 0, 90, 27
Luminance
0.4155
Every format
| HEX | #95ba13 |
| RGB | rgb(149, 186, 19) |
| HSL | hsl(73, 82%, 40%) |
| CMYK | cmyk(20%, 0%, 90%, 27%) |
| LAB | lab(70.6 -32.4 68.9) |
| LCH | lch(70.6 76.2 115.2) |
| OKLCH | oklch(0.735 0.176 123.0) |
Copy-ready code
/* CSS */
color: #95ba13;
background-color: #95ba13;
/* Tailwind (arbitrary) */
class="text-[#95ba13] bg-[#95ba13]"
/* SCSS */
$brand: #95ba13;
/* SwiftUI */
Color(red: 0.584, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#95ba13")Accessibility — WCAG contrast
Aa
#95ba13 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95ba13 on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green72.9%
Blue7.5%
CMYK percentages
Cyan19.9%
Magenta0.0%
Yellow89.8%
Key (black)27.1%
Color previews
#95ba13 text on a black background
contrast 9.31:1
Card sample
#95ba13 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95ba13;
Background color
Panel with #95ba13 background
background-color: #95ba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95ba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95ba13; background: linear-gradient(135deg, #95ba13, #26BA13);