#506607
a deep, electric green · cool · closest name: olivedrab
RGB
80, 102, 7
HSL
74°, 87%, 21%
CMYK
22, 0, 93, 60
Luminance
0.1122
Every format
| HEX | #506607 |
| RGB | rgb(80, 102, 7) |
| HSL | hsl(74, 87%, 21%) |
| CMYK | cmyk(22%, 0%, 93%, 60%) |
| LAB | lab(40.0 -21.2 44.2) |
| LCH | lch(40.0 49.0 115.6) |
| OKLCH | oklch(0.475 0.114 123.3) |
Copy-ready code
/* CSS */
color: #506607;
background-color: #506607;
/* Tailwind (arbitrary) */
class="text-[#506607] bg-[#506607]"
/* SCSS */
$brand: #506607;
/* SwiftUI */
Color(red: 0.314, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#506607")Accessibility — WCAG contrast
Aa
#506607 on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#506607 on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green40.0%
Blue2.7%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow93.1%
Key (black)60.0%
Color previews
#506607 text on a black background
contrast 3.24:1
Card sample
#506607 text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #506607;
Background color
Panel with #506607 background
background-color: #506607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #506607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #506607; background: linear-gradient(135deg, #506607, #116607);