HSL(263, 20%, 46%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,20%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 20%, 46%) | color: hsl(263, 20%, 46%) | |
| HEX | #705E8D | color: #705E8D | |
| RGB | rgb(112, 94, 141) | color: rgb(112, 94, 141) | |
| CMYK | cmyk(21%, 33%, 0%, 45%) | — | |
| HSV | hsv(263, 33%, 55%) | — | |
| HWB | hwb(263 37% 45%) | color: hwb(263 37% 45%) | |
| OKLCH | oklch(0.5182 0.0754 301.41) | color: oklch(0.5182 0.0754 301.41) | |
| Lab | lab(43.32 17.43 -23.31) | color: lab(43.32 17.43 -23.31) | |
| LCH | lch(43.32 29.11 306.79) | color: lch(43.32 29.11 306.79) |
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)
#686882 — rgb(104, 104, 130)
Deuteranopia (Green-blind)
#696B7F — rgb(105, 107, 127)
Tritanopia (Blue-blind)
#6F7977 — rgb(111, 121, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 20%, 46%);
text
color: hsl(263, 20%, 46%);
border
border: 2px solid hsl(263, 20%, 46%);
gradient light
background: linear-gradient(to right, hsl(263, 20%, 66%), hsl(263, 20%, 46%));
gradient dark
background: linear-gradient(to right, hsl(263, 20%, 46%), hsl(263, 20%, 26%))
hex
background-color: #705E8D;
tailwind
bg-[hsl(263,20%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 20%, 46%, 0.4);
css variable
--color-primary: hsl(263, 20%, 46%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 20%, 46%)?
HEX: #705E8D | RGB: rgb(112, 94, 141) | CMYK: 21%, 33%, 0%, 45% | HSV: 263°, 33%, 55%. Copy any format from the conversion table above.
What colors go well with #705E8D?
The complementary color is HSL(83, 20%, 46%). 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, 20%, 46%) in CSS?
As HSL: color: hsl(263, 20%, 46%); — As HEX: color: #705E8D; — As RGB: color: rgb(112, 94, 141); — Tailwind CSS: bg-[hsl(263,20%,46%)] — CSS variable: --color-primary: hsl(263, 20%, 46%);