HSL(262, 33%, 61%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(262,33%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 33%, 61%) | color: hsl(262, 33%, 61%) | |
| HEX | #937BBC | color: #937BBC | |
| RGB | rgb(147, 123, 188) | color: rgb(147, 123, 188) | |
| CMYK | cmyk(22%, 35%, 0%, 26%) | — | |
| HSV | hsv(262, 35%, 74%) | — | |
| HWB | hwb(262 48% 26%) | color: hwb(262 48% 26%) | |
| OKLCH | oklch(0.6304 0.0989 300.57) | color: oklch(0.6304 0.0989 300.57) | |
| Lab | lab(56.09 22.72 -30.74) | color: lab(56.09 22.72 -30.74) | |
| LCH | lch(56.09 38.22 306.47) | color: lch(56.09 38.22 306.47) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8988AC — rgb(137, 136, 172)
Deuteranopia (Green-blind)
#8A8CA9 — rgb(138, 140, 169)
Tritanopia (Blue-blind)
#92A09D — rgb(146, 160, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 33%, 61%);
text
color: hsl(262, 33%, 61%);
border
border: 2px solid hsl(262, 33%, 61%);
gradient light
background: linear-gradient(to right, hsl(262, 33%, 81%), hsl(262, 33%, 61%));
gradient dark
background: linear-gradient(to right, hsl(262, 33%, 61%), hsl(262, 33%, 41%))
hex
background-color: #937BBC;
tailwind
bg-[hsl(262,33%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 33%, 61%, 0.4);
css variable
--color-primary: hsl(262, 33%, 61%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 33%, 61%)?
HEX: #937BBC | RGB: rgb(147, 123, 188) | CMYK: 22%, 35%, 0%, 26% | HSV: 262°, 35%, 74%. Copy any format from the conversion table above.
What colors go well with #937BBC?
The complementary color is HSL(82, 33%, 61%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(262, 33%, 61%) in CSS?
As HSL: color: hsl(262, 33%, 61%); — As HEX: color: #937BBC; — As RGB: color: rgb(147, 123, 188); — Tailwind CSS: bg-[hsl(262,33%,61%)] — CSS variable: --color-primary: hsl(262, 33%, 61%);