#33470a
a deep, electric green · cool · closest name: olivedrab
RGB
51, 71, 10
HSL
80°, 75%, 16%
CMYK
28, 0, 86, 72
Luminance
0.0523
Every format
| HEX | #33470a |
| RGB | rgb(51, 71, 10) |
| HSL | hsl(80, 75%, 16%) |
| CMYK | cmyk(28%, 0%, 86%, 72%) |
| LAB | lab(27.4 -18.0 31.5) |
| LCH | lch(27.4 36.3 119.7) |
| OKLCH | oklch(0.368 0.087 126.7) |
Copy-ready code
/* CSS */
color: #33470a;
background-color: #33470a;
/* Tailwind (arbitrary) */
class="text-[#33470a] bg-[#33470a]"
/* SCSS */
$brand: #33470a;
/* SwiftUI */
Color(red: 0.200, green: 0.278, blue: 0.039)
/* Android */
Color.parseColor("#33470a")Accessibility — WCAG contrast
Aa
#33470a on white: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33470a on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green27.8%
Blue3.9%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow85.9%
Key (black)72.2%
Color previews
#33470a text on a black background
contrast 2.05:1
Card sample
#33470a text on a white background
contrast 10.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33470a;
Background color
Panel with #33470a background
background-color: #33470a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33470a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 71, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 71, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33470a; background: linear-gradient(135deg, #33470a, #0A470A);