#48ff90
a balanced, electric green · cool · closest name: aquamarine
RGB
72, 255, 144
HSL
144°, 100%, 64%
CMYK
72, 0, 44, 0
Luminance
0.7491
Every format
| HEX | #48ff90 |
| RGB | rgb(72, 255, 144) |
| HSL | hsl(144, 100%, 64%) |
| CMYK | cmyk(72%, 0%, 44%, 0%) |
| LAB | lab(89.3 -68.9 40.1) |
| LCH | lch(89.3 79.7 149.8) |
| OKLCH | oklch(0.885 0.210 151.9) |
Copy-ready code
/* CSS */
color: #48ff90;
background-color: #48ff90;
/* Tailwind (arbitrary) */
class="text-[#48ff90] bg-[#48ff90]"
/* SCSS */
$brand: #48ff90;
/* SwiftUI */
Color(red: 0.282, green: 1.000, blue: 0.565)
/* Android */
Color.parseColor("#48ff90")Accessibility — WCAG contrast
Aa
#48ff90 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48ff90 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green100.0%
Blue56.5%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow43.5%
Key (black)0.0%
Color previews
#48ff90 text on a black background
contrast 15.98:1
Card sample
#48ff90 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48ff90;
Background color
Panel with #48ff90 background
background-color: #48ff90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48ff90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 255, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 255, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48ff90; background: linear-gradient(135deg, #48ff90, #48F4FF);