HSL(280, 25%, 67%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,25%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 25%, 67%) | color: hsl(280, 25%, 67%) | |
| HEX | #B296C0 | color: #B296C0 | |
| RGB | rgb(178, 150, 192) | color: rgb(178, 150, 192) | |
| CMYK | cmyk(7%, 22%, 0%, 25%) | — | |
| HSV | hsv(280, 22%, 75%) | — | |
| HWB | hwb(280 59% 25%) | color: hwb(280 59% 25%) | |
| OKLCH | oklch(0.7123 0.0675 314.37) | color: oklch(0.7123 0.0675 314.37) | |
| Lab | lab(65.81 18.2 -17.82) | color: lab(65.81 18.2 -17.82) | |
| LCH | lch(65.81 25.47 315.6) | color: lch(65.81 25.47 315.6) |
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)
#A6A6B6 — rgb(166, 166, 182)
Deuteranopia (Green-blind)
#A8AAB3 — rgb(168, 170, 179)
Tritanopia (Blue-blind)
#B1AEAC — rgb(177, 174, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 25%, 67%);
text
color: hsl(280, 25%, 67%);
border
border: 2px solid hsl(280, 25%, 67%);
gradient light
background: linear-gradient(to right, hsl(280, 25%, 87%), hsl(280, 25%, 67%));
gradient dark
background: linear-gradient(to right, hsl(280, 25%, 67%), hsl(280, 25%, 47%))
hex
background-color: #B296C0;
tailwind
bg-[hsl(280,25%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 25%, 67%, 0.4);
css variable
--color-primary: hsl(280, 25%, 67%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 25%, 67%)?
HEX: #B296C0 | RGB: rgb(178, 150, 192) | CMYK: 7%, 22%, 0%, 25% | HSV: 280°, 22%, 75%. Copy any format from the conversion table above.
What colors go well with #B296C0?
The complementary color is HSL(100, 25%, 67%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 25%, 67%) in CSS?
As HSL: color: hsl(280, 25%, 67%); — As HEX: color: #B296C0; — As RGB: color: rgb(178, 150, 192); — Tailwind CSS: bg-[hsl(280,25%,67%)] — CSS variable: --color-primary: hsl(280, 25%, 67%);