#30fdad
a balanced, electric green · cool · closest name: aquamarine
RGB
48, 253, 173
HSL
157°, 98%, 59%
CMYK
81, 0, 32, 1
Luminance
0.7390
Every format
| HEX | #30fdad |
| RGB | rgb(48, 253, 173) |
| HSL | hsl(157, 98%, 59%) |
| CMYK | cmyk(81%, 0%, 32%, 1%) |
| LAB | lab(88.9 -65.6 25.0) |
| LCH | lch(88.9 70.2 159.1) |
| OKLCH | oklch(0.881 0.189 160.4) |
Copy-ready code
/* CSS */
color: #30fdad;
background-color: #30fdad;
/* Tailwind (arbitrary) */
class="text-[#30fdad] bg-[#30fdad]"
/* SCSS */
$brand: #30fdad;
/* SwiftUI */
Color(red: 0.188, green: 0.992, blue: 0.678)
/* Android */
Color.parseColor("#30fdad")Accessibility — WCAG contrast
Aa
#30fdad on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30fdad on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green99.2%
Blue67.8%
CMYK percentages
Cyan81.0%
Magenta0.0%
Yellow31.6%
Key (black)0.8%
Color previews
#30fdad text on a black background
contrast 15.78:1
Card sample
#30fdad text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30fdad;
Background color
Panel with #30fdad background
background-color: #30fdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30fdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 253, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 253, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30fdad; background: linear-gradient(135deg, #30fdad, #30C4FD);