HSL(281, 99%, 64%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,99%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 99%, 64%) | color: hsl(281, 99%, 64%) | |
| HEX | #C548FE | color: #C548FE | |
| RGB | rgb(197, 72, 254) | color: rgb(197, 72, 254) | |
| CMYK | cmyk(22%, 72%, 0%, 0%) | — | |
| HSV | hsv(281, 72%, 100%) | — | |
| HWB | hwb(281 28% 0%) | color: hwb(281 28% 0%) | |
| OKLCH | oklch(0.652 0.2622 312.81) | color: oklch(0.652 0.2622 312.81) | |
| Lab | lab(55.75 75.26 -68.1) | color: lab(55.75 75.26 -68.1) | |
| LCH | lch(55.75 101.5 317.86) | color: lch(55.75 101.5 317.86) |
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)
#8F8ED2 — rgb(143, 142, 210)
Deuteranopia (Green-blind)
#96A0C7 — rgb(150, 160, 199)
Tritanopia (Blue-blind)
#BFAFA8 — rgb(191, 175, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 99%, 64%);
text
color: hsl(281, 99%, 64%);
border
border: 2px solid hsl(281, 99%, 64%);
gradient light
background: linear-gradient(to right, hsl(281, 99%, 84%), hsl(281, 99%, 64%));
gradient dark
background: linear-gradient(to right, hsl(281, 99%, 64%), hsl(281, 99%, 44%))
hex
background-color: #C548FE;
tailwind
bg-[hsl(281,99%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 99%, 64%, 0.4);
css variable
--color-primary: hsl(281, 99%, 64%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 99%, 64%)?
HEX: #C548FE | RGB: rgb(197, 72, 254) | CMYK: 22%, 72%, 0%, 0% | HSV: 281°, 72%, 100%. Copy any format from the conversion table above.
What colors go well with #C548FE?
The complementary color is HSL(101, 99%, 64%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(281, 99%, 64%) in CSS?
As HSL: color: hsl(281, 99%, 64%); — As HEX: color: #C548FE; — As RGB: color: rgb(197, 72, 254); — Tailwind CSS: bg-[hsl(281,99%,64%)] — CSS variable: --color-primary: hsl(281, 99%, 64%);