#384513
a deep, vivid green · cool · closest name: darkslategray
RGB
56, 69, 19
HSL
76°, 57%, 17%
CMYK
19, 0, 73, 73
Luminance
0.0514
Every format
| HEX | #384513 |
| RGB | rgb(56, 69, 19) |
| HSL | hsl(76, 57%, 17%) |
| CMYK | cmyk(19%, 0%, 73%, 73%) |
| LAB | lab(27.1 -13.8 27.5) |
| LCH | lch(27.1 30.8 116.7) |
| OKLCH | oklch(0.367 0.074 122.6) |
Copy-ready code
/* CSS */
color: #384513;
background-color: #384513;
/* Tailwind (arbitrary) */
class="text-[#384513] bg-[#384513]"
/* SCSS */
$brand: #384513;
/* SwiftUI */
Color(red: 0.220, green: 0.271, blue: 0.075)
/* Android */
Color.parseColor("#384513")Accessibility — WCAG contrast
Aa
#384513 on white: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#384513 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green27.1%
Blue7.5%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow72.5%
Key (black)72.9%
Color previews
#384513 text on a black background
contrast 2.03:1
Card sample
#384513 text on a white background
contrast 10.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #384513;
Background color
Panel with #384513 background
background-color: #384513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #384513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 69, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 69, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #384513; background: linear-gradient(135deg, #384513, #174513);