#30af7b
a dark, vivid green · cool · closest name: seagreen
RGB
48, 175, 123
HSL
155°, 57%, 44%
CMYK
73, 0, 30, 31
Luminance
0.3272
Every format
| HEX | #30af7b |
| RGB | rgb(48, 175, 123) |
| HSL | hsl(155, 57%, 44%) |
| CMYK | cmyk(73%, 0%, 30%, 31%) |
| LAB | lab(63.9 -46.5 17.0) |
| LCH | lch(63.9 49.5 159.9) |
| OKLCH | oklch(0.673 0.134 161.2) |
Copy-ready code
/* CSS */
color: #30af7b;
background-color: #30af7b;
/* Tailwind (arbitrary) */
class="text-[#30af7b] bg-[#30af7b]"
/* SCSS */
$brand: #30af7b;
/* SwiftUI */
Color(red: 0.188, green: 0.686, blue: 0.482)
/* Android */
Color.parseColor("#30af7b")Accessibility — WCAG contrast
Aa
#30af7b on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30af7b on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green68.6%
Blue48.2%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow29.7%
Key (black)31.4%
Color previews
#30af7b text on a black background
contrast 7.54:1
Card sample
#30af7b text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30af7b;
Background color
Panel with #30af7b background
background-color: #30af7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30af7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 175, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 175, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30af7b; background: linear-gradient(135deg, #30af7b, #308EAF);