HSL(274, 89%, 43%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(274,89%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(274, 89%, 43%) | color: hsl(274, 89%, 43%) | |
| HEX | #7B0CCF | color: #7B0CCF | |
| RGB | rgb(123, 12, 207) | color: rgb(123, 12, 207) | |
| CMYK | cmyk(41%, 94%, 0%, 19%) | — | |
| HSV | hsv(274, 94%, 81%) | — | |
| HWB | hwb(274 5% 19%) | color: hwb(274 5% 19%) | |
| OKLCH | oklch(0.4815 0.249 301.54) | color: oklch(0.4815 0.249 301.54) | |
| Lab | lab(35.94 71.3 -74.16) | color: lab(35.94 71.3 -74.16) | |
| LCH | lch(35.94 102.88 313.87) | color: lch(35.94 102.88 313.87) |
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)
#4B4AA0 — rgb(75, 74, 160)
Deuteranopia (Green-blind)
#515A95 — rgb(81, 90, 149)
Tritanopia (Blue-blind)
#757B72 — rgb(117, 123, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(274, 89%, 43%);
text
color: hsl(274, 89%, 43%);
border
border: 2px solid hsl(274, 89%, 43%);
gradient light
background: linear-gradient(to right, hsl(274, 89%, 63%), hsl(274, 89%, 43%));
gradient dark
background: linear-gradient(to right, hsl(274, 89%, 43%), hsl(274, 89%, 23%))
hex
background-color: #7B0CCF;
tailwind
bg-[hsl(274,89%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(274, 89%, 43%, 0.4);
css variable
--color-primary: hsl(274, 89%, 43%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(274, 89%, 43%)?
HEX: #7B0CCF | RGB: rgb(123, 12, 207) | CMYK: 41%, 94%, 0%, 19% | HSV: 274°, 94%, 81%. Copy any format from the conversion table above.
What colors go well with #7B0CCF?
The complementary color is HSL(94, 89%, 43%). For a triadic harmony, use hues 274°, 34°, and 154°. For analogous combinations, try hues 244° and 304°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(274, 89%, 43%) in CSS?
As HSL: color: hsl(274, 89%, 43%); — As HEX: color: #7B0CCF; — As RGB: color: rgb(123, 12, 207); — Tailwind CSS: bg-[hsl(274,89%,43%)] — CSS variable: --color-primary: hsl(274, 89%, 43%);