HSL(262, 49%, 63%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(262,49%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 49%, 63%) | color: hsl(262, 49%, 63%) | |
| HEX | #9472CF | color: #9472CF | |
| RGB | rgb(148, 114, 207) | color: rgb(148, 114, 207) | |
| CMYK | cmyk(29%, 45%, 0%, 19%) | — | |
| HSV | hsv(262, 45%, 81%) | — | |
| HWB | hwb(262 45% 19%) | color: hwb(262 45% 19%) | |
| OKLCH | oklch(0.6245 0.1394 299.2) | color: oklch(0.6245 0.1394 299.2) | |
| Lab | lab(54.9 32.88 -43.41) | color: lab(54.9 32.88 -43.41) | |
| LCH | lch(54.9 54.46 307.14) | color: lch(54.9 54.46 307.14) |
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)
#8585B8 — rgb(133, 133, 184)
Deuteranopia (Green-blind)
#878AB3 — rgb(135, 138, 179)
Tritanopia (Blue-blind)
#92A7A3 — rgb(146, 167, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 49%, 63%);
text
color: hsl(262, 49%, 63%);
border
border: 2px solid hsl(262, 49%, 63%);
gradient light
background: linear-gradient(to right, hsl(262, 49%, 83%), hsl(262, 49%, 63%));
gradient dark
background: linear-gradient(to right, hsl(262, 49%, 63%), hsl(262, 49%, 43%))
hex
background-color: #9472CF;
tailwind
bg-[hsl(262,49%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 49%, 63%, 0.4);
css variable
--color-primary: hsl(262, 49%, 63%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 49%, 63%)?
HEX: #9472CF | RGB: rgb(148, 114, 207) | CMYK: 29%, 45%, 0%, 19% | HSV: 262°, 45%, 81%. Copy any format from the conversion table above.
What colors go well with #9472CF?
The complementary color is HSL(82, 49%, 63%). 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, 49%, 63%) in CSS?
As HSL: color: hsl(262, 49%, 63%); — As HEX: color: #9472CF; — As RGB: color: rgb(148, 114, 207); — Tailwind CSS: bg-[hsl(262,49%,63%)] — CSS variable: --color-primary: hsl(262, 49%, 63%);