HSL(277, 46%, 67%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(277,46%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 46%, 67%) | color: hsl(277, 46%, 67%) | |
| HEX | #B484D2 | color: #B484D2 | |
| RGB | rgb(180, 132, 210) | color: rgb(180, 132, 210) | |
| CMYK | cmyk(14%, 37%, 0%, 18%) | — | |
| HSV | hsv(277, 37%, 82%) | — | |
| HWB | hwb(277 52% 18%) | color: hwb(277 52% 18%) | |
| OKLCH | oklch(0.6889 0.1224 311.67) | color: oklch(0.6889 0.1224 311.67) | |
| Lab | lab(62.39 32.72 -33.14) | color: lab(62.39 32.72 -33.14) | |
| LCH | lch(62.39 46.57 314.63) | color: lch(62.39 46.57 314.63) |
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)
#9F9FBF — rgb(159, 159, 191)
Deuteranopia (Green-blind)
#A2A6BB — rgb(162, 166, 187)
Tritanopia (Blue-blind)
#B2B0AD — rgb(178, 176, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 46%, 67%);
text
color: hsl(277, 46%, 67%);
border
border: 2px solid hsl(277, 46%, 67%);
gradient light
background: linear-gradient(to right, hsl(277, 46%, 87%), hsl(277, 46%, 67%));
gradient dark
background: linear-gradient(to right, hsl(277, 46%, 67%), hsl(277, 46%, 47%))
hex
background-color: #B484D2;
tailwind
bg-[hsl(277,46%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 46%, 67%, 0.4);
css variable
--color-primary: hsl(277, 46%, 67%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(277, 46%, 67%)?
HEX: #B484D2 | RGB: rgb(180, 132, 210) | CMYK: 14%, 37%, 0%, 18% | HSV: 277°, 37%, 82%. Copy any format from the conversion table above.
What colors go well with #B484D2?
The complementary color is HSL(97, 46%, 67%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(277, 46%, 67%) in CSS?
As HSL: color: hsl(277, 46%, 67%); — As HEX: color: #B484D2; — As RGB: color: rgb(180, 132, 210); — Tailwind CSS: bg-[hsl(277,46%,67%)] — CSS variable: --color-primary: hsl(277, 46%, 67%);