#48840c
a dark, electric green · cool · closest name: olivedrab
RGB
72, 132, 12
HSL
90°, 83%, 28%
CMYK
46, 0, 91, 48
Luminance
0.1791
Every format
| HEX | #48840c |
| RGB | rgb(72, 132, 12) |
| HSL | hsl(90, 83%, 28%) |
| CMYK | cmyk(46%, 0%, 91%, 48%) |
| LAB | lab(49.4 -38.2 50.9) |
| LCH | lch(49.4 63.6 126.9) |
| OKLCH | oklch(0.551 0.154 134.3) |
Copy-ready code
/* CSS */
color: #48840c;
background-color: #48840c;
/* Tailwind (arbitrary) */
class="text-[#48840c] bg-[#48840c]"
/* SCSS */
$brand: #48840c;
/* SwiftUI */
Color(red: 0.282, green: 0.518, blue: 0.047)
/* Android */
Color.parseColor("#48840c")Accessibility — WCAG contrast
Aa
#48840c on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#48840c on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green51.8%
Blue4.7%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow90.9%
Key (black)48.2%
Color previews
#48840c text on a black background
contrast 4.58:1
Card sample
#48840c text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48840c;
Background color
Panel with #48840c background
background-color: #48840c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48840c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 132, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 132, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48840c; background: linear-gradient(135deg, #48840c, #0C8420);