HSL(265, 60%, 53%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(265,60%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(265, 60%, 53%) | color: hsl(265, 60%, 53%) | |
| HEX | #7B3FCF | color: #7B3FCF | |
| RGB | rgb(123, 63, 207) | color: rgb(123, 63, 207) | |
| CMYK | cmyk(41%, 70%, 0%, 19%) | — | |
| HSV | hsv(265, 70%, 81%) | — | |
| HWB | hwb(265 24% 19%) | color: hwb(265 24% 19%) | |
| OKLCH | oklch(0.5212 0.2092 297.72) | color: oklch(0.5212 0.2092 297.72) | |
| Lab | lab(41.64 54.79 -64.83) | color: lab(41.64 54.79 -64.83) | |
| LCH | lch(41.64 84.88 310.2) | color: lch(41.64 84.88 310.2) |
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)
#6160AC — rgb(97, 96, 172)
Deuteranopia (Green-blind)
#6569A4 — rgb(101, 105, 164)
Tritanopia (Blue-blind)
#78918B — rgb(120, 145, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(265, 60%, 53%);
text
color: hsl(265, 60%, 53%);
border
border: 2px solid hsl(265, 60%, 53%);
gradient light
background: linear-gradient(to right, hsl(265, 60%, 73%), hsl(265, 60%, 53%));
gradient dark
background: linear-gradient(to right, hsl(265, 60%, 53%), hsl(265, 60%, 33%))
hex
background-color: #7B3FCF;
tailwind
bg-[hsl(265,60%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(265, 60%, 53%, 0.4);
css variable
--color-primary: hsl(265, 60%, 53%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(265, 60%, 53%)?
HEX: #7B3FCF | RGB: rgb(123, 63, 207) | CMYK: 41%, 70%, 0%, 19% | HSV: 265°, 70%, 81%. Copy any format from the conversion table above.
What colors go well with #7B3FCF?
The complementary color is HSL(85, 60%, 53%). For a triadic harmony, use hues 265°, 25°, and 145°. For analogous combinations, try hues 235° and 295°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(265, 60%, 53%) in CSS?
As HSL: color: hsl(265, 60%, 53%); — As HEX: color: #7B3FCF; — As RGB: color: rgb(123, 63, 207); — Tailwind CSS: bg-[hsl(265,60%,53%)] — CSS variable: --color-primary: hsl(265, 60%, 53%);