#48cb97
a balanced, vivid green · cool · closest name: aquamarine
RGB
72, 203, 151
HSL
156°, 56%, 54%
CMYK
65, 0, 26, 20
Luminance
0.4632
Every format
| HEX | #48cb97 |
| RGB | rgb(72, 203, 151) |
| HSL | hsl(156, 56%, 54%) |
| CMYK | cmyk(65%, 0%, 26%, 20%) |
| LAB | lab(73.8 -47.9 15.6) |
| LCH | lch(73.8 50.4 161.9) |
| OKLCH | oklch(0.757 0.138 163.2) |
Copy-ready code
/* CSS */
color: #48cb97;
background-color: #48cb97;
/* Tailwind (arbitrary) */
class="text-[#48cb97] bg-[#48cb97]"
/* SCSS */
$brand: #48cb97;
/* SwiftUI */
Color(red: 0.282, green: 0.796, blue: 0.592)
/* Android */
Color.parseColor("#48cb97")Accessibility — WCAG contrast
Aa
#48cb97 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48cb97 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green79.6%
Blue59.2%
CMYK percentages
Cyan64.5%
Magenta0.0%
Yellow25.6%
Key (black)20.4%
Color previews
#48cb97 text on a black background
contrast 10.26:1
Card sample
#48cb97 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48cb97;
Background color
Panel with #48cb97 background
background-color: #48cb97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48cb97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 203, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 203, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48cb97; background: linear-gradient(135deg, #48cb97, #48A8CB);