HSL(264, 90%, 46%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,90%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 90%, 46%) | color: hsl(264, 90%, 46%) | |
| HEX | #600CDF | color: #600CDF | |
| RGB | rgb(96, 12, 223) | color: rgb(96, 12, 223) | |
| CMYK | cmyk(57%, 95%, 0%, 13%) | — | |
| HSV | hsv(264, 95%, 87%) | — | |
| HWB | hwb(264 4% 13%) | color: hwb(264 4% 13%) | |
| OKLCH | oklch(0.4667 0.2617 288) | color: oklch(0.4667 0.2617 288) | |
| Lab | lab(34.14 72.44 -86.49) | color: lab(34.14 72.44 -86.49) | |
| LCH | lch(34.14 112.82 309.95) | color: lch(34.14 112.82 309.95) |
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)
#3C3BAC — rgb(60, 59, 172)
Deuteranopia (Green-blind)
#4147A0 — rgb(65, 71, 160)
Tritanopia (Blue-blind)
#5C847B — rgb(92, 132, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 90%, 46%);
text
color: hsl(264, 90%, 46%);
border
border: 2px solid hsl(264, 90%, 46%);
gradient light
background: linear-gradient(to right, hsl(264, 90%, 66%), hsl(264, 90%, 46%));
gradient dark
background: linear-gradient(to right, hsl(264, 90%, 46%), hsl(264, 90%, 26%))
hex
background-color: #600CDF;
tailwind
bg-[hsl(264,90%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 90%, 46%, 0.4);
css variable
--color-primary: hsl(264, 90%, 46%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 90%, 46%)?
HEX: #600CDF | RGB: rgb(96, 12, 223) | CMYK: 57%, 95%, 0%, 13% | HSV: 264°, 95%, 87%. Copy any format from the conversion table above.
What colors go well with #600CDF?
The complementary color is HSL(84, 90%, 46%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(264, 90%, 46%) in CSS?
As HSL: color: hsl(264, 90%, 46%); — As HEX: color: #600CDF; — As RGB: color: rgb(96, 12, 223); — Tailwind CSS: bg-[hsl(264,90%,46%)] — CSS variable: --color-primary: hsl(264, 90%, 46%);