#476b09
a deep, electric green · cool · closest name: olivedrab
RGB
71, 107, 9
HSL
82°, 85%, 23%
CMYK
34, 0, 92, 58
Luminance
0.1187
Every format
| HEX | #476b09 |
| RGB | rgb(71, 107, 9) |
| HSL | hsl(82, 85%, 23%) |
| CMYK | cmyk(34%, 0%, 92%, 58%) |
| LAB | lab(41.0 -27.5 44.4) |
| LCH | lch(41.0 52.2 121.8) |
| OKLCH | oklch(0.482 0.124 129.4) |
Copy-ready code
/* CSS */
color: #476b09;
background-color: #476b09;
/* Tailwind (arbitrary) */
class="text-[#476b09] bg-[#476b09]"
/* SCSS */
$brand: #476b09;
/* SwiftUI */
Color(red: 0.278, green: 0.420, blue: 0.035)
/* Android */
Color.parseColor("#476b09")Accessibility — WCAG contrast
Aa
#476b09 on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#476b09 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green42.0%
Blue3.5%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow91.6%
Key (black)58.0%
Color previews
#476b09 text on a black background
contrast 3.37:1
Card sample
#476b09 text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476b09;
Background color
Panel with #476b09 background
background-color: #476b09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476b09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 107, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 107, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476b09; background: linear-gradient(135deg, #476b09, #096B0C);