#33aa74
a dark, vivid green · cool · closest name: seagreen
RGB
51, 170, 116
HSL
153°, 54%, 43%
CMYK
70, 0, 32, 33
Luminance
0.3071
Every format
| HEX | #33aa74 |
| RGB | rgb(51, 170, 116) |
| HSL | hsl(153, 54%, 43%) |
| CMYK | cmyk(70%, 0%, 32%, 33%) |
| LAB | lab(62.3 -45.5 18.6) |
| LCH | lch(62.3 49.2 157.8) |
| OKLCH | oklch(0.659 0.133 159.2) |
Copy-ready code
/* CSS */
color: #33aa74;
background-color: #33aa74;
/* Tailwind (arbitrary) */
class="text-[#33aa74] bg-[#33aa74]"
/* SCSS */
$brand: #33aa74;
/* SwiftUI */
Color(red: 0.200, green: 0.667, blue: 0.455)
/* Android */
Color.parseColor("#33aa74")Accessibility — WCAG contrast
Aa
#33aa74 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33aa74 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green66.7%
Blue45.5%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow31.8%
Key (black)33.3%
Color previews
#33aa74 text on a black background
contrast 7.14:1
Card sample
#33aa74 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33aa74;
Background color
Panel with #33aa74 background
background-color: #33aa74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33aa74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 170, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 170, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33aa74; background: linear-gradient(135deg, #33aa74, #3390AA);