HSL(280, 25%, 68%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,25%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 25%, 68%) | color: hsl(280, 25%, 68%) | |
| HEX | #B499C2 | color: #B499C2 | |
| RGB | rgb(180, 153, 194) | color: rgb(180, 153, 194) | |
| CMYK | cmyk(7%, 21%, 0%, 24%) | — | |
| HSV | hsv(280, 21%, 76%) | — | |
| HWB | hwb(280 60% 24%) | color: hwb(280 60% 24%) | |
| OKLCH | oklch(0.7207 0.0656 314.06) | color: oklch(0.7207 0.0656 314.06) | |
| Lab | lab(66.81 17.6 -17.41) | color: lab(66.81 17.6 -17.41) | |
| LCH | lch(66.81 24.76 315.31) | color: lch(66.81 24.76 315.31) |
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)
#A8A8B8 — rgb(168, 168, 184)
Deuteranopia (Green-blind)
#AAACB6 — rgb(170, 172, 182)
Tritanopia (Blue-blind)
#B3B0AF — rgb(179, 176, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 25%, 68%);
text
color: hsl(280, 25%, 68%);
border
border: 2px solid hsl(280, 25%, 68%);
gradient light
background: linear-gradient(to right, hsl(280, 25%, 88%), hsl(280, 25%, 68%));
gradient dark
background: linear-gradient(to right, hsl(280, 25%, 68%), hsl(280, 25%, 48%))
hex
background-color: #B499C2;
tailwind
bg-[hsl(280,25%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 25%, 68%, 0.4);
css variable
--color-primary: hsl(280, 25%, 68%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 25%, 68%)?
HEX: #B499C2 | RGB: rgb(180, 153, 194) | CMYK: 7%, 21%, 0%, 24% | HSV: 280°, 21%, 76%. Copy any format from the conversion table above.
What colors go well with #B499C2?
The complementary color is HSL(100, 25%, 68%). 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%, 68%) in CSS?
As HSL: color: hsl(280, 25%, 68%); — As HEX: color: #B499C2; — As RGB: color: rgb(180, 153, 194); — Tailwind CSS: bg-[hsl(280,25%,68%)] — CSS variable: --color-primary: hsl(280, 25%, 68%);