#338855
a dark, vivid green · cool · “seagreen”
RGB
51, 136, 85
HSL
144°, 46%, 37%
CMYK
63, 0, 38, 47
Luminance
0.1897
Every format
| HEX | #338855 |
| RGB | rgb(51, 136, 85) |
| HSL | hsl(144, 46%, 37%) |
| CMYK | cmyk(63%, 0%, 38%, 47%) |
| LAB | lab(50.6 -37.8 20.0) |
| LCH | lch(50.6 42.8 152.1) |
| OKLCH | oklch(0.561 0.114 153.9) |
Copy-ready code
/* CSS */
color: #338855;
background-color: #338855;
/* Tailwind (arbitrary) */
class="text-[#338855] bg-[#338855]"
/* SCSS */
$brand: #338855;
/* SwiftUI */
Color(red: 0.200, green: 0.533, blue: 0.333)
/* Android */
Color.parseColor("#338855")Accessibility — WCAG contrast
Aa
#338855 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#338855 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green53.3%
Blue33.3%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow37.5%
Key (black)46.7%
Color previews
#338855 text on a black background
contrast 4.79:1
Card sample
#338855 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #338855;
Background color
Panel with #338855 background
background-color: #338855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #338855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 136, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 136, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #338855; background: linear-gradient(135deg, #338855, #338288);