HSL(264, 55%, 83%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,55%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 55%, 83%) | color: hsl(264, 55%, 83%) | |
| HEX | #CFBCEB | color: #CFBCEB | |
| RGB | rgb(207, 188, 235) | color: rgb(207, 188, 235) | |
| CMYK | cmyk(12%, 20%, 0%, 8%) | — | |
| HSV | hsv(264, 20%, 92%) | — | |
| HWB | hwb(264 74% 8%) | color: hwb(264 74% 8%) | |
| OKLCH | oklch(0.8264 0.0679 303.35) | color: oklch(0.8264 0.0679 303.35) | |
| Lab | lab(79.17 15.59 -20.89) | color: lab(79.17 15.59 -20.89) | |
| LCH | lch(79.17 26.07 306.73) | color: lch(79.17 26.07 306.73) |
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)
#C7C7E0 — rgb(199, 199, 224)
Deuteranopia (Green-blind)
#C8C9DD — rgb(200, 201, 221)
Tritanopia (Blue-blind)
#CED7D5 — rgb(206, 215, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 55%, 83%);
text
color: hsl(264, 55%, 83%);
border
border: 2px solid hsl(264, 55%, 83%);
gradient light
background: linear-gradient(to right, hsl(264, 55%, 100%), hsl(264, 55%, 83%));
gradient dark
background: linear-gradient(to right, hsl(264, 55%, 83%), hsl(264, 55%, 63%))
hex
background-color: #CFBCEB;
tailwind
bg-[hsl(264,55%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 55%, 83%, 0.4);
css variable
--color-primary: hsl(264, 55%, 83%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 55%, 83%)?
HEX: #CFBCEB | RGB: rgb(207, 188, 235) | CMYK: 12%, 20%, 0%, 8% | HSV: 264°, 20%, 92%. Copy any format from the conversion table above.
What colors go well with #CFBCEB?
The complementary color is HSL(84, 55%, 83%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(264, 55%, 83%) in CSS?
As HSL: color: hsl(264, 55%, 83%); — As HEX: color: #CFBCEB; — As RGB: color: rgb(207, 188, 235); — Tailwind CSS: bg-[hsl(264,55%,83%)] — CSS variable: --color-primary: hsl(264, 55%, 83%);