#386607
a deep, electric green · cool · closest name: olivedrab
RGB
56, 102, 7
HSL
89°, 87%, 21%
CMYK
45, 0, 93, 60
Luminance
0.1036
Every format
| HEX | #386607 |
| RGB | rgb(56, 102, 7) |
| HSL | hsl(89, 87%, 21%) |
| CMYK | cmyk(45%, 0%, 93%, 60%) |
| LAB | lab(38.5 -31.2 42.4) |
| LCH | lch(38.5 52.6 126.3) |
| OKLCH | oklch(0.459 0.127 133.7) |
Copy-ready code
/* CSS */
color: #386607;
background-color: #386607;
/* Tailwind (arbitrary) */
class="text-[#386607] bg-[#386607]"
/* SCSS */
$brand: #386607;
/* SwiftUI */
Color(red: 0.220, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#386607")Accessibility — WCAG contrast
Aa
#386607 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#386607 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green40.0%
Blue2.7%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow93.1%
Key (black)60.0%
Color previews
#386607 text on a black background
contrast 3.07:1
Card sample
#386607 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #386607;
Background color
Panel with #386607 background
background-color: #386607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #386607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #386607; background: linear-gradient(135deg, #386607, #076615);