HSL(284, 40%, 77%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(284,40%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(284, 40%, 77%) | color: hsl(284, 40%, 77%) | |
| HEX | #CFADDC | color: #CFADDC | |
| RGB | rgb(207, 173, 220) | color: rgb(207, 173, 220) | |
| CMYK | cmyk(6%, 21%, 0%, 14%) | — | |
| HSV | hsv(283, 21%, 86%) | — | |
| HWB | hwb(283 68% 14%) | color: hwb(283 68% 14%) | |
| OKLCH | oklch(0.7927 0.075 316.59) | color: oklch(0.7927 0.075 316.59) | |
| Lab | lab(75.03 20.71 -19.06) | color: lab(75.03 20.71 -19.06) | |
| LCH | lch(75.03 28.15 317.38) | color: lch(75.03 28.15 317.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)
#C0C0D1 — rgb(192, 192, 209)
Deuteranopia (Green-blind)
#C2C5CE — rgb(194, 197, 206)
Tritanopia (Blue-blind)
#CDC8C6 — rgb(205, 200, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(284, 40%, 77%);
text
color: hsl(284, 40%, 77%);
border
border: 2px solid hsl(284, 40%, 77%);
gradient light
background: linear-gradient(to right, hsl(284, 40%, 97%), hsl(284, 40%, 77%));
gradient dark
background: linear-gradient(to right, hsl(284, 40%, 77%), hsl(284, 40%, 57%))
hex
background-color: #CFADDC;
tailwind
bg-[hsl(284,40%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(284, 40%, 77%, 0.4);
css variable
--color-primary: hsl(284, 40%, 77%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(284, 40%, 77%)?
HEX: #CFADDC | RGB: rgb(207, 173, 220) | CMYK: 6%, 21%, 0%, 14% | HSV: 283°, 21%, 86%. Copy any format from the conversion table above.
What colors go well with #CFADDC?
The complementary color is HSL(104, 40%, 77%). For a triadic harmony, use hues 284°, 44°, and 164°. For analogous combinations, try hues 254° and 314°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(284, 40%, 77%) in CSS?
As HSL: color: hsl(284, 40%, 77%); — As HEX: color: #CFADDC; — As RGB: color: rgb(207, 173, 220); — Tailwind CSS: bg-[hsl(284,40%,77%)] — CSS variable: --color-primary: hsl(284, 40%, 77%);