HSL(278, 61%, 65%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(278,61%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(278, 61%, 65%) | color: hsl(278, 61%, 65%) | |
| HEX | #B46FDC | color: #B46FDC | |
| RGB | rgb(180, 111, 220) | color: rgb(180, 111, 220) | |
| CMYK | cmyk(18%, 50%, 0%, 14%) | — | |
| HSV | hsv(278, 50%, 86%) | — | |
| HWB | hwb(278 43% 14%) | color: hwb(278 43% 14%) | |
| OKLCH | oklch(0.6595 0.1693 311.81) | color: oklch(0.6595 0.1693 311.81) | |
| Lab | lab(58.26 46.36 -45.22) | color: lab(58.26 46.36 -45.22) | |
| LCH | lch(58.26 64.76 315.71) | color: lch(58.26 64.76 315.71) |
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)
#9696C2 — rgb(150, 150, 194)
Deuteranopia (Green-blind)
#9A9FBB — rgb(154, 159, 187)
Tritanopia (Blue-blind)
#B1ADA8 — rgb(177, 173, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(278, 61%, 65%);
text
color: hsl(278, 61%, 65%);
border
border: 2px solid hsl(278, 61%, 65%);
gradient light
background: linear-gradient(to right, hsl(278, 61%, 85%), hsl(278, 61%, 65%));
gradient dark
background: linear-gradient(to right, hsl(278, 61%, 65%), hsl(278, 61%, 45%))
hex
background-color: #B46FDC;
tailwind
bg-[hsl(278,61%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(278, 61%, 65%, 0.4);
css variable
--color-primary: hsl(278, 61%, 65%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(278, 61%, 65%)?
HEX: #B46FDC | RGB: rgb(180, 111, 220) | CMYK: 18%, 50%, 0%, 14% | HSV: 278°, 50%, 86%. Copy any format from the conversion table above.
What colors go well with #B46FDC?
The complementary color is HSL(98, 61%, 65%). For a triadic harmony, use hues 278°, 38°, and 158°. For analogous combinations, try hues 248° and 308°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(278, 61%, 65%) in CSS?
As HSL: color: hsl(278, 61%, 65%); — As HEX: color: #B46FDC; — As RGB: color: rgb(180, 111, 220); — Tailwind CSS: bg-[hsl(278,61%,65%)] — CSS variable: --color-primary: hsl(278, 61%, 65%);