#459913
a dark, electric green · cool · closest name: forestgreen
RGB
69, 153, 19
HSL
98°, 78%, 34%
CMYK
55, 0, 88, 40
Luminance
0.2409
Every format
| HEX | #459913 |
| RGB | rgb(69, 153, 19) |
| HSL | hsl(98, 78%, 34%) |
| CMYK | cmyk(55%, 0%, 88%, 40%) |
| LAB | lab(56.2 -47.3 55.1) |
| LCH | lch(56.2 72.7 130.6) |
| OKLCH | oklch(0.607 0.178 137.5) |
Copy-ready code
/* CSS */
color: #459913;
background-color: #459913;
/* Tailwind (arbitrary) */
class="text-[#459913] bg-[#459913]"
/* SCSS */
$brand: #459913;
/* SwiftUI */
Color(red: 0.271, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#459913")Accessibility — WCAG contrast
Aa
#459913 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#459913 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green60.0%
Blue7.5%
CMYK percentages
Cyan54.9%
Magenta0.0%
Yellow87.6%
Key (black)40.0%
Color previews
#459913 text on a black background
contrast 5.82:1
Card sample
#459913 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #459913;
Background color
Panel with #459913 background
background-color: #459913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #459913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #459913; background: linear-gradient(135deg, #459913, #13993A);