#336830
a dark, soft green · cool · closest name: seagreen
RGB
51, 104, 48
HSL
117°, 37%, 30%
CMYK
51, 0, 54, 59
Luminance
0.1082
Every format
| HEX | #336830 |
| RGB | rgb(51, 104, 48) |
| HSL | hsl(117, 37%, 30%) |
| CMYK | cmyk(51%, 0%, 54%, 59%) |
| LAB | lab(39.3 -30.2 26.0) |
| LCH | lch(39.3 39.9 139.2) |
| OKLCH | oklch(0.466 0.103 142.7) |
Copy-ready code
/* CSS */
color: #336830;
background-color: #336830;
/* Tailwind (arbitrary) */
class="text-[#336830] bg-[#336830]"
/* SCSS */
$brand: #336830;
/* SwiftUI */
Color(red: 0.200, green: 0.408, blue: 0.188)
/* Android */
Color.parseColor("#336830")Accessibility — WCAG contrast
Aa
#336830 on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#336830 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green40.8%
Blue18.8%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow53.8%
Key (black)59.2%
Color previews
#336830 text on a black background
contrast 3.16:1
Card sample
#336830 text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #336830;
Background color
Panel with #336830 background
background-color: #336830;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #336830;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 104, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 104, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #336830; background: linear-gradient(135deg, #336830, #306852);