#326c01
a deep, electric green · cool · closest name: olivedrab
RGB
50, 108, 1
HSL
93°, 98%, 21%
CMYK
54, 0, 99, 58
Luminance
0.1141
Every format
| HEX | #326c01 |
| RGB | rgb(50, 108, 1) |
| HSL | hsl(93, 98%, 21%) |
| CMYK | cmyk(54%, 0%, 99%, 58%) |
| LAB | lab(40.3 -36.1 45.3) |
| LCH | lch(40.3 57.9 128.5) |
| OKLCH | oklch(0.473 0.140 136.1) |
Copy-ready code
/* CSS */
color: #326c01;
background-color: #326c01;
/* Tailwind (arbitrary) */
class="text-[#326c01] bg-[#326c01]"
/* SCSS */
$brand: #326c01;
/* SwiftUI */
Color(red: 0.196, green: 0.424, blue: 0.004)
/* Android */
Color.parseColor("#326c01")Accessibility — WCAG contrast
Aa
#326c01 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#326c01 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green42.4%
Blue0.4%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow99.1%
Key (black)57.6%
Color previews
#326c01 text on a black background
contrast 3.28:1
Card sample
#326c01 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #326c01;
Background color
Panel with #326c01 background
background-color: #326c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #326c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 108, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 108, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #326c01; background: linear-gradient(135deg, #326c01, #016C17);