#33480a
a deep, electric green · cool · closest name: olivedrab
RGB
51, 72, 10
HSL
80°, 76%, 16%
CMYK
29, 0, 86, 72
Luminance
0.0536
Every format
| HEX | #33480a |
| RGB | rgb(51, 72, 10) |
| HSL | hsl(80, 76%, 16%) |
| CMYK | cmyk(29%, 0%, 86%, 72%) |
| LAB | lab(27.7 -18.5 31.9) |
| LCH | lch(27.7 36.8 120.2) |
| OKLCH | oklch(0.371 0.088 127.2) |
Copy-ready code
/* CSS */
color: #33480a;
background-color: #33480a;
/* Tailwind (arbitrary) */
class="text-[#33480a] bg-[#33480a]"
/* SCSS */
$brand: #33480a;
/* SwiftUI */
Color(red: 0.200, green: 0.282, blue: 0.039)
/* Android */
Color.parseColor("#33480a")Accessibility — WCAG contrast
Aa
#33480a on white: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33480a on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green28.2%
Blue3.9%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow86.1%
Key (black)71.8%
Color previews
#33480a text on a black background
contrast 2.07:1
Card sample
#33480a text on a white background
contrast 10.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33480a;
Background color
Panel with #33480a background
background-color: #33480a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33480a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 72, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 72, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33480a; background: linear-gradient(135deg, #33480a, #0A480A);