#33520a
a deep, electric green · cool · closest name: olivedrab
RGB
51, 82, 10
HSL
86°, 78%, 18%
CMYK
38, 0, 88, 68
Luminance
0.0676
Every format
| HEX | #33520a |
| RGB | rgb(51, 82, 10) |
| HSL | hsl(86, 78%, 18%) |
| CMYK | cmyk(38%, 0%, 88%, 68%) |
| LAB | lab(31.3 -23.6 35.1) |
| LCH | lch(31.3 42.3 124.0) |
| OKLCH | oklch(0.399 0.102 131.1) |
Copy-ready code
/* CSS */
color: #33520a;
background-color: #33520a;
/* Tailwind (arbitrary) */
class="text-[#33520a] bg-[#33520a]"
/* SCSS */
$brand: #33520a;
/* SwiftUI */
Color(red: 0.200, green: 0.322, blue: 0.039)
/* Android */
Color.parseColor("#33520a")Accessibility — WCAG contrast
Aa
#33520a on white: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33520a on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green32.2%
Blue3.9%
CMYK percentages
Cyan37.8%
Magenta0.0%
Yellow87.8%
Key (black)67.8%
Color previews
#33520a text on a black background
contrast 2.35:1
Card sample
#33520a text on a white background
contrast 8.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33520a;
Background color
Panel with #33520a background
background-color: #33520a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33520a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 82, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 82, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33520a; background: linear-gradient(135deg, #33520a, #0A5211);