#476f13
a dark, vivid green · cool · closest name: olivedrab
RGB
71, 111, 19
HSL
86°, 71%, 26%
CMYK
36, 0, 83, 57
Luminance
0.1276
Every format
| HEX | #476f13 |
| RGB | rgb(71, 111, 19) |
| HSL | hsl(86, 71%, 26%) |
| CMYK | cmyk(36%, 0%, 83%, 57%) |
| LAB | lab(42.4 -29.0 42.8) |
| LCH | lch(42.4 51.7 124.1) |
| OKLCH | oklch(0.494 0.125 131.1) |
Copy-ready code
/* CSS */
color: #476f13;
background-color: #476f13;
/* Tailwind (arbitrary) */
class="text-[#476f13] bg-[#476f13]"
/* SCSS */
$brand: #476f13;
/* SwiftUI */
Color(red: 0.278, green: 0.435, blue: 0.075)
/* Android */
Color.parseColor("#476f13")Accessibility — WCAG contrast
Aa
#476f13 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#476f13 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green43.5%
Blue7.5%
CMYK percentages
Cyan36.0%
Magenta0.0%
Yellow82.9%
Key (black)56.5%
Color previews
#476f13 text on a black background
contrast 3.55:1
Card sample
#476f13 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476f13;
Background color
Panel with #476f13 background
background-color: #476f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 111, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 111, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476f13; background: linear-gradient(135deg, #476f13, #136F1C);