HSL(258, 85%, 77%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(258,85%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(258, 85%, 77%) | color: hsl(258, 85%, 77%) | |
| HEX | #B092F6 | color: #B092F6 | |
| RGB | rgb(176, 146, 246) | color: rgb(176, 146, 246) | |
| CMYK | cmyk(28%, 41%, 0%, 4%) | — | |
| HSV | hsv(258, 41%, 96%) | — | |
| HWB | hwb(258 57% 4%) | color: hwb(258 57% 4%) | |
| OKLCH | oklch(0.727 0.1441 296.46) | color: oklch(0.727 0.1441 296.46) | |
| Lab | lab(66.86 32.02 -46.12) | color: lab(66.86 32.02 -46.12) | |
| LCH | lch(66.86 56.15 304.77) | color: lch(66.86 56.15 304.77) |
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)
#A3A3DE — rgb(163, 163, 222)
Deuteranopia (Green-blind)
#A5A7D8 — rgb(165, 167, 216)
Tritanopia (Blue-blind)
#AFCBC7 — rgb(175, 203, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(258, 85%, 77%);
text
color: hsl(258, 85%, 77%);
border
border: 2px solid hsl(258, 85%, 77%);
gradient light
background: linear-gradient(to right, hsl(258, 85%, 97%), hsl(258, 85%, 77%));
gradient dark
background: linear-gradient(to right, hsl(258, 85%, 77%), hsl(258, 85%, 57%))
hex
background-color: #B092F6;
tailwind
bg-[hsl(258,85%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(258, 85%, 77%, 0.4);
css variable
--color-primary: hsl(258, 85%, 77%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(258, 85%, 77%)?
HEX: #B092F6 | RGB: rgb(176, 146, 246) | CMYK: 28%, 41%, 0%, 4% | HSV: 258°, 41%, 96%. Copy any format from the conversion table above.
What colors go well with #B092F6?
The complementary color is HSL(78, 85%, 77%). For a triadic harmony, use hues 258°, 18°, and 138°. For analogous combinations, try hues 228° and 288°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(258, 85%, 77%) in CSS?
As HSL: color: hsl(258, 85%, 77%); — As HEX: color: #B092F6; — As RGB: color: rgb(176, 146, 246); — Tailwind CSS: bg-[hsl(258,85%,77%)] — CSS variable: --color-primary: hsl(258, 85%, 77%);