HSL(280, 25%, 78%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,25%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 25%, 78%) | color: hsl(280, 25%, 78%) | |
| HEX | #CCB9D5 | color: #CCB9D5 | |
| RGB | rgb(204, 185, 213) | color: rgb(204, 185, 213) | |
| CMYK | cmyk(4%, 13%, 0%, 16%) | — | |
| HSV | hsv(281, 13%, 84%) | — | |
| HWB | hwb(281 73% 16%) | color: hwb(281 73% 16%) | |
| OKLCH | oklch(0.8104 0.0439 315.02) | color: oklch(0.8104 0.0439 315.02) | |
| Lab | lab(77.48 11.83 -11.58) | color: lab(77.48 11.83 -11.58) | |
| LCH | lch(77.48 16.55 315.61) | color: lch(77.48 16.55 315.61) |
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)
#C4C4CE — rgb(196, 196, 206)
Deuteranopia (Green-blind)
#C5C6CD — rgb(197, 198, 205)
Tritanopia (Blue-blind)
#CBC9C8 — rgb(203, 201, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 25%, 78%);
text
color: hsl(280, 25%, 78%);
border
border: 2px solid hsl(280, 25%, 78%);
gradient light
background: linear-gradient(to right, hsl(280, 25%, 98%), hsl(280, 25%, 78%));
gradient dark
background: linear-gradient(to right, hsl(280, 25%, 78%), hsl(280, 25%, 58%))
hex
background-color: #CCB9D5;
tailwind
bg-[hsl(280,25%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 25%, 78%, 0.4);
css variable
--color-primary: hsl(280, 25%, 78%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 25%, 78%)?
HEX: #CCB9D5 | RGB: rgb(204, 185, 213) | CMYK: 4%, 13%, 0%, 16% | HSV: 281°, 13%, 84%. Copy any format from the conversion table above.
What colors go well with #CCB9D5?
The complementary color is HSL(100, 25%, 78%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 25%, 78%) in CSS?
As HSL: color: hsl(280, 25%, 78%); — As HEX: color: #CCB9D5; — As RGB: color: rgb(204, 185, 213); — Tailwind CSS: bg-[hsl(280,25%,78%)] — CSS variable: --color-primary: hsl(280, 25%, 78%);