HSL(277, 36%, 78%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(277,36%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 36%, 78%) | color: hsl(277, 36%, 78%) | |
| HEX | #CCB3DB | color: #CCB3DB | |
| RGB | rgb(204, 179, 219) | color: rgb(204, 179, 219) | |
| CMYK | cmyk(7%, 18%, 0%, 14%) | — | |
| HSV | hsv(278, 18%, 86%) | — | |
| HWB | hwb(278 71% 14%) | color: hwb(278 71% 14%) | |
| OKLCH | oklch(0.801 0.0617 312.8) | color: oklch(0.801 0.0617 312.8) | |
| Lab | lab(76.19 16.26 -16.78) | color: lab(76.19 16.26 -16.78) | |
| LCH | lch(76.19 23.37 314.1) | color: lch(76.19 23.37 314.1) |
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)
#C1C1D1 — rgb(193, 193, 209)
Deuteranopia (Green-blind)
#C3C5CF — rgb(195, 197, 207)
Tritanopia (Blue-blind)
#CBCAC8 — rgb(203, 202, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 36%, 78%);
text
color: hsl(277, 36%, 78%);
border
border: 2px solid hsl(277, 36%, 78%);
gradient light
background: linear-gradient(to right, hsl(277, 36%, 98%), hsl(277, 36%, 78%));
gradient dark
background: linear-gradient(to right, hsl(277, 36%, 78%), hsl(277, 36%, 58%))
hex
background-color: #CCB3DB;
tailwind
bg-[hsl(277,36%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 36%, 78%, 0.4);
css variable
--color-primary: hsl(277, 36%, 78%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(277, 36%, 78%)?
HEX: #CCB3DB | RGB: rgb(204, 179, 219) | CMYK: 7%, 18%, 0%, 14% | HSV: 278°, 18%, 86%. Copy any format from the conversion table above.
What colors go well with #CCB3DB?
The complementary color is HSL(97, 36%, 78%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(277, 36%, 78%) in CSS?
As HSL: color: hsl(277, 36%, 78%); — As HEX: color: #CCB3DB; — As RGB: color: rgb(204, 179, 219); — Tailwind CSS: bg-[hsl(277,36%,78%)] — CSS variable: --color-primary: hsl(277, 36%, 78%);