Jul 09, 2026 — Digital Edition
George Ideas
Independent Journalism & Insight
Feature

Dark Rainbow Color Codes

In the realm of color theory, the dark rainbow, or "night rainbow," presents a captivating contrast to its vibrant daytime counterpart. This phenomenon occurs when sunlight is refracted through raindrops at night, creating a mesmerizing display of colors against a dark backdrop. Understanding the color codes that represent this enchanting spectacle can enhance your digital designs, adding depth and intrigue.

Dark Rainbow Gradient Color Scheme - Palettes - SchemeColor.com
Dark Rainbow Gradient Color Scheme - Palettes - SchemeColor.com

Dark rainbow colors are typically represented using hexadecimal color codes, which consist of six characters that define the color's red, green, and blue (RGB) components. These codes range from 00 to FF, with 00 representing no color and FF representing the maximum intensity. Let's delve into the fascinating world of dark rainbow color codes.

Organized & Aesthetic: Color Codes for Google Sheets in Every Shade🌟
Organized & Aesthetic: Color Codes for Google Sheets in Every Shade🌟

Understanding Dark Rainbow Colors

The dark rainbow's colors are essentially the same as those of a regular rainbow, but with reduced light intensity. This results in deeper, more muted shades. The seven colors of the dark rainbow, from top to bottom, are red, orange, yellow, green, blue, indigo, and violet.

Dark Rainbow Color Palette HEX Codes
Dark Rainbow Color Palette HEX Codes

To create these colors in digital formats, we use the RGB color model. By adjusting the RGB values, we can achieve the desired dark rainbow shades. Let's explore the color codes for each color in the dark rainbow.

Red

Rainbow Hex Code List for Stylish Apparel & Decor
Rainbow Hex Code List for Stylish Apparel & Decor

Red is the first color in the dark rainbow, appearing at the top. To create a dark red, we can use the RGB values (34, 6, 13). The corresponding hexadecimal color code is #22060D.

Here's an example of how you might use this color code in HTML: <p style="color:#22060D;">This text is dark red</p>

Orange

rainbow demonology
rainbow demonology

Orange follows red in the dark rainbow. A deep shade of orange can be achieved with the RGB values (30, 16, 6). The hexadecimal color code for this shade is #1E1006.

To apply this color in CSS, you might use: <p style="background-color:#1E1006;">This paragraph has a dark orange background</p>

Creating Dark Rainbow Gradients

Dark Rainbow Color Palette | 30 Colors | Hex RGB CMYK | Procreate Swatches + ASE | Digital Download
Dark Rainbow Color Palette | 30 Colors | Hex RGB CMYK | Procreate Swatches + ASE | Digital Download

Dark rainbow gradients can add a dynamic and engaging element to your designs. By gradually transitioning from one dark rainbow color to another, you can create a captivating visual experience.

To create a dark rainbow gradient, you can use CSS linear-gradient function. Here's an example of how you might create a gradient from dark red to dark violet:

some type of font and numbers on a black background, with different colors in it
some type of font and numbers on a black background, with different colors in it
You get to name colors.
You get to name colors.
the color chart for different colors and numbers
the color chart for different colors and numbers
COLORS
COLORS
Κšπ“„ π’”π’π’‡π’•π’šπ’”π’Œπ’Šπ’Šπ’†π’” κ”› ⁺ β™‘Μ·Μ·Μ·
Κšπ“„ π’”π’π’‡π’•π’šπ’”π’Œπ’Šπ’Šπ’†π’” κ”› ⁺ β™‘Μ·Μ·Μ·
Color Palette 062
Color Palette 062
the color code is shown in this image, and it appears to be very colorful
the color code is shown in this image, and it appears to be very colorful
Color Palette 141
Color Palette 141
the color palette is dark and purple, but it's not very noticeable to see
the color palette is dark and purple, but it's not very noticeable to see
Coolors.co
Coolors.co
Top Procreate Palettes: Aesthetic Color Dreams l procreate paint
Top Procreate Palettes: Aesthetic Color Dreams l procreate paint
Dark Color Hex Codes, Pastel Goth Hex Codes, Cool Color Palette With Hex Codes, Google Slides Color Palette Codes, Gradient Hex Code, Hex Code, Yami Kawaii Color Palette, Unique Color Names, Colour Shade Card
Dark Color Hex Codes, Pastel Goth Hex Codes, Cool Color Palette With Hex Codes, Google Slides Color Palette Codes, Gradient Hex Code, Hex Code, Yami Kawaii Color Palette, Unique Color Names, Colour Shade Card
Custom Colour Palette for Dress to Impress!
Custom Colour Palette for Dress to Impress!
rain drops on the window with pink and blue circles around it, which are highlighted in black
rain drops on the window with pink and blue circles around it, which are highlighted in black
the dark background is very colorful and has different colors
the dark background is very colorful and has different colors
the color palettes are all different colors in this photo, and there is no image to describe
the color palettes are all different colors in this photo, and there is no image to describe
a car driving down a road with trees in the background and text overlaying it
a car driving down a road with trees in the background and text overlaying it
Color Palette 008
Color Palette 008

Dark Red to Dark Violet Gradient

First, let's define the colors using their RGB values: dark red (34, 6, 13) and dark violet (14, 0, 15). Then, we can create the gradient using the following CSS:

<style> body { background: linear-gradient(to right, #22060D, #0E000F); } </style>

Dark Rainbow Color Palettes

Using dark rainbow colors in your designs doesn't mean you have to stick to a single shade. By combining different shades of the dark rainbow, you can create engaging and unique color palettes. Here's an example of a dark rainbow color palette:

<table> <tr> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td><div style="background-color:#22060D;"></div></td> <td><div style="background-color:#1E1006;"></div></td> <td><div style="background-color:#302000;"></div></td> <td><div style="background-color:#003000;"></div></td> <td><div style="background-color:#000030;"></div></td> <td><div style="background-color:#14000F;"></div></td> <td><div style="background-color:#0E000F;"></div></td> </tr> </table>

Embracing dark rainbow colors in your designs can create a unique and captivating visual experience. Whether you're creating a website, designing a logo, or developing a mobile app, these colors can add depth and intrigue to your work. So go ahead, experiment with dark rainbow color codes, and let your creativity shine in the shadows.