#33e092
a balanced, vivid green · cool · closest name: aquamarine
RGB
51, 224, 146
HSL
153°, 74%, 54%
CMYK
77, 0, 35, 12
Luminance
0.5609
Every format
| HEX | #33e092 |
| RGB | rgb(51, 224, 146) |
| HSL | hsl(153, 74%, 54%) |
| CMYK | cmyk(77%, 0%, 35%, 12%) |
| LAB | lab(79.7 -60.2 26.3) |
| LCH | lch(79.7 65.7 156.4) |
| OKLCH | oklch(0.804 0.176 157.9) |
Copy-ready code
/* CSS */
color: #33e092;
background-color: #33e092;
/* Tailwind (arbitrary) */
class="text-[#33e092] bg-[#33e092]"
/* SCSS */
$brand: #33e092;
/* SwiftUI */
Color(red: 0.200, green: 0.878, blue: 0.573)
/* Android */
Color.parseColor("#33e092")Accessibility — WCAG contrast
Aa
#33e092 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33e092 on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green87.8%
Blue57.3%
CMYK percentages
Cyan77.2%
Magenta0.0%
Yellow34.8%
Key (black)12.2%
Color previews
#33e092 text on a black background
contrast 12.22:1
Card sample
#33e092 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33e092;
Background color
Panel with #33e092 background
background-color: #33e092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33e092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 224, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 224, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33e092; background: linear-gradient(135deg, #33e092, #33BBE0);