#33b813
a dark, electric green · cool · closest name: green
RGB
51, 184, 19
HSL
108°, 81%, 40%
CMYK
72, 0, 90, 28
Luminance
0.3503
Every format
| HEX | #33b813 |
| RGB | rgb(51, 184, 19) |
| HSL | hsl(108, 81%, 40%) |
| CMYK | cmyk(72%, 0%, 90%, 28%) |
| LAB | lab(65.8 -62.1 63.2) |
| LCH | lch(65.8 88.6 134.5) |
| OKLCH | oklch(0.685 0.219 140.9) |
Copy-ready code
/* CSS */
color: #33b813;
background-color: #33b813;
/* Tailwind (arbitrary) */
class="text-[#33b813] bg-[#33b813]"
/* SCSS */
$brand: #33b813;
/* SwiftUI */
Color(red: 0.200, green: 0.722, blue: 0.075)
/* Android */
Color.parseColor("#33b813")Accessibility — WCAG contrast
Aa
#33b813 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33b813 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green72.2%
Blue7.5%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow89.7%
Key (black)27.8%
Color previews
#33b813 text on a black background
contrast 8.01:1
Card sample
#33b813 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33b813;
Background color
Panel with #33b813 background
background-color: #33b813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33b813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 184, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 184, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33b813; background: linear-gradient(135deg, #33b813, #13B861);