HSL(272, 68%, 56%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(272,68%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 68%, 56%) | color: hsl(272, 68%, 56%) | |
| HEX | #9443DB | color: #9443DB | |
| RGB | rgb(148, 67, 219) | color: rgb(148, 67, 219) | |
| CMYK | cmyk(32%, 69%, 0%, 14%) | — | |
| HSV | hsv(272, 69%, 86%) | — | |
| HWB | hwb(272 27% 14%) | color: hwb(272 27% 14%) | |
| OKLCH | oklch(0.5631 0.2214 304.53) | color: oklch(0.5631 0.2214 304.53) | |
| Lab | lab(46.21 60.55 -64.16) | color: lab(46.21 60.55 -64.16) | |
| LCH | lch(46.21 88.22 313.34) | color: lch(46.21 88.22 313.34) |
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)
#7170B6 — rgb(113, 112, 182)
Deuteranopia (Green-blind)
#767CAD — rgb(118, 124, 173)
Tritanopia (Blue-blind)
#909993 — rgb(144, 153, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 68%, 56%);
text
color: hsl(272, 68%, 56%);
border
border: 2px solid hsl(272, 68%, 56%);
gradient light
background: linear-gradient(to right, hsl(272, 68%, 76%), hsl(272, 68%, 56%));
gradient dark
background: linear-gradient(to right, hsl(272, 68%, 56%), hsl(272, 68%, 36%))
hex
background-color: #9443DB;
tailwind
bg-[hsl(272,68%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 68%, 56%, 0.4);
css variable
--color-primary: hsl(272, 68%, 56%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 68%, 56%)?
HEX: #9443DB | RGB: rgb(148, 67, 219) | CMYK: 32%, 69%, 0%, 14% | HSV: 272°, 69%, 86%. Copy any format from the conversion table above.
What colors go well with #9443DB?
The complementary color is HSL(92, 68%, 56%). 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, 68%, 56%) in CSS?
As HSL: color: hsl(272, 68%, 56%); — As HEX: color: #9443DB; — As RGB: color: rgb(148, 67, 219); — Tailwind CSS: bg-[hsl(272,68%,56%)] — CSS variable: --color-primary: hsl(272, 68%, 56%);