HSL(263, 48%, 62%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,48%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 48%, 62%) | color: hsl(263, 48%, 62%) | |
| HEX | #9370CD | color: #9370CD | |
| RGB | rgb(147, 112, 205) | color: rgb(147, 112, 205) | |
| CMYK | cmyk(28%, 45%, 0%, 20%) | — | |
| HSV | hsv(263, 45%, 80%) | — | |
| HWB | hwb(263 44% 20%) | color: hwb(263 44% 20%) | |
| OKLCH | oklch(0.619 0.1398 299.68) | color: oklch(0.619 0.1398 299.68) | |
| Lab | lab(54.24 33.25 -43.33) | color: lab(54.24 33.25 -43.33) | |
| LCH | lch(54.24 54.62 307.5) | color: lch(54.24 54.62 307.5) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8484B6 — rgb(132, 132, 182)
Deuteranopia (Green-blind)
#8689B1 — rgb(134, 137, 177)
Tritanopia (Blue-blind)
#91A5A1 — rgb(145, 165, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 48%, 62%);
text
color: hsl(263, 48%, 62%);
border
border: 2px solid hsl(263, 48%, 62%);
gradient light
background: linear-gradient(to right, hsl(263, 48%, 82%), hsl(263, 48%, 62%));
gradient dark
background: linear-gradient(to right, hsl(263, 48%, 62%), hsl(263, 48%, 42%))
hex
background-color: #9370CD;
tailwind
bg-[hsl(263,48%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 48%, 62%, 0.4);
css variable
--color-primary: hsl(263, 48%, 62%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 48%, 62%)?
HEX: #9370CD | RGB: rgb(147, 112, 205) | CMYK: 28%, 45%, 0%, 20% | HSV: 263°, 45%, 80%. Copy any format from the conversion table above.
What colors go well with #9370CD?
The complementary color is HSL(83, 48%, 62%). 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, 48%, 62%) in CSS?
As HSL: color: hsl(263, 48%, 62%); — As HEX: color: #9370CD; — As RGB: color: rgb(147, 112, 205); — Tailwind CSS: bg-[hsl(263,48%,62%)] — CSS variable: --color-primary: hsl(263, 48%, 62%);