#389605
a dark, electric green · cool · closest name: green
RGB
56, 150, 5
HSL
99°, 94%, 30%
CMYK
63, 0, 97, 41
Luminance
0.2266
Every format
| HEX | #389605 |
| RGB | rgb(56, 150, 5) |
| HSL | hsl(99, 94%, 30%) |
| CMYK | cmyk(63%, 0%, 97%, 41%) |
| LAB | lab(54.7 -50.1 56.3) |
| LCH | lch(54.7 75.4 131.7) |
| OKLCH | oklch(0.593 0.184 138.8) |
Copy-ready code
/* CSS */
color: #389605;
background-color: #389605;
/* Tailwind (arbitrary) */
class="text-[#389605] bg-[#389605]"
/* SCSS */
$brand: #389605;
/* SwiftUI */
Color(red: 0.220, green: 0.588, blue: 0.020)
/* Android */
Color.parseColor("#389605")Accessibility — WCAG contrast
Aa
#389605 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#389605 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green58.8%
Blue2.0%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow96.7%
Key (black)41.2%
Color previews
#389605 text on a black background
contrast 5.53:1
Card sample
#389605 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #389605;
Background color
Panel with #389605 background
background-color: #389605;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #389605;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 150, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 150, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #389605; background: linear-gradient(135deg, #389605, #059633);