#018513
a dark, electric green · cool · closest name: green
RGB
1, 133, 19
HSL
128°, 99%, 26%
CMYK
99, 0, 86, 48
Luminance
0.1683
Every format
| HEX | #018513 |
| RGB | rgb(1, 133, 19) |
| HSL | hsl(128, 99%, 26%) |
| CMYK | cmyk(99%, 0%, 86%, 48%) |
| LAB | lab(48.0 -52.3 47.3) |
| LCH | lch(48.0 70.5 137.8) |
| OKLCH | oklch(0.535 0.176 143.5) |
Copy-ready code
/* CSS */
color: #018513;
background-color: #018513;
/* Tailwind (arbitrary) */
class="text-[#018513] bg-[#018513]"
/* SCSS */
$brand: #018513;
/* SwiftUI */
Color(red: 0.004, green: 0.522, blue: 0.075)
/* Android */
Color.parseColor("#018513")Accessibility — WCAG contrast
Aa
#018513 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#018513 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green52.2%
Blue7.5%
CMYK percentages
Cyan99.2%
Magenta0.0%
Yellow85.7%
Key (black)47.8%
Color previews
#018513 text on a black background
contrast 4.37:1
Card sample
#018513 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #018513;
Background color
Panel with #018513 background
background-color: #018513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #018513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 133, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 133, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #018513; background: linear-gradient(135deg, #018513, #01856B);