HSL(263, 61%, 65%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,61%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 61%, 65%) | color: hsl(263, 61%, 65%) | |
| HEX | #996FDC | color: #996FDC | |
| RGB | rgb(153, 111, 220) | color: rgb(153, 111, 220) | |
| CMYK | cmyk(30%, 50%, 0%, 14%) | — | |
| HSV | hsv(263, 50%, 86%) | — | |
| HWB | hwb(263 43% 14%) | color: hwb(263 43% 14%) | |
| OKLCH | oklch(0.6315 0.1617 299.55) | color: oklch(0.6315 0.1617 299.55) | |
| Lab | lab(55.39 39.17 -49.96) | color: lab(55.39 39.17 -49.96) | |
| LCH | lch(55.39 63.48 308.1) | color: lch(55.39 63.48 308.1) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8786C2 — rgb(135, 134, 194)
Deuteranopia (Green-blind)
#898CBB — rgb(137, 140, 187)
Tritanopia (Blue-blind)
#97ADA8 — rgb(151, 173, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 61%, 65%);
text
color: hsl(263, 61%, 65%);
border
border: 2px solid hsl(263, 61%, 65%);
gradient light
background: linear-gradient(to right, hsl(263, 61%, 85%), hsl(263, 61%, 65%));
gradient dark
background: linear-gradient(to right, hsl(263, 61%, 65%), hsl(263, 61%, 45%))
hex
background-color: #996FDC;
tailwind
bg-[hsl(263,61%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 61%, 65%, 0.4);
css variable
--color-primary: hsl(263, 61%, 65%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 61%, 65%)?
HEX: #996FDC | RGB: rgb(153, 111, 220) | CMYK: 30%, 50%, 0%, 14% | HSV: 263°, 50%, 86%. Copy any format from the conversion table above.
What colors go well with #996FDC?
The complementary color is HSL(83, 61%, 65%). 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, 61%, 65%) in CSS?
As HSL: color: hsl(263, 61%, 65%); — As HEX: color: #996FDC; — As RGB: color: rgb(153, 111, 220); — Tailwind CSS: bg-[hsl(263,61%,65%)] — CSS variable: --color-primary: hsl(263, 61%, 65%);