#384700
a deep, electric green · cool · closest name: olive
RGB
56, 71, 0
HSL
73°, 100%, 14%
CMYK
21, 0, 100, 72
Luminance
0.0535
Every format
| HEX | #384700 |
| RGB | rgb(56, 71, 0) |
| HSL | hsl(73, 100%, 14%) |
| CMYK | cmyk(21%, 0%, 100%, 72%) |
| LAB | lab(27.7 -16.1 35.9) |
| LCH | lch(27.7 39.4 114.2) |
| OKLCH | oklch(0.371 0.090 122.3) |
Copy-ready code
/* CSS */
color: #384700;
background-color: #384700;
/* Tailwind (arbitrary) */
class="text-[#384700] bg-[#384700]"
/* SCSS */
$brand: #384700;
/* SwiftUI */
Color(red: 0.220, green: 0.278, blue: 0.000)
/* Android */
Color.parseColor("#384700")Accessibility — WCAG contrast
Aa
#384700 on white: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#384700 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green27.8%
Blue0.0%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow100.0%
Key (black)72.2%
Color previews
#384700 text on a black background
contrast 2.07:1
Card sample
#384700 text on a white background
contrast 10.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #384700;
Background color
Panel with #384700 background
background-color: #384700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #384700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 71, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 71, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #384700; background: linear-gradient(135deg, #384700, #094700);