Volcanic Ash
Use #2D2D2D as the background. Use #FF4500 as the primary accent. Use #8B8680 as secondary. Use #D4C5B0 as body text/supporting color. Palette mood: Volcanic Ash — moody, warm, earthy.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Volcanic Ash color scheme. Use these values for web design (HEX/RGB), print projects (CMYK), or specialized design software (HSL).
| Swatch | Design Role | HEX | RGB | CMYK | HSL |
|---|---|---|---|---|---|
| Background Luminance: 2.6% | 45, 45, 45 | 0%, 0%, 0%, 82% | 0°, 0%, 18% | ||
| Primary Accent Luminance: 25.5% | 255, 69, 0 | 0%, 73%, 100%, 0% | 16°, 100%, 50% | ||
| Secondary Luminance: 24.1% | 139, 134, 128 | 0%, 4%, 8%, 45% | 33°, 5%, 52% | ||
| Body Text Luminance: 57.1% | 212, 197, 176 | 0%, 7%, 17%, 17% | 35°, 30%, 76% |
Color Harmony: Custom Scheme
The Volcanic Ash palette is built using a custom relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A custom palette is often preferred by professional designers because it balances visual interest with cohesion.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Volcanic Ash Color Scheme
To use this Volcanic Ash color palette in your web project, you can copy the following CSS variables or Tailwind CSS configuration. These roles ensure your UI maintains accessibility and visual hierarchy.
Option 1: CSS Variables
:root {
/* {name} Palette - ihatecolors.com */{'
'} --color-bg: {colors[0]};{'
'} --color-primary: {colors[1]};{'
'} --color-secondary: {colors[2]};{'
'} --color-text: {colors[3]};{'
'} {'}'} Web Design Tip
Use #2D2D2D for the main background and #FF4500 for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #D4C5B0 and #2D2D2D is 8.14:1 (AAA). Ensure your body text remains legible.