#323f13
a deep, vivid green · cool · closest name: darkslategray
RGB
50, 63, 19
HSL
78°, 54%, 16%
CMYK
21, 0, 70, 75
Luminance
0.0428
Every format
| HEX | #323f13 |
| RGB | rgb(50, 63, 19) |
| HSL | hsl(78, 54%, 16%) |
| CMYK | cmyk(21%, 0%, 70%, 75%) |
| LAB | lab(24.6 -13.3 24.6) |
| LCH | lch(24.6 27.9 118.4) |
| OKLCH | oklch(0.345 0.068 123.9) |
Copy-ready code
/* CSS */
color: #323f13;
background-color: #323f13;
/* Tailwind (arbitrary) */
class="text-[#323f13] bg-[#323f13]"
/* SCSS */
$brand: #323f13;
/* SwiftUI */
Color(red: 0.196, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#323f13")Accessibility — WCAG contrast
Aa
#323f13 on white: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#323f13 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green24.7%
Blue7.5%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow69.8%
Key (black)75.3%
Color previews
#323f13 text on a black background
contrast 1.86:1
Card sample
#323f13 text on a white background
contrast 11.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #323f13;
Background color
Panel with #323f13 background
background-color: #323f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #323f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #323f13; background: linear-gradient(135deg, #323f13, #153F13);