HSL(270, 25%, 79%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(270,25%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(270, 25%, 79%) | color: hsl(270, 25%, 79%) | |
| HEX | #C9BCD7 | color: #C9BCD7 | |
| RGB | rgb(201, 188, 215) | color: rgb(201, 188, 215) | |
| CMYK | cmyk(7%, 13%, 0%, 16%) | — | |
| HSV | hsv(269, 13%, 84%) | — | |
| HWB | hwb(269 73% 16%) | color: hwb(269 73% 16%) | |
| OKLCH | oklch(0.8144 0.0399 307.14) | color: oklch(0.8144 0.0399 307.14) | |
| Lab | lab(78.05 9.6 -11.85) | color: lab(78.05 9.6 -11.85) | |
| LCH | lch(78.05 15.25 309.01) | color: lch(78.05 15.25 309.01) |
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)
#C3C3D0 — rgb(195, 195, 208)
Deuteranopia (Green-blind)
#C4C5CF — rgb(196, 197, 207)
Tritanopia (Blue-blind)
#C8CBCA — rgb(200, 203, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(270, 25%, 79%);
text
color: hsl(270, 25%, 79%);
border
border: 2px solid hsl(270, 25%, 79%);
gradient light
background: linear-gradient(to right, hsl(270, 25%, 99%), hsl(270, 25%, 79%));
gradient dark
background: linear-gradient(to right, hsl(270, 25%, 79%), hsl(270, 25%, 59%))
hex
background-color: #C9BCD7;
tailwind
bg-[hsl(270,25%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(270, 25%, 79%, 0.4);
css variable
--color-primary: hsl(270, 25%, 79%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(270, 25%, 79%)?
HEX: #C9BCD7 | RGB: rgb(201, 188, 215) | CMYK: 7%, 13%, 0%, 16% | HSV: 269°, 13%, 84%. Copy any format from the conversion table above.
What colors go well with #C9BCD7?
The complementary color is HSL(90, 25%, 79%). 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, 25%, 79%) in CSS?
As HSL: color: hsl(270, 25%, 79%); — As HEX: color: #C9BCD7; — As RGB: color: rgb(201, 188, 215); — Tailwind CSS: bg-[hsl(270,25%,79%)] — CSS variable: --color-primary: hsl(270, 25%, 79%);