#336633
a dark, soft green · cool · closest name: seagreen
RGB
51, 102, 51
HSL
120°, 33%, 30%
CMYK
50, 0, 50, 60
Luminance
0.1045
Every format
| HEX | #336633 |
| RGB | rgb(51, 102, 51) |
| HSL | hsl(120, 33%, 30%) |
| CMYK | cmyk(50%, 0%, 50%, 60%) |
| LAB | lab(38.6 -28.8 23.6) |
| LCH | lch(38.6 37.2 140.7) |
| OKLCH | oklch(0.461 0.097 143.8) |
Copy-ready code
/* CSS */
color: #336633;
background-color: #336633;
/* Tailwind (arbitrary) */
class="text-[#336633] bg-[#336633]"
/* SCSS */
$brand: #336633;
/* SwiftUI */
Color(red: 0.200, green: 0.400, blue: 0.200)
/* Android */
Color.parseColor("#336633")Accessibility — WCAG contrast
Aa
#336633 on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#336633 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green40.0%
Blue20.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow50.0%
Key (black)60.0%
Color previews
#336633 text on a black background
contrast 3.09:1
Card sample
#336633 text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #336633;
Background color
Panel with #336633 background
background-color: #336633;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #336633;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 102, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 102, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #336633; background: linear-gradient(135deg, #336633, #336655);