HSL(263, 74%, 46%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,74%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 74%, 46%) | color: hsl(263, 74%, 46%) | |
| HEX | #611ECC | color: #611ECC | |
| RGB | rgb(97, 30, 204) | color: rgb(97, 30, 204) | |
| CMYK | cmyk(52%, 85%, 0%, 20%) | — | |
| HSV | hsv(263, 85%, 80%) | — | |
| HWB | hwb(263 12% 20%) | color: hwb(263 12% 20%) | |
| OKLCH | oklch(0.4575 0.2352 291.04) | color: oklch(0.4575 0.2352 291.04) | |
| Lab | lab(33.62 63.84 -76.35) | color: lab(33.62 63.84 -76.35) | |
| LCH | lch(33.62 99.52 309.9) | color: lch(33.62 99.52 309.9) |
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)
#4443A2 — rgb(68, 67, 162)
Deuteranopia (Green-blind)
#484D98 — rgb(72, 77, 152)
Tritanopia (Blue-blind)
#5E8179 — rgb(94, 129, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 74%, 46%);
text
color: hsl(263, 74%, 46%);
border
border: 2px solid hsl(263, 74%, 46%);
gradient light
background: linear-gradient(to right, hsl(263, 74%, 66%), hsl(263, 74%, 46%));
gradient dark
background: linear-gradient(to right, hsl(263, 74%, 46%), hsl(263, 74%, 26%))
hex
background-color: #611ECC;
tailwind
bg-[hsl(263,74%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 74%, 46%, 0.4);
css variable
--color-primary: hsl(263, 74%, 46%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 74%, 46%)?
HEX: #611ECC | RGB: rgb(97, 30, 204) | CMYK: 52%, 85%, 0%, 20% | HSV: 263°, 85%, 80%. Copy any format from the conversion table above.
What colors go well with #611ECC?
The complementary color is HSL(83, 74%, 46%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 74%, 46%) in CSS?
As HSL: color: hsl(263, 74%, 46%); — As HEX: color: #611ECC; — As RGB: color: rgb(97, 30, 204); — Tailwind CSS: bg-[hsl(263,74%,46%)] — CSS variable: --color-primary: hsl(263, 74%, 46%);