#30a080
a dark, vivid cyan · cool · closest name: seagreen
RGB
48, 160, 128
HSL
163°, 54%, 41%
CMYK
70, 0, 20, 37
Luminance
0.2733
Every format
| HEX | #30a080 |
| RGB | rgb(48, 160, 128) |
| HSL | hsl(163, 54%, 41%) |
| CMYK | cmyk(70%, 0%, 20%, 37%) |
| LAB | lab(59.3 -39.0 7.7) |
| LCH | lch(59.3 39.8 168.8) |
| OKLCH | oklch(0.635 0.111 169.8) |
Copy-ready code
/* CSS */
color: #30a080;
background-color: #30a080;
/* Tailwind (arbitrary) */
class="text-[#30a080] bg-[#30a080]"
/* SCSS */
$brand: #30a080;
/* SwiftUI */
Color(red: 0.188, green: 0.627, blue: 0.502)
/* Android */
Color.parseColor("#30a080")Accessibility — WCAG contrast
Aa
#30a080 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#30a080 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green62.7%
Blue50.2%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow20.0%
Key (black)37.3%
Color previews
#30a080 text on a black background
contrast 6.47:1
Card sample
#30a080 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30a080;
Background color
Panel with #30a080 background
background-color: #30a080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30a080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 160, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 160, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30a080; background: linear-gradient(135deg, #30a080, #3075A0);