#384d00
a deep, electric green · cool · closest name: olivedrab
RGB
56, 77, 0
HSL
76°, 100%, 15%
CMYK
27, 0, 100, 70
Luminance
0.0615
Every format
| HEX | #384d00 |
| RGB | rgb(56, 77, 0) |
| HSL | hsl(76, 100%, 15%) |
| CMYK | cmyk(27%, 0%, 100%, 70%) |
| LAB | lab(29.8 -19.4 37.6) |
| LCH | lch(29.8 42.3 117.3) |
| OKLCH | oklch(0.388 0.098 125.5) |
Copy-ready code
/* CSS */
color: #384d00;
background-color: #384d00;
/* Tailwind (arbitrary) */
class="text-[#384d00] bg-[#384d00]"
/* SCSS */
$brand: #384d00;
/* SwiftUI */
Color(red: 0.220, green: 0.302, blue: 0.000)
/* Android */
Color.parseColor("#384d00")Accessibility — WCAG contrast
Aa
#384d00 on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#384d00 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green30.2%
Blue0.0%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow100.0%
Key (black)69.8%
Color previews
#384d00 text on a black background
contrast 2.23:1
Card sample
#384d00 text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #384d00;
Background color
Panel with #384d00 background
background-color: #384d00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #384d00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 77, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 77, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #384d00; background: linear-gradient(135deg, #384d00, #054D00);