HSL(263, 60%, 52%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,60%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 60%, 52%) | color: hsl(263, 60%, 52%) | |
| HEX | #733BCE | color: #733BCE | |
| RGB | rgb(115, 59, 206) | color: rgb(115, 59, 206) | |
| CMYK | cmyk(44%, 71%, 0%, 19%) | — | |
| HSV | hsv(263, 71%, 81%) | — | |
| HWB | hwb(263 23% 19%) | color: hwb(263 23% 19%) | |
| OKLCH | oklch(0.5069 0.2119 295.13) | color: oklch(0.5069 0.2119 295.13) | |
| Lab | lab(39.96 55.04 -67.03) | color: lab(39.96 55.04 -67.03) | |
| LCH | lch(39.96 86.73 309.39) | color: lch(39.96 86.73 309.39) |
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)
#5B5AAA — rgb(91, 90, 170)
Deuteranopia (Green-blind)
#5E62A2 — rgb(94, 98, 162)
Tritanopia (Blue-blind)
#708E88 — rgb(112, 142, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 60%, 52%);
text
color: hsl(263, 60%, 52%);
border
border: 2px solid hsl(263, 60%, 52%);
gradient light
background: linear-gradient(to right, hsl(263, 60%, 72%), hsl(263, 60%, 52%));
gradient dark
background: linear-gradient(to right, hsl(263, 60%, 52%), hsl(263, 60%, 32%))
hex
background-color: #733BCE;
tailwind
bg-[hsl(263,60%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 60%, 52%, 0.4);
css variable
--color-primary: hsl(263, 60%, 52%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 60%, 52%)?
HEX: #733BCE | RGB: rgb(115, 59, 206) | CMYK: 44%, 71%, 0%, 19% | HSV: 263°, 71%, 81%. Copy any format from the conversion table above.
What colors go well with #733BCE?
The complementary color is HSL(83, 60%, 52%). 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, 60%, 52%) in CSS?
As HSL: color: hsl(263, 60%, 52%); — As HEX: color: #733BCE; — As RGB: color: rgb(115, 59, 206); — Tailwind CSS: bg-[hsl(263,60%,52%)] — CSS variable: --color-primary: hsl(263, 60%, 52%);