#33885e
a dark, vivid green · cool · closest name: seagreen
RGB
51, 136, 94
HSL
150°, 46%, 37%
CMYK
63, 0, 31, 47
Luminance
0.1912
Every format
| HEX | #33885e |
| RGB | rgb(51, 136, 94) |
| HSL | hsl(150, 46%, 37%) |
| CMYK | cmyk(63%, 0%, 31%, 47%) |
| LAB | lab(50.8 -35.9 15.2) |
| LCH | lch(50.8 39.0 157.1) |
| OKLCH | oklch(0.564 0.105 158.6) |
Copy-ready code
/* CSS */
color: #33885e;
background-color: #33885e;
/* Tailwind (arbitrary) */
class="text-[#33885e] bg-[#33885e]"
/* SCSS */
$brand: #33885e;
/* SwiftUI */
Color(red: 0.200, green: 0.533, blue: 0.369)
/* Android */
Color.parseColor("#33885e")Accessibility — WCAG contrast
Aa
#33885e on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#33885e on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green53.3%
Blue36.9%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow30.9%
Key (black)46.7%
Color previews
#33885e text on a black background
contrast 4.82:1
Card sample
#33885e text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33885e;
Background color
Panel with #33885e background
background-color: #33885e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33885e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 136, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 136, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33885e; background: linear-gradient(135deg, #33885e, #337988);