#46980c
a dark, electric green · cool · closest name: green
RGB
70, 152, 12
HSL
95°, 85%, 32%
CMYK
54, 0, 92, 40
Luminance
0.2379
Every format
| HEX | #46980c |
| RGB | rgb(70, 152, 12) |
| HSL | hsl(95, 85%, 32%) |
| CMYK | cmyk(54%, 0%, 92%, 40%) |
| LAB | lab(55.9 -46.9 56.3) |
| LCH | lch(55.9 73.2 129.8) |
| OKLCH | oklch(0.604 0.179 136.9) |
Copy-ready code
/* CSS */
color: #46980c;
background-color: #46980c;
/* Tailwind (arbitrary) */
class="text-[#46980c] bg-[#46980c]"
/* SCSS */
$brand: #46980c;
/* SwiftUI */
Color(red: 0.275, green: 0.596, blue: 0.047)
/* Android */
Color.parseColor("#46980c")Accessibility — WCAG contrast
Aa
#46980c on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#46980c on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green59.6%
Blue4.7%
CMYK percentages
Cyan53.9%
Magenta0.0%
Yellow92.1%
Key (black)40.4%
Color previews
#46980c text on a black background
contrast 5.76:1
Card sample
#46980c text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46980c;
Background color
Panel with #46980c background
background-color: #46980c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46980c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 152, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 152, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46980c; background: linear-gradient(135deg, #46980c, #0C982F);