HSL(274, 99%, 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,99%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(274, 99%, 43%) | color: hsl(274, 99%, 43%) | |
| HEX | #7C01DA | color: #7C01DA | |
| RGB | rgb(124, 1, 218) | color: rgb(124, 1, 218) | |
| CMYK | cmyk(43%, 100%, 0%, 15%) | — | |
| HSV | hsv(274, 100%, 85%) | — | |
| HWB | hwb(274 0% 15%) | color: hwb(274 0% 15%) | |
| OKLCH | oklch(0.49 0.2615 299.71) | color: oklch(0.49 0.2615 299.71) | |
| Lab | lab(36.68 75.06 -79.29) | color: lab(36.68 75.06 -79.29) | |
| LCH | lch(36.68 109.18 313.43) | color: lch(36.68 109.18 313.43) |
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)
#4746A5 — rgb(71, 70, 165)
Deuteranopia (Green-blind)
#4E5799 — rgb(78, 87, 153)
Tritanopia (Blue-blind)
#767C73 — rgb(118, 124, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(274, 99%, 43%);
text
color: hsl(274, 99%, 43%);
border
border: 2px solid hsl(274, 99%, 43%);
gradient light
background: linear-gradient(to right, hsl(274, 99%, 63%), hsl(274, 99%, 43%));
gradient dark
background: linear-gradient(to right, hsl(274, 99%, 43%), hsl(274, 99%, 23%))
hex
background-color: #7C01DA;
tailwind
bg-[hsl(274,99%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(274, 99%, 43%, 0.4);
css variable
--color-primary: hsl(274, 99%, 43%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(274, 99%, 43%)?
HEX: #7C01DA | RGB: rgb(124, 1, 218) | CMYK: 43%, 100%, 0%, 15% | HSV: 274°, 100%, 85%. Copy any format from the conversion table above.
What colors go well with #7C01DA?
The complementary color is HSL(94, 99%, 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, 99%, 43%) in CSS?
As HSL: color: hsl(274, 99%, 43%); — As HEX: color: #7C01DA; — As RGB: color: rgb(124, 1, 218); — Tailwind CSS: bg-[hsl(274,99%,43%)] — CSS variable: --color-primary: hsl(274, 99%, 43%);