HSL(272, 50%, 80%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(272,50%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 50%, 80%) | color: hsl(272, 50%, 80%) | |
| HEX | #CEB3E6 | color: #CEB3E6 | |
| RGB | rgb(206, 179, 230) | color: rgb(206, 179, 230) | |
| CMYK | cmyk(10%, 22%, 0%, 10%) | — | |
| HSV | hsv(272, 22%, 90%) | — | |
| HWB | hwb(272 70% 10%) | color: hwb(272 70% 10%) | |
| OKLCH | oklch(0.8067 0.0763 308.68) | color: oklch(0.8067 0.0763 308.68) | |
| Lab | lab(76.72 19.13 -21.92) | color: lab(76.72 19.13 -21.92) | |
| LCH | lch(76.72 29.09 311.11) | color: lch(76.72 29.09 311.11) |
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)
#C2C2DA — rgb(194, 194, 218)
Deuteranopia (Green-blind)
#C4C6D7 — rgb(196, 198, 215)
Tritanopia (Blue-blind)
#CDD0CE — rgb(205, 208, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 50%, 80%);
text
color: hsl(272, 50%, 80%);
border
border: 2px solid hsl(272, 50%, 80%);
gradient light
background: linear-gradient(to right, hsl(272, 50%, 100%), hsl(272, 50%, 80%));
gradient dark
background: linear-gradient(to right, hsl(272, 50%, 80%), hsl(272, 50%, 60%))
hex
background-color: #CEB3E6;
tailwind
bg-[hsl(272,50%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 50%, 80%, 0.4);
css variable
--color-primary: hsl(272, 50%, 80%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 50%, 80%)?
HEX: #CEB3E6 | RGB: rgb(206, 179, 230) | CMYK: 10%, 22%, 0%, 10% | HSV: 272°, 22%, 90%. Copy any format from the conversion table above.
What colors go well with #CEB3E6?
The complementary color is HSL(92, 50%, 80%). For a triadic harmony, use hues 272°, 32°, and 152°. For analogous combinations, try hues 242° and 302°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(272, 50%, 80%) in CSS?
As HSL: color: hsl(272, 50%, 80%); — As HEX: color: #CEB3E6; — As RGB: color: rgb(206, 179, 230); — Tailwind CSS: bg-[hsl(272,50%,80%)] — CSS variable: --color-primary: hsl(272, 50%, 80%);