#485708
a deep, electric green · cool · closest name: olive
RGB
72, 87, 8
HSL
71°, 83%, 19%
CMYK
17, 0, 91, 66
Luminance
0.0821
Every format
| HEX | #485708 |
| RGB | rgb(72, 87, 8) |
| HSL | hsl(71, 83%, 19%) |
| CMYK | cmyk(17%, 0%, 91%, 66%) |
| LAB | lab(34.4 -16.9 39.1) |
| LCH | lch(34.4 42.6 113.4) |
| OKLCH | oklch(0.429 0.098 120.8) |
Copy-ready code
/* CSS */
color: #485708;
background-color: #485708;
/* Tailwind (arbitrary) */
class="text-[#485708] bg-[#485708]"
/* SCSS */
$brand: #485708;
/* SwiftUI */
Color(red: 0.282, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#485708")Accessibility — WCAG contrast
Aa
#485708 on white: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#485708 on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green34.1%
Blue3.1%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow90.8%
Key (black)65.9%
Color previews
#485708 text on a black background
contrast 2.64:1
Card sample
#485708 text on a white background
contrast 7.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #485708;
Background color
Panel with #485708 background
background-color: #485708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #485708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #485708; background: linear-gradient(135deg, #485708, #135708);