#33eeaa
a balanced, electric green · cool · closest name: aquamarine
RGB
51, 238, 170
HSL
158°, 85%, 57%
CMYK
79, 0, 29, 7
Luminance
0.6476
Every format
| HEX | #33eeaa |
| RGB | rgb(51, 238, 170) |
| HSL | hsl(158, 85%, 57%) |
| CMYK | cmyk(79%, 0%, 29%, 7%) |
| LAB | lab(84.3 -60.4 20.3) |
| LCH | lch(84.3 63.7 161.4) |
| OKLCH | oklch(0.844 0.173 162.6) |
Copy-ready code
/* CSS */
color: #33eeaa;
background-color: #33eeaa;
/* Tailwind (arbitrary) */
class="text-[#33eeaa] bg-[#33eeaa]"
/* SCSS */
$brand: #33eeaa;
/* SwiftUI */
Color(red: 0.200, green: 0.933, blue: 0.667)
/* Android */
Color.parseColor("#33eeaa")Accessibility — WCAG contrast
Aa
#33eeaa on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33eeaa on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green93.3%
Blue66.7%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow28.6%
Key (black)6.7%
Color previews
#33eeaa text on a black background
contrast 13.95:1
Card sample
#33eeaa text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33eeaa;
Background color
Panel with #33eeaa background
background-color: #33eeaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33eeaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 238, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 238, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33eeaa; background: linear-gradient(135deg, #33eeaa, #33B5EE);