#30b080
a dark, vivid green · cool · closest name: seagreen
RGB
48, 176, 128
HSL
158°, 57%, 44%
CMYK
73, 0, 27, 31
Luminance
0.3324
Every format
| HEX | #30b080 |
| RGB | rgb(48, 176, 128) |
| HSL | hsl(158, 57%, 44%) |
| CMYK | cmyk(73%, 0%, 27%, 31%) |
| LAB | lab(64.3 -45.8 14.9) |
| LCH | lch(64.3 48.2 162.0) |
| OKLCH | oklch(0.677 0.131 163.2) |
Copy-ready code
/* CSS */
color: #30b080;
background-color: #30b080;
/* Tailwind (arbitrary) */
class="text-[#30b080] bg-[#30b080]"
/* SCSS */
$brand: #30b080;
/* SwiftUI */
Color(red: 0.188, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#30b080")Accessibility — WCAG contrast
Aa
#30b080 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30b080 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green69.0%
Blue50.2%
CMYK percentages
Cyan72.7%
Magenta0.0%
Yellow27.3%
Key (black)31.0%
Color previews
#30b080 text on a black background
contrast 7.65:1
Card sample
#30b080 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30b080;
Background color
Panel with #30b080 background
background-color: #30b080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30b080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30b080; background: linear-gradient(135deg, #30b080, #308BB0);