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