#335d09
a deep, electric green · cool · closest name: olivedrab
RGB
51, 93, 9
HSL
90°, 82%, 20%
CMYK
45, 0, 90, 64
Luminance
0.0855
Every format
| HEX | #335d09 |
| RGB | rgb(51, 93, 9) |
| HSL | hsl(90, 82%, 20%) |
| CMYK | cmyk(45%, 0%, 90%, 64%) |
| LAB | lab(35.1 -28.9 38.8) |
| LCH | lch(35.1 48.4 126.7) |
| OKLCH | oklch(0.431 0.118 133.8) |
Copy-ready code
/* CSS */
color: #335d09;
background-color: #335d09;
/* Tailwind (arbitrary) */
class="text-[#335d09] bg-[#335d09]"
/* SCSS */
$brand: #335d09;
/* SwiftUI */
Color(red: 0.200, green: 0.365, blue: 0.035)
/* Android */
Color.parseColor("#335d09")Accessibility — WCAG contrast
Aa
#335d09 on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#335d09 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green36.5%
Blue3.5%
CMYK percentages
Cyan45.2%
Magenta0.0%
Yellow90.3%
Key (black)63.5%
Color previews
#335d09 text on a black background
contrast 2.71:1
Card sample
#335d09 text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #335d09;
Background color
Panel with #335d09 background
background-color: #335d09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #335d09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 93, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 93, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #335d09; background: linear-gradient(135deg, #335d09, #095D17);