HSL(265, 63%, 47%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(265,63%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(265, 63%, 47%) | color: hsl(265, 63%, 47%) | |
| HEX | #6B2CC3 | color: #6B2CC3 | |
| RGB | rgb(107, 44, 195) | color: rgb(107, 44, 195) | |
| CMYK | cmyk(45%, 77%, 0%, 24%) | — | |
| HSV | hsv(265, 77%, 76%) | — | |
| HWB | hwb(265 17% 24%) | color: hwb(265 17% 24%) | |
| OKLCH | oklch(0.4721 0.2152 295.84) | color: oklch(0.4721 0.2152 295.84) | |
| Lab | lab(35.73 57.71 -67.59) | color: lab(35.73 57.71 -67.59) | |
| LCH | lch(35.73 88.88 310.49) | color: lch(35.73 88.88 310.49) |
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)
#504F9E — rgb(80, 79, 158)
Deuteranopia (Green-blind)
#535896 — rgb(83, 88, 150)
Tritanopia (Blue-blind)
#68827B — rgb(104, 130, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(265, 63%, 47%);
text
color: hsl(265, 63%, 47%);
border
border: 2px solid hsl(265, 63%, 47%);
gradient light
background: linear-gradient(to right, hsl(265, 63%, 67%), hsl(265, 63%, 47%));
gradient dark
background: linear-gradient(to right, hsl(265, 63%, 47%), hsl(265, 63%, 27%))
hex
background-color: #6B2CC3;
tailwind
bg-[hsl(265,63%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(265, 63%, 47%, 0.4);
css variable
--color-primary: hsl(265, 63%, 47%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(265, 63%, 47%)?
HEX: #6B2CC3 | RGB: rgb(107, 44, 195) | CMYK: 45%, 77%, 0%, 24% | HSV: 265°, 77%, 76%. Copy any format from the conversion table above.
What colors go well with #6B2CC3?
The complementary color is HSL(85, 63%, 47%). 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, 63%, 47%) in CSS?
As HSL: color: hsl(265, 63%, 47%); — As HEX: color: #6B2CC3; — As RGB: color: rgb(107, 44, 195); — Tailwind CSS: bg-[hsl(265,63%,47%)] — CSS variable: --color-primary: hsl(265, 63%, 47%);