HSL(263, 68%, 13%)
Very Dark Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Dark Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,68%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 68%, 13%) | color: hsl(263, 68%, 13%) | |
| HEX | #1C0B38 | color: #1C0B38 | |
| RGB | rgb(28, 11, 56) | color: rgb(28, 11, 56) | |
| CMYK | cmyk(50%, 80%, 0%, 78%) | — | |
| HSV | hsv(263, 80%, 22%) | — | |
| HWB | hwb(263 4% 78%) | color: hwb(263 4% 78%) | |
| OKLCH | oklch(0.2069 0.0823 295.62) | color: oklch(0.2069 0.0823 295.62) | |
| Lab | lab(6.97 20.93 -25.87) | color: lab(6.97 20.93 -25.87) | |
| LCH | lch(6.97 33.28 308.97) | color: lch(6.97 33.28 308.97) |
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)
#15142D — rgb(21, 20, 45)
Deuteranopia (Green-blind)
#16172B — rgb(22, 23, 43)
Tritanopia (Blue-blind)
#1B2523 — rgb(27, 37, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 68%, 13%);
text
color: hsl(263, 68%, 13%);
border
border: 2px solid hsl(263, 68%, 13%);
gradient light
background: linear-gradient(to right, hsl(263, 68%, 33%), hsl(263, 68%, 13%));
gradient dark
background: linear-gradient(to right, hsl(263, 68%, 13%), hsl(263, 68%, 0%))
hex
background-color: #1C0B38;
tailwind
bg-[hsl(263,68%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 68%, 13%, 0.4);
css variable
--color-primary: hsl(263, 68%, 13%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 68%, 13%)?
HEX: #1C0B38 | RGB: rgb(28, 11, 56) | CMYK: 50%, 80%, 0%, 78% | HSV: 263°, 80%, 22%. Copy any format from the conversion table above.
What colors go well with #1C0B38?
The complementary color is HSL(83, 68%, 13%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 68%, 13%) in CSS?
As HSL: color: hsl(263, 68%, 13%); — As HEX: color: #1C0B38; — As RGB: color: rgb(28, 11, 56); — Tailwind CSS: bg-[hsl(263,68%,13%)] — CSS variable: --color-primary: hsl(263, 68%, 13%);