HSL(273, 30%, 81%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(273,30%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(273, 30%, 81%) | color: hsl(273, 30%, 81%) | |
| HEX | #D0C0DD | color: #D0C0DD | |
| RGB | rgb(208, 192, 221) | color: rgb(208, 192, 221) | |
| CMYK | cmyk(6%, 13%, 0%, 13%) | — | |
| HSV | hsv(273, 13%, 87%) | — | |
| HWB | hwb(273 76% 13%) | color: hwb(273 76% 13%) | |
| OKLCH | oklch(0.83 0.0435 310.02) | color: oklch(0.83 0.0435 310.02) | |
| Lab | lab(79.8 10.94 -12.4) | color: lab(79.8 10.94 -12.4) | |
| LCH | lch(79.8 16.54 311.42) | color: lch(79.8 16.54 311.42) |
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)
#C9C9D6 — rgb(201, 201, 214)
Deuteranopia (Green-blind)
#CACBD4 — rgb(202, 203, 212)
Tritanopia (Blue-blind)
#CFD0CF — rgb(207, 208, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(273, 30%, 81%);
text
color: hsl(273, 30%, 81%);
border
border: 2px solid hsl(273, 30%, 81%);
gradient light
background: linear-gradient(to right, hsl(273, 30%, 100%), hsl(273, 30%, 81%));
gradient dark
background: linear-gradient(to right, hsl(273, 30%, 81%), hsl(273, 30%, 61%))
hex
background-color: #D0C0DD;
tailwind
bg-[hsl(273,30%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(273, 30%, 81%, 0.4);
css variable
--color-primary: hsl(273, 30%, 81%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(273, 30%, 81%)?
HEX: #D0C0DD | RGB: rgb(208, 192, 221) | CMYK: 6%, 13%, 0%, 13% | HSV: 273°, 13%, 87%. Copy any format from the conversion table above.
What colors go well with #D0C0DD?
The complementary color is HSL(93, 30%, 81%). For a triadic harmony, use hues 273°, 33°, and 153°. For analogous combinations, try hues 243° and 303°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(273, 30%, 81%) in CSS?
As HSL: color: hsl(273, 30%, 81%); — As HEX: color: #D0C0DD; — As RGB: color: rgb(208, 192, 221); — Tailwind CSS: bg-[hsl(273,30%,81%)] — CSS variable: --color-primary: hsl(273, 30%, 81%);