#43500d
a deep, vivid green · cool · closest name: olive
RGB
67, 80, 13
HSL
72°, 72%, 18%
CMYK
16, 0, 84, 69
Luminance
0.0696
Every format
| HEX | #43500d |
| RGB | rgb(67, 80, 13) |
| HSL | hsl(72, 72%, 18%) |
| CMYK | cmyk(16%, 0%, 84%, 69%) |
| LAB | lab(31.7 -15.2 34.9) |
| LCH | lch(31.7 38.0 113.5) |
| OKLCH | oklch(0.406 0.089 120.4) |
Copy-ready code
/* CSS */
color: #43500d;
background-color: #43500d;
/* Tailwind (arbitrary) */
class="text-[#43500d] bg-[#43500d]"
/* SCSS */
$brand: #43500d;
/* SwiftUI */
Color(red: 0.263, green: 0.314, blue: 0.051)
/* Android */
Color.parseColor("#43500d")Accessibility — WCAG contrast
Aa
#43500d on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#43500d on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green31.4%
Blue5.1%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow83.7%
Key (black)68.6%
Color previews
#43500d text on a black background
contrast 2.39:1
Card sample
#43500d text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43500d;
Background color
Panel with #43500d background
background-color: #43500d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43500d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 80, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 80, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43500d; background: linear-gradient(135deg, #43500d, #16500D);