HSL(262, 73%, 53%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(262,73%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 73%, 53%) | color: hsl(262, 73%, 53%) | |
| HEX | #7030DF | color: #7030DF | |
| RGB | rgb(112, 48, 223) | color: rgb(112, 48, 223) | |
| CMYK | cmyk(50%, 78%, 0%, 13%) | — | |
| HSV | hsv(262, 78%, 87%) | — | |
| HWB | hwb(262 19% 13%) | color: hwb(262 19% 13%) | |
| OKLCH | oklch(0.5066 0.2409 291.96) | color: oklch(0.5066 0.2409 291.96) | |
| Lab | lab(39.39 63.8 -77.77) | color: lab(39.39 63.8 -77.77) | |
| LCH | lch(39.39 100.59 309.36) | color: lch(39.39 100.59 309.36) |
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)
#5454B5 — rgb(84, 84, 181)
Deuteranopia (Green-blind)
#585DAB — rgb(88, 93, 171)
Tritanopia (Blue-blind)
#6D938C — rgb(109, 147, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 73%, 53%);
text
color: hsl(262, 73%, 53%);
border
border: 2px solid hsl(262, 73%, 53%);
gradient light
background: linear-gradient(to right, hsl(262, 73%, 73%), hsl(262, 73%, 53%));
gradient dark
background: linear-gradient(to right, hsl(262, 73%, 53%), hsl(262, 73%, 33%))
hex
background-color: #7030DF;
tailwind
bg-[hsl(262,73%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 73%, 53%, 0.4);
css variable
--color-primary: hsl(262, 73%, 53%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 73%, 53%)?
HEX: #7030DF | RGB: rgb(112, 48, 223) | CMYK: 50%, 78%, 0%, 13% | HSV: 262°, 78%, 87%. Copy any format from the conversion table above.
What colors go well with #7030DF?
The complementary color is HSL(82, 73%, 53%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(262, 73%, 53%) in CSS?
As HSL: color: hsl(262, 73%, 53%); — As HEX: color: #7030DF; — As RGB: color: rgb(112, 48, 223); — Tailwind CSS: bg-[hsl(262,73%,53%)] — CSS variable: --color-primary: hsl(262, 73%, 53%);