#46750c
a dark, electric green · cool · closest name: olivedrab
RGB
70, 117, 12
HSL
87°, 81%, 25%
CMYK
40, 0, 90, 54
Luminance
0.1405
Every format
| HEX | #46750c |
| RGB | rgb(70, 117, 12) |
| HSL | hsl(87, 81%, 25%) |
| CMYK | cmyk(40%, 0%, 90%, 54%) |
| LAB | lab(44.3 -32.4 46.5) |
| LCH | lch(44.3 56.7 124.9) |
| OKLCH | oklch(0.509 0.137 132.3) |
Copy-ready code
/* CSS */
color: #46750c;
background-color: #46750c;
/* Tailwind (arbitrary) */
class="text-[#46750c] bg-[#46750c]"
/* SCSS */
$brand: #46750c;
/* SwiftUI */
Color(red: 0.275, green: 0.459, blue: 0.047)
/* Android */
Color.parseColor("#46750c")Accessibility — WCAG contrast
Aa
#46750c on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#46750c on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green45.9%
Blue4.7%
CMYK percentages
Cyan40.2%
Magenta0.0%
Yellow89.7%
Key (black)54.1%
Color previews
#46750c text on a black background
contrast 3.81:1
Card sample
#46750c text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46750c;
Background color
Panel with #46750c background
background-color: #46750c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46750c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 117, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 117, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46750c; background: linear-gradient(135deg, #46750c, #0C7518);