#45aa13
a dark, electric green · cool · closest name: green
RGB
69, 170, 19
HSL
100°, 80%, 37%
CMYK
59, 0, 89, 33
Luminance
0.3006
Every format
| HEX | #45aa13 |
| RGB | rgb(69, 170, 19) |
| HSL | hsl(100, 80%, 37%) |
| CMYK | cmyk(59%, 0%, 89%, 33%) |
| LAB | lab(61.7 -53.5 59.9) |
| LCH | lch(61.7 80.4 131.8) |
| OKLCH | oklch(0.652 0.197 138.6) |
Copy-ready code
/* CSS */
color: #45aa13;
background-color: #45aa13;
/* Tailwind (arbitrary) */
class="text-[#45aa13] bg-[#45aa13]"
/* SCSS */
$brand: #45aa13;
/* SwiftUI */
Color(red: 0.271, green: 0.667, blue: 0.075)
/* Android */
Color.parseColor("#45aa13")Accessibility — WCAG contrast
Aa
#45aa13 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45aa13 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green66.7%
Blue7.5%
CMYK percentages
Cyan59.4%
Magenta0.0%
Yellow88.8%
Key (black)33.3%
Color previews
#45aa13 text on a black background
contrast 7.01:1
Card sample
#45aa13 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45aa13;
Background color
Panel with #45aa13 background
background-color: #45aa13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45aa13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 170, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 170, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45aa13; background: linear-gradient(135deg, #45aa13, #13AA46);