HSL(267, 35%, 80%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,35%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 35%, 80%) | color: hsl(267, 35%, 80%) | |
| HEX | #CABADE | color: #CABADE | |
| RGB | rgb(202, 186, 222) | color: rgb(202, 186, 222) | |
| CMYK | cmyk(9%, 16%, 0%, 13%) | — | |
| HSV | hsv(267, 16%, 87%) | — | |
| HWB | hwb(267 73% 13%) | color: hwb(267 73% 13%) | |
| OKLCH | oklch(0.8137 0.0527 305.36) | color: oklch(0.8137 0.0527 305.36) | |
| Lab | lab(77.84 12.4 -15.93) | color: lab(77.84 12.4 -15.93) | |
| LCH | lch(77.84 20.19 307.9) | color: lch(77.84 20.19 307.9) |
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)
#C3C3D5 — rgb(195, 195, 213)
Deuteranopia (Green-blind)
#C4C5D3 — rgb(196, 197, 211)
Tritanopia (Blue-blind)
#C9CECD — rgb(201, 206, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 35%, 80%);
text
color: hsl(267, 35%, 80%);
border
border: 2px solid hsl(267, 35%, 80%);
gradient light
background: linear-gradient(to right, hsl(267, 35%, 100%), hsl(267, 35%, 80%));
gradient dark
background: linear-gradient(to right, hsl(267, 35%, 80%), hsl(267, 35%, 60%))
hex
background-color: #CABADE;
tailwind
bg-[hsl(267,35%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 35%, 80%, 0.4);
css variable
--color-primary: hsl(267, 35%, 80%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 35%, 80%)?
HEX: #CABADE | RGB: rgb(202, 186, 222) | CMYK: 9%, 16%, 0%, 13% | HSV: 267°, 16%, 87%. Copy any format from the conversion table above.
What colors go well with #CABADE?
The complementary color is HSL(87, 35%, 80%). 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, 35%, 80%) in CSS?
As HSL: color: hsl(267, 35%, 80%); — As HEX: color: #CABADE; — As RGB: color: rgb(202, 186, 222); — Tailwind CSS: bg-[hsl(267,35%,80%)] — CSS variable: --color-primary: hsl(267, 35%, 80%);