HSL(265, 30%, 67%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(265,30%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(265, 30%, 67%) | color: hsl(265, 30%, 67%) | |
| HEX | #A792C4 | color: #A792C4 | |
| RGB | rgb(167, 146, 196) | color: rgb(167, 146, 196) | |
| CMYK | cmyk(15%, 26%, 0%, 23%) | — | |
| HSV | hsv(265, 26%, 77%) | — | |
| HWB | hwb(265 57% 23%) | color: hwb(265 57% 23%) | |
| OKLCH | oklch(0.6962 0.0755 303.68) | color: oklch(0.6962 0.0755 303.68) | |
| Lab | lab(63.97 17.68 -22.97) | color: lab(63.97 17.68 -22.97) | |
| LCH | lch(63.97 28.99 307.59) | color: lch(63.97 28.99 307.59) |
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)
#9E9EB8 — rgb(158, 158, 184)
Deuteranopia (Green-blind)
#9FA1B5 — rgb(159, 161, 181)
Tritanopia (Blue-blind)
#A6AEAC — rgb(166, 174, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(265, 30%, 67%);
text
color: hsl(265, 30%, 67%);
border
border: 2px solid hsl(265, 30%, 67%);
gradient light
background: linear-gradient(to right, hsl(265, 30%, 87%), hsl(265, 30%, 67%));
gradient dark
background: linear-gradient(to right, hsl(265, 30%, 67%), hsl(265, 30%, 47%))
hex
background-color: #A792C4;
tailwind
bg-[hsl(265,30%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(265, 30%, 67%, 0.4);
css variable
--color-primary: hsl(265, 30%, 67%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(265, 30%, 67%)?
HEX: #A792C4 | RGB: rgb(167, 146, 196) | CMYK: 15%, 26%, 0%, 23% | HSV: 265°, 26%, 77%. Copy any format from the conversion table above.
What colors go well with #A792C4?
The complementary color is HSL(85, 30%, 67%). For a triadic harmony, use hues 265°, 25°, and 145°. For analogous combinations, try hues 235° and 295°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(265, 30%, 67%) in CSS?
As HSL: color: hsl(265, 30%, 67%); — As HEX: color: #A792C4; — As RGB: color: rgb(167, 146, 196); — Tailwind CSS: bg-[hsl(265,30%,67%)] — CSS variable: --color-primary: hsl(265, 30%, 67%);