Crimson Velvet Color Palette
Deep crimson through burgundy, rich as velvet.
Use as a gradient →
Colors
#2B0000
#560000
#800000
#A61C1C
#C94444
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #2B0000 | T - | T - | |
| #560000 | T - | T - | |
| #800000 | T - | T - | |
| #A61C1C | T - | T - | |
| #C94444 | 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.
Crimson Velvet CSS Code
HEX Copy
#2B0000 #560000 #800000 #A61C1C #C94444
RGBA Copy
rgba(43, 0, 0, 1.0) rgba(86, 0, 0, 1.0) rgba(128, 0, 0, 1.0) rgba(166, 28, 28, 1.0) rgba(201, 68, 68, 1.0)
HSLA Copy
hsla(0, 100%, 8%, 1.0) hsla(0, 100%, 17%, 1.0) hsla(0, 100%, 25%, 1.0) hsla(0, 71%, 38%, 1.0) hsla(0, 55%, 53%, 1.0)
More Color Palettes
FAQ
What colors are in the Crimson Velvet palette?Deep crimson through burgundy, rich as velvet.
How do I turn the Crimson Velvet palette into a CSS gradient?
Use
background: linear-gradient(to right, #2B0000, #560000, #800000, #A61C1C, #C94444);, or click "Use as a gradient" above to open it in the live generator.