#339955
a dark, vivid green · cool · closest name: seagreen
RGB
51, 153, 85
HSL
140°, 50%, 40%
CMYK
67, 0, 44, 40
Luminance
0.2414
Every format
| HEX | #339955 |
| RGB | rgb(51, 153, 85) |
| HSL | hsl(140, 50%, 40%) |
| CMYK | cmyk(67%, 0%, 44%, 40%) |
| LAB | lab(56.2 -44.8 27.4) |
| LCH | lch(56.2 52.5 148.6) |
| OKLCH | oklch(0.607 0.138 150.9) |
Copy-ready code
/* CSS */
color: #339955;
background-color: #339955;
/* Tailwind (arbitrary) */
class="text-[#339955] bg-[#339955]"
/* SCSS */
$brand: #339955;
/* SwiftUI */
Color(red: 0.200, green: 0.600, blue: 0.333)
/* Android */
Color.parseColor("#339955")Accessibility — WCAG contrast
Aa
#339955 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#339955 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green60.0%
Blue33.3%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow44.4%
Key (black)40.0%
Color previews
#339955 text on a black background
contrast 5.83:1
Card sample
#339955 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #339955;
Background color
Panel with #339955 background
background-color: #339955;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #339955;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 153, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 153, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #339955; background: linear-gradient(135deg, #339955, #339999);