#30dfad
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
48, 223, 173
HSL
163°, 73%, 53%
CMYK
79, 0, 22, 13
Luminance
0.5642
Every format
| HEX | #30dfad |
| RGB | rgb(48, 223, 173) |
| HSL | hsl(163, 73%, 53%) |
| CMYK | cmyk(79%, 0%, 22%, 13%) |
| LAB | lab(79.8 -54.3 12.4) |
| LCH | lch(79.8 55.7 167.1) |
| OKLCH | oklch(0.807 0.154 168.1) |
Copy-ready code
/* CSS */
color: #30dfad;
background-color: #30dfad;
/* Tailwind (arbitrary) */
class="text-[#30dfad] bg-[#30dfad]"
/* SCSS */
$brand: #30dfad;
/* SwiftUI */
Color(red: 0.188, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#30dfad")Accessibility — WCAG contrast
Aa
#30dfad on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30dfad on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green87.5%
Blue67.8%
CMYK percentages
Cyan78.5%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#30dfad text on a black background
contrast 12.28:1
Card sample
#30dfad text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30dfad;
Background color
Panel with #30dfad background
background-color: #30dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30dfad; background: linear-gradient(135deg, #30dfad, #309CDF);