#48f066
a balanced, electric green · cool · closest name: lime
RGB
72, 240, 102
HSL
131°, 85%, 61%
CMYK
70, 0, 58, 6
Luminance
0.6466
Every format
| HEX | #48f066 |
| RGB | rgb(72, 240, 102) |
| HSL | hsl(131, 85%, 61%) |
| CMYK | cmyk(70%, 0%, 58%, 6%) |
| LAB | lab(84.3 -69.8 53.6) |
| LCH | lch(84.3 88.0 142.5) |
| OKLCH | oklch(0.841 0.227 146.0) |
Copy-ready code
/* CSS */
color: #48f066;
background-color: #48f066;
/* Tailwind (arbitrary) */
class="text-[#48f066] bg-[#48f066]"
/* SCSS */
$brand: #48f066;
/* SwiftUI */
Color(red: 0.282, green: 0.941, blue: 0.400)
/* Android */
Color.parseColor("#48f066")Accessibility — WCAG contrast
Aa
#48f066 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48f066 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green94.1%
Blue40.0%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow57.5%
Key (black)5.9%
Color previews
#48f066 text on a black background
contrast 13.93:1
Card sample
#48f066 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48f066;
Background color
Panel with #48f066 background
background-color: #48f066;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48f066;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 240, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 240, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48f066; background: linear-gradient(135deg, #48f066, #48F0D6);