HSL(283, 68%, 13%)
Very Dark Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Dark Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(283,68%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 68%, 13%) | color: hsl(283, 68%, 13%) | |
| HEX | #2B0B38 | color: #2B0B38 | |
| RGB | rgb(43, 11, 56) | color: rgb(43, 11, 56) | |
| CMYK | cmyk(23%, 80%, 0%, 78%) | — | |
| HSV | hsv(283, 80%, 22%) | — | |
| HWB | hwb(283 4% 78%) | color: hwb(283 4% 78%) | |
| OKLCH | oklch(0.2291 0.0867 314.42) | color: oklch(0.2291 0.0867 314.42) | |
| Lab | lab(9.31 24.91 -21.98) | color: lab(9.31 24.91 -21.98) | |
| LCH | lch(9.31 33.22 318.58) | color: lch(9.31 33.22 318.58) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#1D1D2D — rgb(29, 29, 45)
Deuteranopia (Green-blind)
#1F212B — rgb(31, 33, 43)
Tritanopia (Blue-blind)
#292523 — rgb(41, 37, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 68%, 13%);
text
color: hsl(283, 68%, 13%);
border
border: 2px solid hsl(283, 68%, 13%);
gradient light
background: linear-gradient(to right, hsl(283, 68%, 33%), hsl(283, 68%, 13%));
gradient dark
background: linear-gradient(to right, hsl(283, 68%, 13%), hsl(283, 68%, 0%))
hex
background-color: #2B0B38;
tailwind
bg-[hsl(283,68%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 68%, 13%, 0.4);
css variable
--color-primary: hsl(283, 68%, 13%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 68%, 13%)?
HEX: #2B0B38 | RGB: rgb(43, 11, 56) | CMYK: 23%, 80%, 0%, 78% | HSV: 283°, 80%, 22%. Copy any format from the conversion table above.
What colors go well with #2B0B38?
The complementary color is HSL(103, 68%, 13%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(283, 68%, 13%) in CSS?
As HSL: color: hsl(283, 68%, 13%); — As HEX: color: #2B0B38; — As RGB: color: rgb(43, 11, 56); — Tailwind CSS: bg-[hsl(283,68%,13%)] — CSS variable: --color-primary: hsl(283, 68%, 13%);