#437400
a deep, electric green · cool · closest name: olivedrab
RGB
67, 116, 0
HSL
85°, 100%, 23%
CMYK
42, 0, 100, 55
Luminance
0.1368
Every format
| HEX | #437400 |
| RGB | rgb(67, 116, 0) |
| HSL | hsl(85, 100%, 23%) |
| CMYK | cmyk(42%, 0%, 100%, 55%) |
| LAB | lab(43.8 -33.5 48.7) |
| LCH | lch(43.8 59.1 124.6) |
| OKLCH | oklch(0.504 0.141 132.5) |
Copy-ready code
/* CSS */
color: #437400;
background-color: #437400;
/* Tailwind (arbitrary) */
class="text-[#437400] bg-[#437400]"
/* SCSS */
$brand: #437400;
/* SwiftUI */
Color(red: 0.263, green: 0.455, blue: 0.000)
/* Android */
Color.parseColor("#437400")Accessibility — WCAG contrast
Aa
#437400 on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#437400 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green45.5%
Blue0.0%
CMYK percentages
Cyan42.2%
Magenta0.0%
Yellow100.0%
Key (black)54.5%
Color previews
#437400 text on a black background
contrast 3.74:1
Card sample
#437400 text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #437400;
Background color
Panel with #437400 background
background-color: #437400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #437400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 116, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 116, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #437400; background: linear-gradient(135deg, #437400, #00740A);