#33df8c
a balanced, vivid green · cool · closest name: aquamarine
RGB
51, 223, 140
HSL
151°, 73%, 54%
CMYK
77, 0, 37, 13
Luminance
0.5537
Every format
| HEX | #33df8c |
| RGB | rgb(51, 223, 140) |
| HSL | hsl(151, 73%, 54%) |
| CMYK | cmyk(77%, 0%, 37%, 13%) |
| LAB | lab(79.3 -61.0 28.8) |
| LCH | lch(79.3 67.5 154.7) |
| OKLCH | oklch(0.800 0.180 156.3) |
Copy-ready code
/* CSS */
color: #33df8c;
background-color: #33df8c;
/* Tailwind (arbitrary) */
class="text-[#33df8c] bg-[#33df8c]"
/* SCSS */
$brand: #33df8c;
/* SwiftUI */
Color(red: 0.200, green: 0.875, blue: 0.549)
/* Android */
Color.parseColor("#33df8c")Accessibility — WCAG contrast
Aa
#33df8c on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33df8c on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green87.5%
Blue54.9%
CMYK percentages
Cyan77.1%
Magenta0.0%
Yellow37.2%
Key (black)12.5%
Color previews
#33df8c text on a black background
contrast 12.07:1
Card sample
#33df8c text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33df8c;
Background color
Panel with #33df8c background
background-color: #33df8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33df8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 223, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 223, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33df8c; background: linear-gradient(135deg, #33df8c, #33BFDF);