#335533
a dark, soft green · cool · closest name: darkslategray
RGB
51, 85, 51
HSL
120°, 25%, 27%
CMYK
40, 0, 40, 67
Luminance
0.0744
Every format
| HEX | #335533 |
| RGB | rgb(51, 85, 51) |
| HSL | hsl(120, 25%, 27%) |
| CMYK | cmyk(40%, 0%, 40%, 67%) |
| LAB | lab(32.8 -20.3 16.1) |
| LCH | lch(32.8 25.9 141.7) |
| OKLCH | oklch(0.413 0.068 144.2) |
Copy-ready code
/* CSS */
color: #335533;
background-color: #335533;
/* Tailwind (arbitrary) */
class="text-[#335533] bg-[#335533]"
/* SCSS */
$brand: #335533;
/* SwiftUI */
Color(red: 0.200, green: 0.333, blue: 0.200)
/* Android */
Color.parseColor("#335533")Accessibility — WCAG contrast
Aa
#335533 on white: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#335533 on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green33.3%
Blue20.0%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow40.0%
Key (black)66.7%
Color previews
#335533 text on a black background
contrast 2.49:1
Card sample
#335533 text on a white background
contrast 8.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #335533;
Background color
Panel with #335533 background
background-color: #335533;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #335533;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 85, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 85, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #335533; background: linear-gradient(135deg, #335533, #33554A);