#33f7af
a balanced, electric green · cool · closest name: aquamarine
RGB
51, 247, 175
HSL
158°, 93%, 58%
CMYK
79, 0, 29, 3
Luminance
0.7032
Every format
| HEX | #33f7af |
| RGB | rgb(51, 247, 175) |
| HSL | hsl(158, 93%, 58%) |
| CMYK | cmyk(79%, 0%, 29%, 3%) |
| LAB | lab(87.2 -62.7 21.6) |
| LCH | lch(87.2 66.3 161.0) |
| OKLCH | oklch(0.868 0.180 162.2) |
Copy-ready code
/* CSS */
color: #33f7af;
background-color: #33f7af;
/* Tailwind (arbitrary) */
class="text-[#33f7af] bg-[#33f7af]"
/* SCSS */
$brand: #33f7af;
/* SwiftUI */
Color(red: 0.200, green: 0.969, blue: 0.686)
/* Android */
Color.parseColor("#33f7af")Accessibility — WCAG contrast
Aa
#33f7af on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33f7af on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green96.9%
Blue68.6%
CMYK percentages
Cyan79.4%
Magenta0.0%
Yellow29.1%
Key (black)3.1%
Color previews
#33f7af text on a black background
contrast 15.06:1
Card sample
#33f7af text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33f7af;
Background color
Panel with #33f7af background
background-color: #33f7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33f7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 247, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 247, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33f7af; background: linear-gradient(135deg, #33f7af, #33BCF7);