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