HSL(263, 68%, 51%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,68%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 68%, 51%) | color: hsl(263, 68%, 51%) | |
| HEX | #6E2DD7 | color: #6E2DD7 | |
| RGB | rgb(110, 45, 215) | color: rgb(110, 45, 215) | |
| CMYK | cmyk(49%, 79%, 0%, 16%) | — | |
| HSV | hsv(263, 79%, 84%) | — | |
| HWB | hwb(263 18% 16%) | color: hwb(263 18% 16%) | |
| OKLCH | oklch(0.4943 0.2352 292.92) | color: oklch(0.4943 0.2352 292.92) | |
| Lab | lab(38.02 62.72 -75.44) | color: lab(38.02 62.72 -75.44) | |
| LCH | lch(38.02 98.11 309.74) | color: lch(38.02 98.11 309.74) |
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)
#5251AE — rgb(82, 81, 174)
Deuteranopia (Green-blind)
#565BA4 — rgb(86, 91, 164)
Tritanopia (Blue-blind)
#6B8D86 — rgb(107, 141, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 68%, 51%);
text
color: hsl(263, 68%, 51%);
border
border: 2px solid hsl(263, 68%, 51%);
gradient light
background: linear-gradient(to right, hsl(263, 68%, 71%), hsl(263, 68%, 51%));
gradient dark
background: linear-gradient(to right, hsl(263, 68%, 51%), hsl(263, 68%, 31%))
hex
background-color: #6E2DD7;
tailwind
bg-[hsl(263,68%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 68%, 51%, 0.4);
css variable
--color-primary: hsl(263, 68%, 51%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 68%, 51%)?
HEX: #6E2DD7 | RGB: rgb(110, 45, 215) | CMYK: 49%, 79%, 0%, 16% | HSV: 263°, 79%, 84%. Copy any format from the conversion table above.
What colors go well with #6E2DD7?
The complementary color is HSL(83, 68%, 51%). 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, 68%, 51%) in CSS?
As HSL: color: hsl(263, 68%, 51%); — As HEX: color: #6E2DD7; — As RGB: color: rgb(110, 45, 215); — Tailwind CSS: bg-[hsl(263,68%,51%)] — CSS variable: --color-primary: hsl(263, 68%, 51%);