HSL(261, 25%, 81%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,25%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 25%, 81%) | color: hsl(261, 25%, 81%) | |
| HEX | #CBC2DB | color: #CBC2DB | |
| RGB | rgb(203, 194, 219) | color: rgb(203, 194, 219) | |
| CMYK | cmyk(7%, 11%, 0%, 14%) | — | |
| HSV | hsv(262, 11%, 86%) | — | |
| HWB | hwb(262 77% 14%) | color: hwb(262 77% 14%) | |
| OKLCH | oklch(0.8291 0.0358 301.98) | color: oklch(0.8291 0.0358 301.98) | |
| Lab | lab(79.84 7.82 -11.32) | color: lab(79.84 7.82 -11.32) | |
| LCH | lch(79.84 13.76 304.64) | color: lch(79.84 13.76 304.64) |
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)
#C7C7D5 — rgb(199, 199, 213)
Deuteranopia (Green-blind)
#C8C8D4 — rgb(200, 200, 212)
Tritanopia (Blue-blind)
#CBD0CF — rgb(203, 208, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 25%, 81%);
text
color: hsl(261, 25%, 81%);
border
border: 2px solid hsl(261, 25%, 81%);
gradient light
background: linear-gradient(to right, hsl(261, 25%, 100%), hsl(261, 25%, 81%));
gradient dark
background: linear-gradient(to right, hsl(261, 25%, 81%), hsl(261, 25%, 61%))
hex
background-color: #CBC2DB;
tailwind
bg-[hsl(261,25%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 25%, 81%, 0.4);
css variable
--color-primary: hsl(261, 25%, 81%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 25%, 81%)?
HEX: #CBC2DB | RGB: rgb(203, 194, 219) | CMYK: 7%, 11%, 0%, 14% | HSV: 262°, 11%, 86%. Copy any format from the conversion table above.
What colors go well with #CBC2DB?
The complementary color is HSL(81, 25%, 81%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 25%, 81%) in CSS?
As HSL: color: hsl(261, 25%, 81%); — As HEX: color: #CBC2DB; — As RGB: color: rgb(203, 194, 219); — Tailwind CSS: bg-[hsl(261,25%,81%)] — CSS variable: --color-primary: hsl(261, 25%, 81%);