HSL(267, 23%, 83%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,23%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 23%, 83%) | color: hsl(267, 23%, 83%) | |
| HEX | #D3CADE | color: #D3CADE | |
| RGB | rgb(211, 202, 222) | color: rgb(211, 202, 222) | |
| CMYK | cmyk(5%, 9%, 0%, 13%) | — | |
| HSV | hsv(267, 9%, 87%) | — | |
| HWB | hwb(267 79% 13%) | color: hwb(267 79% 13%) | |
| OKLCH | oklch(0.8523 0.029 305.99) | color: oklch(0.8523 0.029 305.99) | |
| Lab | lab(82.57 6.79 -8.78) | color: lab(82.57 6.79 -8.78) | |
| LCH | lch(82.57 11.1 307.72) | color: lch(82.57 11.1 307.72) |
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)
#CFCFD9 — rgb(207, 207, 217)
Deuteranopia (Green-blind)
#D0D0D8 — rgb(208, 208, 216)
Tritanopia (Blue-blind)
#D3D5D5 — rgb(211, 213, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 23%, 83%);
text
color: hsl(267, 23%, 83%);
border
border: 2px solid hsl(267, 23%, 83%);
gradient light
background: linear-gradient(to right, hsl(267, 23%, 100%), hsl(267, 23%, 83%));
gradient dark
background: linear-gradient(to right, hsl(267, 23%, 83%), hsl(267, 23%, 63%))
hex
background-color: #D3CADE;
tailwind
bg-[hsl(267,23%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 23%, 83%, 0.4);
css variable
--color-primary: hsl(267, 23%, 83%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 23%, 83%)?
HEX: #D3CADE | RGB: rgb(211, 202, 222) | CMYK: 5%, 9%, 0%, 13% | HSV: 267°, 9%, 87%. Copy any format from the conversion table above.
What colors go well with #D3CADE?
The complementary color is HSL(87, 23%, 83%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 23%, 83%) in CSS?
As HSL: color: hsl(267, 23%, 83%); — As HEX: color: #D3CADE; — As RGB: color: rgb(211, 202, 222); — Tailwind CSS: bg-[hsl(267,23%,83%)] — CSS variable: --color-primary: hsl(267, 23%, 83%);