HSL(283, 23%, 75%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(283,23%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 23%, 75%) | color: hsl(283, 23%, 75%) | |
| HEX | #C6B1CE | color: #C6B1CE | |
| RGB | rgb(198, 177, 206) | color: rgb(198, 177, 206) | |
| CMYK | cmyk(4%, 14%, 0%, 19%) | — | |
| HSV | hsv(283, 14%, 81%) | — | |
| HWB | hwb(283 70% 19%) | color: hwb(283 70% 19%) | |
| OKLCH | oklch(0.7873 0.0465 316.71) | color: oklch(0.7873 0.0465 316.71) | |
| Lab | lab(74.77 12.8 -11.9) | color: lab(74.77 12.8 -11.9) | |
| LCH | lch(74.77 17.48 317.09) | color: lch(74.77 17.48 317.09) |
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)
#BDBDC7 — rgb(189, 189, 199)
Deuteranopia (Green-blind)
#BEC0C5 — rgb(190, 192, 197)
Tritanopia (Blue-blind)
#C5C1C0 — rgb(197, 193, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 23%, 75%);
text
color: hsl(283, 23%, 75%);
border
border: 2px solid hsl(283, 23%, 75%);
gradient light
background: linear-gradient(to right, hsl(283, 23%, 95%), hsl(283, 23%, 75%));
gradient dark
background: linear-gradient(to right, hsl(283, 23%, 75%), hsl(283, 23%, 55%))
hex
background-color: #C6B1CE;
tailwind
bg-[hsl(283,23%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 23%, 75%, 0.4);
css variable
--color-primary: hsl(283, 23%, 75%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 23%, 75%)?
HEX: #C6B1CE | RGB: rgb(198, 177, 206) | CMYK: 4%, 14%, 0%, 19% | HSV: 283°, 14%, 81%. Copy any format from the conversion table above.
What colors go well with #C6B1CE?
The complementary color is HSL(103, 23%, 75%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(283, 23%, 75%) in CSS?
As HSL: color: hsl(283, 23%, 75%); — As HEX: color: #C6B1CE; — As RGB: color: rgb(198, 177, 206); — Tailwind CSS: bg-[hsl(283,23%,75%)] — CSS variable: --color-primary: hsl(283, 23%, 75%);