#384607
a deep, electric green · cool · closest name: olive
RGB
56, 70, 7
HSL
73°, 82%, 15%
CMYK
20, 0, 90, 73
Luminance
0.0524
Every format
| HEX | #384607 |
| RGB | rgb(56, 70, 7) |
| HSL | hsl(73, 82%, 15%) |
| CMYK | cmyk(20%, 0%, 90%, 73%) |
| LAB | lab(27.4 -15.2 32.8) |
| LCH | lch(27.4 36.2 114.9) |
| OKLCH | oklch(0.369 0.085 122.1) |
Copy-ready code
/* CSS */
color: #384607;
background-color: #384607;
/* Tailwind (arbitrary) */
class="text-[#384607] bg-[#384607]"
/* SCSS */
$brand: #384607;
/* SwiftUI */
Color(red: 0.220, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#384607")Accessibility — WCAG contrast
Aa
#384607 on white: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#384607 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green27.5%
Blue2.7%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow90.0%
Key (black)72.5%
Color previews
#384607 text on a black background
contrast 2.05:1
Card sample
#384607 text on a white background
contrast 10.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #384607;
Background color
Panel with #384607 background
background-color: #384607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #384607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #384607; background: linear-gradient(135deg, #384607, #0E4607);