#33ff9d
a balanced, electric green · cool · closest name: aquamarine
RGB
51, 255, 157
HSL
151°, 100%, 60%
CMYK
80, 0, 38, 0
Luminance
0.7466
Every format
| HEX | #33ff9d |
| RGB | rgb(51, 255, 157) |
| HSL | hsl(151, 100%, 60%) |
| CMYK | cmyk(80%, 0%, 38%, 0%) |
| LAB | lab(89.2 -69.1 33.5) |
| LCH | lch(89.2 76.8 154.1) |
| OKLCH | oklch(0.884 0.204 155.8) |
Copy-ready code
/* CSS */
color: #33ff9d;
background-color: #33ff9d;
/* Tailwind (arbitrary) */
class="text-[#33ff9d] bg-[#33ff9d]"
/* SCSS */
$brand: #33ff9d;
/* SwiftUI */
Color(red: 0.200, green: 1.000, blue: 0.616)
/* Android */
Color.parseColor("#33ff9d")Accessibility — WCAG contrast
Aa
#33ff9d on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33ff9d on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green100.0%
Blue61.6%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow38.4%
Key (black)0.0%
Color previews
#33ff9d text on a black background
contrast 15.93:1
Card sample
#33ff9d text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33ff9d;
Background color
Panel with #33ff9d background
background-color: #33ff9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33ff9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 255, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 255, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33ff9d; background: linear-gradient(135deg, #33ff9d, #33D9FF);