HSL(263, 41%, 45%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,41%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 41%, 45%) | color: hsl(263, 41%, 45%) | |
| HEX | #6844A2 | color: #6844A2 | |
| RGB | rgb(104, 68, 162) | color: rgb(104, 68, 162) | |
| CMYK | cmyk(36%, 58%, 0%, 36%) | — | |
| HSV | hsv(263, 58%, 64%) | — | |
| HWB | hwb(263 27% 36%) | color: hwb(263 27% 36%) | |
| OKLCH | oklch(0.4746 0.1466 298.29) | color: oklch(0.4746 0.1466 298.29) | |
| Lab | lab(37.27 36.28 -45.53) | color: lab(37.27 36.28 -45.53) | |
| LCH | lch(37.27 58.22 308.55) | color: lch(37.27 58.22 308.55) |
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)
#58588B — rgb(88, 88, 139)
Deuteranopia (Green-blind)
#5B5D86 — rgb(91, 93, 134)
Tritanopia (Blue-blind)
#667975 — rgb(102, 121, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 41%, 45%);
text
color: hsl(263, 41%, 45%);
border
border: 2px solid hsl(263, 41%, 45%);
gradient light
background: linear-gradient(to right, hsl(263, 41%, 65%), hsl(263, 41%, 45%));
gradient dark
background: linear-gradient(to right, hsl(263, 41%, 45%), hsl(263, 41%, 25%))
hex
background-color: #6844A2;
tailwind
bg-[hsl(263,41%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 41%, 45%, 0.4);
css variable
--color-primary: hsl(263, 41%, 45%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 41%, 45%)?
HEX: #6844A2 | RGB: rgb(104, 68, 162) | CMYK: 36%, 58%, 0%, 36% | HSV: 263°, 58%, 64%. Copy any format from the conversion table above.
What colors go well with #6844A2?
The complementary color is HSL(83, 41%, 45%). 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, 41%, 45%) in CSS?
As HSL: color: hsl(263, 41%, 45%); — As HEX: color: #6844A2; — As RGB: color: rgb(104, 68, 162); — Tailwind CSS: bg-[hsl(263,41%,45%)] — CSS variable: --color-primary: hsl(263, 41%, 45%);