HSL(270, 63%, 80%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(270,63%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(270, 63%, 80%) | color: hsl(270, 63%, 80%) | |
| HEX | #CCACEC | color: #CCACEC | |
| RGB | rgb(204, 172, 236) | color: rgb(204, 172, 236) | |
| CMYK | cmyk(14%, 27%, 0%, 7%) | — | |
| HSV | hsv(270, 27%, 93%) | — | |
| HWB | hwb(270 68% 7%) | color: hwb(270 68% 7%) | |
| OKLCH | oklch(0.7943 0.095 307.12) | color: oklch(0.7943 0.095 307.12) | |
| Lab | lab(75.08 23.56 -27.7) | color: lab(75.08 23.56 -27.7) | |
| LCH | lch(75.08 36.36 310.38) | color: lch(75.08 36.36 310.38) |
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)
#BEBEDD — rgb(190, 190, 221)
Deuteranopia (Green-blind)
#C0C2D9 — rgb(192, 194, 217)
Tritanopia (Blue-blind)
#CAD0CE — rgb(202, 208, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(270, 63%, 80%);
text
color: hsl(270, 63%, 80%);
border
border: 2px solid hsl(270, 63%, 80%);
gradient light
background: linear-gradient(to right, hsl(270, 63%, 100%), hsl(270, 63%, 80%));
gradient dark
background: linear-gradient(to right, hsl(270, 63%, 80%), hsl(270, 63%, 60%))
hex
background-color: #CCACEC;
tailwind
bg-[hsl(270,63%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(270, 63%, 80%, 0.4);
css variable
--color-primary: hsl(270, 63%, 80%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(270, 63%, 80%)?
HEX: #CCACEC | RGB: rgb(204, 172, 236) | CMYK: 14%, 27%, 0%, 7% | HSV: 270°, 27%, 93%. Copy any format from the conversion table above.
What colors go well with #CCACEC?
The complementary color is HSL(90, 63%, 80%). For a triadic harmony, use hues 270°, 30°, and 150°. For analogous combinations, try hues 240° and 300°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(270, 63%, 80%) in CSS?
As HSL: color: hsl(270, 63%, 80%); — As HEX: color: #CCACEC; — As RGB: color: rgb(204, 172, 236); — Tailwind CSS: bg-[hsl(270,63%,80%)] — CSS variable: --color-primary: hsl(270, 63%, 80%);