#45540c
a deep, electric green · cool · closest name: olive
RGB
69, 84, 12
HSL
73°, 75%, 19%
CMYK
18, 0, 86, 67
Luminance
0.0763
Every format
| HEX | #45540c |
| RGB | rgb(69, 84, 12) |
| HSL | hsl(73, 75%, 19%) |
| CMYK | cmyk(18%, 0%, 86%, 67%) |
| LAB | lab(33.2 -16.5 36.7) |
| LCH | lch(33.2 40.2 114.2) |
| OKLCH | oklch(0.419 0.094 121.3) |
Copy-ready code
/* CSS */
color: #45540c;
background-color: #45540c;
/* Tailwind (arbitrary) */
class="text-[#45540c] bg-[#45540c]"
/* SCSS */
$brand: #45540c;
/* SwiftUI */
Color(red: 0.271, green: 0.329, blue: 0.047)
/* Android */
Color.parseColor("#45540c")Accessibility — WCAG contrast
Aa
#45540c on white: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45540c on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green32.9%
Blue4.7%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow85.7%
Key (black)67.1%
Color previews
#45540c text on a black background
contrast 2.53:1
Card sample
#45540c text on a white background
contrast 8.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45540c;
Background color
Panel with #45540c background
background-color: #45540c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45540c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 84, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 84, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45540c; background: linear-gradient(135deg, #45540c, #15540C);