Ruby Fire Color Palette
Deep ruby red blazing into a fiery bright red.
Use as a gradient →
Colors
#4A0404
#7A0C0C
#B01111
#E32424
#FF5757
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #4A0404 | T - | T - | |
| #7A0C0C | T - | T - | |
| #B01111 | T - | T - | |
| #E32424 | T - | T - | |
| #FF5757 | 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.
Ruby Fire CSS Code
HEX Copy
#4A0404 #7A0C0C #B01111 #E32424 #FF5757
RGBA Copy
rgba(74, 4, 4, 1.0) rgba(122, 12, 12, 1.0) rgba(176, 17, 17, 1.0) rgba(227, 36, 36, 1.0) rgba(255, 87, 87, 1.0)
HSLA Copy
hsla(0, 90%, 15%, 1.0) hsla(0, 82%, 26%, 1.0) hsla(0, 82%, 38%, 1.0) hsla(0, 77%, 52%, 1.0) hsla(0, 100%, 67%, 1.0)
More Color Palettes
FAQ
What colors are in the Ruby Fire palette?Deep ruby red blazing into a fiery bright red.
How do I turn the Ruby Fire palette into a CSS gradient?
Use
background: linear-gradient(to right, #4A0404, #7A0C0C, #B01111, #E32424, #FF5757);, or click "Use as a gradient" above to open it in the live generator.