HSL(277, 46%, 78%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(277,46%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 46%, 78%) | color: hsl(277, 46%, 78%) | |
| HEX | #CDADE1 | color: #CDADE1 | |
| RGB | rgb(205, 173, 225) | color: rgb(205, 173, 225) | |
| CMYK | cmyk(9%, 23%, 0%, 12%) | — | |
| HSV | hsv(277, 23%, 88%) | — | |
| HWB | hwb(277 68% 12%) | color: hwb(277 68% 12%) | |
| OKLCH | oklch(0.7928 0.08 312.25) | color: oklch(0.7928 0.08 312.25) | |
| Lab | lab(75.02 21.06 -21.81) | color: lab(75.02 21.06 -21.81) | |
| LCH | lch(75.02 30.32 314) | color: lch(75.02 30.32 314) |
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)
#BFBFD4 — rgb(191, 191, 212)
Deuteranopia (Green-blind)
#C1C3D1 — rgb(193, 195, 209)
Tritanopia (Blue-blind)
#CBCAC8 — rgb(203, 202, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 46%, 78%);
text
color: hsl(277, 46%, 78%);
border
border: 2px solid hsl(277, 46%, 78%);
gradient light
background: linear-gradient(to right, hsl(277, 46%, 98%), hsl(277, 46%, 78%));
gradient dark
background: linear-gradient(to right, hsl(277, 46%, 78%), hsl(277, 46%, 58%))
hex
background-color: #CDADE1;
tailwind
bg-[hsl(277,46%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 46%, 78%, 0.4);
css variable
--color-primary: hsl(277, 46%, 78%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(277, 46%, 78%)?
HEX: #CDADE1 | RGB: rgb(205, 173, 225) | CMYK: 9%, 23%, 0%, 12% | HSV: 277°, 23%, 88%. Copy any format from the conversion table above.
What colors go well with #CDADE1?
The complementary color is HSL(97, 46%, 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, 46%, 78%) in CSS?
As HSL: color: hsl(277, 46%, 78%); — As HEX: color: #CDADE1; — As RGB: color: rgb(205, 173, 225); — Tailwind CSS: bg-[hsl(277,46%,78%)] — CSS variable: --color-primary: hsl(277, 46%, 78%);