HSL(272, 96%, 55%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(272,96%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 96%, 55%) | color: hsl(272, 96%, 55%) | |
| HEX | #941EFA | color: #941EFA | |
| RGB | rgb(148, 30, 250) | color: rgb(148, 30, 250) | |
| CMYK | cmyk(41%, 88%, 0%, 2%) | — | |
| HSV | hsv(272, 88%, 98%) | — | |
| HWB | hwb(272 12% 2%) | color: hwb(272 12% 2%) | |
| OKLCH | oklch(0.5582 0.2814 300.61) | color: oklch(0.5582 0.2814 300.61) | |
| Lab | lab(44.41 79.76 -84.62) | color: lab(44.41 79.76 -84.62) | |
| LCH | lch(44.41 116.29 313.31) | color: lch(44.41 116.29 313.31) |
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)
#6160C5 — rgb(97, 96, 197)
Deuteranopia (Green-blind)
#6871B8 — rgb(104, 113, 184)
Tritanopia (Blue-blind)
#8E9B92 — rgb(142, 155, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 96%, 55%);
text
color: hsl(272, 96%, 55%);
border
border: 2px solid hsl(272, 96%, 55%);
gradient light
background: linear-gradient(to right, hsl(272, 96%, 75%), hsl(272, 96%, 55%));
gradient dark
background: linear-gradient(to right, hsl(272, 96%, 55%), hsl(272, 96%, 35%))
hex
background-color: #941EFA;
tailwind
bg-[hsl(272,96%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 96%, 55%, 0.4);
css variable
--color-primary: hsl(272, 96%, 55%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 96%, 55%)?
HEX: #941EFA | RGB: rgb(148, 30, 250) | CMYK: 41%, 88%, 0%, 2% | HSV: 272°, 88%, 98%. Copy any format from the conversion table above.
What colors go well with #941EFA?
The complementary color is HSL(92, 96%, 55%). For a triadic harmony, use hues 272°, 32°, and 152°. For analogous combinations, try hues 242° and 302°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(272, 96%, 55%) in CSS?
As HSL: color: hsl(272, 96%, 55%); — As HEX: color: #941EFA; — As RGB: color: rgb(148, 30, 250); — Tailwind CSS: bg-[hsl(272,96%,55%)] — CSS variable: --color-primary: hsl(272, 96%, 55%);