HSL(263, 49%, 85%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,49%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 49%, 85%) | color: hsl(263, 49%, 85%) | |
| HEX | #D4C6EB | color: #D4C6EB | |
| RGB | rgb(212, 198, 235) | color: rgb(212, 198, 235) | |
| CMYK | cmyk(10%, 16%, 0%, 8%) | — | |
| HSV | hsv(263, 16%, 92%) | — | |
| HWB | hwb(263 77% 8%) | color: hwb(263 77% 8%) | |
| OKLCH | oklch(0.8497 0.0529 302.5) | color: oklch(0.8497 0.0529 302.5) | |
| Lab | lab(82.05 11.81 -16.51) | color: lab(82.05 11.81 -16.51) | |
| LCH | lch(82.05 20.3 305.58) | color: lch(82.05 20.3 305.58) |
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)
#CECEE2 — rgb(206, 206, 226)
Deuteranopia (Green-blind)
#CFD0E0 — rgb(207, 208, 224)
Tritanopia (Blue-blind)
#D3DBD9 — rgb(211, 219, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 49%, 85%);
text
color: hsl(263, 49%, 85%);
border
border: 2px solid hsl(263, 49%, 85%);
gradient light
background: linear-gradient(to right, hsl(263, 49%, 100%), hsl(263, 49%, 85%));
gradient dark
background: linear-gradient(to right, hsl(263, 49%, 85%), hsl(263, 49%, 65%))
hex
background-color: #D4C6EB;
tailwind
bg-[hsl(263,49%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 49%, 85%, 0.4);
css variable
--color-primary: hsl(263, 49%, 85%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 49%, 85%)?
HEX: #D4C6EB | RGB: rgb(212, 198, 235) | CMYK: 10%, 16%, 0%, 8% | HSV: 263°, 16%, 92%. Copy any format from the conversion table above.
What colors go well with #D4C6EB?
The complementary color is HSL(83, 49%, 85%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 49%, 85%) in CSS?
As HSL: color: hsl(263, 49%, 85%); — As HEX: color: #D4C6EB; — As RGB: color: rgb(212, 198, 235); — Tailwind CSS: bg-[hsl(263,49%,85%)] — CSS variable: --color-primary: hsl(263, 49%, 85%);