HSL(280, 72%, 73%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,72%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 72%, 73%) | color: hsl(280, 72%, 73%) | |
| HEX | #CB89EC | color: #CB89EC | |
| RGB | rgb(203, 137, 236) | color: rgb(203, 137, 236) | |
| CMYK | cmyk(14%, 42%, 0%, 7%) | — | |
| HSV | hsv(280, 42%, 93%) | — | |
| HWB | hwb(280 54% 7%) | color: hwb(280 54% 7%) | |
| OKLCH | oklch(0.7328 0.1539 313.72) | color: oklch(0.7328 0.1539 313.72) | |
| Lab | lab(67.01 42.33 -40.2) | color: lab(67.01 42.33 -40.2) | |
| LCH | lch(67.01 58.38 316.48) | color: lch(67.01 58.38 316.48) |
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)
#AEAED4 — rgb(174, 174, 212)
Deuteranopia (Green-blind)
#B2B7CE — rgb(178, 183, 206)
Tritanopia (Blue-blind)
#C8C1BD — rgb(200, 193, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 72%, 73%);
text
color: hsl(280, 72%, 73%);
border
border: 2px solid hsl(280, 72%, 73%);
gradient light
background: linear-gradient(to right, hsl(280, 72%, 93%), hsl(280, 72%, 73%));
gradient dark
background: linear-gradient(to right, hsl(280, 72%, 73%), hsl(280, 72%, 53%))
hex
background-color: #CB89EC;
tailwind
bg-[hsl(280,72%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 72%, 73%, 0.4);
css variable
--color-primary: hsl(280, 72%, 73%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 72%, 73%)?
HEX: #CB89EC | RGB: rgb(203, 137, 236) | CMYK: 14%, 42%, 0%, 7% | HSV: 280°, 42%, 93%. Copy any format from the conversion table above.
What colors go well with #CB89EC?
The complementary color is HSL(100, 72%, 73%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 72%, 73%) in CSS?
As HSL: color: hsl(280, 72%, 73%); — As HEX: color: #CB89EC; — As RGB: color: rgb(203, 137, 236); — Tailwind CSS: bg-[hsl(280,72%,73%)] — CSS variable: --color-primary: hsl(280, 72%, 73%);