#48540c
a deep, electric green · cool · closest name: olive
RGB
72, 84, 12
HSL
70°, 75%, 19%
CMYK
14, 0, 86, 67
Luminance
0.0774
Every format
| HEX | #48540c |
| RGB | rgb(72, 84, 12) |
| HSL | hsl(70, 75%, 19%) |
| CMYK | cmyk(14%, 0%, 86%, 67%) |
| LAB | lab(33.5 -15.1 37.0) |
| LCH | lch(33.5 39.9 112.1) |
| OKLCH | oklch(0.421 0.093 119.2) |
Copy-ready code
/* CSS */
color: #48540c;
background-color: #48540c;
/* Tailwind (arbitrary) */
class="text-[#48540c] bg-[#48540c]"
/* SCSS */
$brand: #48540c;
/* SwiftUI */
Color(red: 0.282, green: 0.329, blue: 0.047)
/* Android */
Color.parseColor("#48540c")Accessibility — WCAG contrast
Aa
#48540c on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#48540c on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green32.9%
Blue4.7%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow85.7%
Key (black)67.1%
Color previews
#48540c text on a black background
contrast 2.55:1
Card sample
#48540c text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48540c;
Background color
Panel with #48540c background
background-color: #48540c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48540c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 84, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 84, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48540c; background: linear-gradient(135deg, #48540c, #18540C);