#33ad49
a dark, vivid green · cool · closest name: forestgreen
RGB
51, 173, 73
HSL
131°, 55%, 44%
CMYK
71, 0, 58, 32
Luminance
0.3107
Every format
| HEX | #33ad49 |
| RGB | rgb(51, 173, 73) |
| HSL | hsl(131, 55%, 44%) |
| CMYK | cmyk(71%, 0%, 58%, 32%) |
| LAB | lab(62.6 -54.1 41.3) |
| LCH | lch(62.6 68.1 142.7) |
| OKLCH | oklch(0.659 0.176 146.2) |
Copy-ready code
/* CSS */
color: #33ad49;
background-color: #33ad49;
/* Tailwind (arbitrary) */
class="text-[#33ad49] bg-[#33ad49]"
/* SCSS */
$brand: #33ad49;
/* SwiftUI */
Color(red: 0.200, green: 0.678, blue: 0.286)
/* Android */
Color.parseColor("#33ad49")Accessibility — WCAG contrast
Aa
#33ad49 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33ad49 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green67.8%
Blue28.6%
CMYK percentages
Cyan70.5%
Magenta0.0%
Yellow57.8%
Key (black)32.2%
Color previews
#33ad49 text on a black background
contrast 7.21:1
Card sample
#33ad49 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33ad49;
Background color
Panel with #33ad49 background
background-color: #33ad49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33ad49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 173, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 173, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33ad49; background: linear-gradient(135deg, #33ad49, #33AD9A);