HSL(263, 48%, 67%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,48%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 48%, 67%) | color: hsl(263, 48%, 67%) | |
| HEX | #A182D3 | color: #A182D3 | |
| RGB | rgb(161, 130, 211) | color: rgb(161, 130, 211) | |
| CMYK | cmyk(24%, 38%, 0%, 17%) | — | |
| HSV | hsv(263, 38%, 83%) | — | |
| HWB | hwb(263 51% 17%) | color: hwb(263 51% 17%) | |
| OKLCH | oklch(0.6674 0.1211 300.8) | color: oklch(0.6674 0.1211 300.8) | |
| Lab | lab(60.11 28.39 -37.4) | color: lab(60.11 28.39 -37.4) | |
| LCH | lch(60.11 46.95 307.2) | color: lch(60.11 46.95 307.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9493BF — rgb(148, 147, 191)
Deuteranopia (Green-blind)
#9598BB — rgb(149, 152, 187)
Tritanopia (Blue-blind)
#9FB0AD — rgb(159, 176, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 48%, 67%);
text
color: hsl(263, 48%, 67%);
border
border: 2px solid hsl(263, 48%, 67%);
gradient light
background: linear-gradient(to right, hsl(263, 48%, 87%), hsl(263, 48%, 67%));
gradient dark
background: linear-gradient(to right, hsl(263, 48%, 67%), hsl(263, 48%, 47%))
hex
background-color: #A182D3;
tailwind
bg-[hsl(263,48%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 48%, 67%, 0.4);
css variable
--color-primary: hsl(263, 48%, 67%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 48%, 67%)?
HEX: #A182D3 | RGB: rgb(161, 130, 211) | CMYK: 24%, 38%, 0%, 17% | HSV: 263°, 38%, 83%. Copy any format from the conversion table above.
What colors go well with #A182D3?
The complementary color is HSL(83, 48%, 67%). 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, 48%, 67%) in CSS?
As HSL: color: hsl(263, 48%, 67%); — As HEX: color: #A182D3; — As RGB: color: rgb(161, 130, 211); — Tailwind CSS: bg-[hsl(263,48%,67%)] — CSS variable: --color-primary: hsl(263, 48%, 67%);