#48af7f
a balanced, soft green · cool · closest name: seagreen
RGB
72, 175, 127
HSL
152°, 42%, 48%
CMYK
59, 0, 27, 31
Luminance
0.3357
Every format
| HEX | #48af7f |
| RGB | rgb(72, 175, 127) |
| HSL | hsl(152, 42%, 48%) |
| CMYK | cmyk(59%, 0%, 27%, 31%) |
| LAB | lab(64.6 -41.3 15.9) |
| LCH | lch(64.6 44.2 159.0) |
| OKLCH | oklch(0.680 0.120 160.3) |
Copy-ready code
/* CSS */
color: #48af7f;
background-color: #48af7f;
/* Tailwind (arbitrary) */
class="text-[#48af7f] bg-[#48af7f]"
/* SCSS */
$brand: #48af7f;
/* SwiftUI */
Color(red: 0.282, green: 0.686, blue: 0.498)
/* Android */
Color.parseColor("#48af7f")Accessibility — WCAG contrast
Aa
#48af7f on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48af7f on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green68.6%
Blue49.8%
CMYK percentages
Cyan58.9%
Magenta0.0%
Yellow27.4%
Key (black)31.4%
Color previews
#48af7f text on a black background
contrast 7.71:1
Card sample
#48af7f text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48af7f;
Background color
Panel with #48af7f background
background-color: #48af7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48af7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 175, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 175, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48af7f; background: linear-gradient(135deg, #48af7f, #489AAF);