Volcanic Ash Color Palette
Charcoal ash tones with a single ember-red accent.
Use as a gradient →
Colors
#1A1A1A
#333333
#4D4D4D
#666666
#E63946
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #1A1A1A | T - | T - | |
| #333333 | T - | T - | |
| #4D4D4D | T - | T - | |
| #666666 | T - | T - | |
| #E63946 | T - | T - |
Each circle shows the color as text on white and black, with a simulated WCAG AA pass/fail badge. Not a guarantee of accessibility compliance.
Volcanic Ash CSS Code
HEX Copy
#1A1A1A #333333 #4D4D4D #666666 #E63946
RGBA Copy
rgba(26, 26, 26, 1.0) rgba(51, 51, 51, 1.0) rgba(77, 77, 77, 1.0) rgba(102, 102, 102, 1.0) rgba(230, 57, 70, 1.0)
HSLA Copy
hsla(0, 0%, 10%, 1.0) hsla(0, 0%, 20%, 1.0) hsla(0, 0%, 30%, 1.0) hsla(0, 0%, 40%, 1.0) hsla(355, 78%, 56%, 1.0)
More Color Palettes
FAQ
What colors are in the Volcanic Ash palette?Charcoal ash tones with a single ember-red accent.
How do I turn the Volcanic Ash palette into a CSS gradient?
Use
background: linear-gradient(to right, #1A1A1A, #333333, #4D4D4D, #666666, #E63946);, or click "Use as a gradient" above to open it in the live generator.