#469310
a dark, electric green · cool · closest name: forestgreen
RGB
70, 147, 16
HSL
95°, 80%, 32%
CMYK
52, 0, 89, 42
Luminance
0.2221
Every format
| HEX | #469310 |
| RGB | rgb(70, 147, 16) |
| HSL | hsl(95, 80%, 32%) |
| CMYK | cmyk(52%, 0%, 89%, 42%) |
| LAB | lab(54.2 -44.8 54.1) |
| LCH | lch(54.2 70.3 129.6) |
| OKLCH | oklch(0.591 0.172 136.6) |
Copy-ready code
/* CSS */
color: #469310;
background-color: #469310;
/* Tailwind (arbitrary) */
class="text-[#469310] bg-[#469310]"
/* SCSS */
$brand: #469310;
/* SwiftUI */
Color(red: 0.275, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#469310")Accessibility — WCAG contrast
Aa
#469310 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#469310 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green57.6%
Blue6.3%
CMYK percentages
Cyan52.4%
Magenta0.0%
Yellow89.1%
Key (black)42.4%
Color previews
#469310 text on a black background
contrast 5.44:1
Card sample
#469310 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #469310;
Background color
Panel with #469310 background
background-color: #469310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #469310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #469310; background: linear-gradient(135deg, #469310, #109331);