#384c13
a deep, vivid green · cool · closest name: seagreen
RGB
56, 76, 19
HSL
81°, 60%, 19%
CMYK
26, 0, 75, 70
Luminance
0.0606
Every format
| HEX | #384c13 |
| RGB | rgb(56, 76, 19) |
| HSL | hsl(81, 60%, 19%) |
| CMYK | cmyk(26%, 0%, 75%, 70%) |
| LAB | lab(29.6 -17.7 30.0) |
| LCH | lch(29.6 34.9 120.6) |
| OKLCH | oklch(0.387 0.085 126.8) |
Copy-ready code
/* CSS */
color: #384c13;
background-color: #384c13;
/* Tailwind (arbitrary) */
class="text-[#384c13] bg-[#384c13]"
/* SCSS */
$brand: #384c13;
/* SwiftUI */
Color(red: 0.220, green: 0.298, blue: 0.075)
/* Android */
Color.parseColor("#384c13")Accessibility — WCAG contrast
Aa
#384c13 on white: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#384c13 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green29.8%
Blue7.5%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow75.0%
Key (black)70.2%
Color previews
#384c13 text on a black background
contrast 2.21:1
Card sample
#384c13 text on a white background
contrast 9.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #384c13;
Background color
Panel with #384c13 background
background-color: #384c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #384c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 76, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 76, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #384c13; background: linear-gradient(135deg, #384c13, #134C14);