#48b913
a dark, electric green · cool · closest name: green
RGB
72, 185, 19
HSL
101°, 81%, 40%
CMYK
61, 0, 90, 28
Luminance
0.3612
Every format
| HEX | #48b913 |
| RGB | rgb(72, 185, 19) |
| HSL | hsl(101, 81%, 40%) |
| CMYK | cmyk(61%, 0%, 90%, 28%) |
| LAB | lab(66.6 -58.0 64.2) |
| LCH | lch(66.6 86.5 132.1) |
| OKLCH | oklch(0.693 0.212 138.9) |
Copy-ready code
/* CSS */
color: #48b913;
background-color: #48b913;
/* Tailwind (arbitrary) */
class="text-[#48b913] bg-[#48b913]"
/* SCSS */
$brand: #48b913;
/* SwiftUI */
Color(red: 0.282, green: 0.725, blue: 0.075)
/* Android */
Color.parseColor("#48b913")Accessibility — WCAG contrast
Aa
#48b913 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48b913 on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green72.5%
Blue7.5%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow89.7%
Key (black)27.5%
Color previews
#48b913 text on a black background
contrast 8.22:1
Card sample
#48b913 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48b913;
Background color
Panel with #48b913 background
background-color: #48b913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48b913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 185, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 185, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48b913; background: linear-gradient(135deg, #48b913, #13B94D);