HSL(265, 83%, 83%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(265,83%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(265, 83%, 83%) | color: hsl(265, 83%, 83%) | |
| HEX | #CEB0F8 | color: #CEB0F8 | |
| RGB | rgb(206, 176, 248) | color: rgb(206, 176, 248) | |
| CMYK | cmyk(17%, 29%, 0%, 3%) | — | |
| HSV | hsv(265, 29%, 97%) | — | |
| HWB | hwb(265 69% 3%) | color: hwb(265 69% 3%) | |
| OKLCH | oklch(0.8083 0.1043 303.23) | color: oklch(0.8083 0.1043 303.23) | |
| Lab | lab(76.65 24.55 -31.75) | color: lab(76.65 24.55 -31.75) | |
| LCH | lch(76.65 40.13 307.71) | color: lch(76.65 40.13 307.71) |
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)
#C1C1E7 — rgb(193, 193, 231)
Deuteranopia (Green-blind)
#C3C5E2 — rgb(195, 197, 226)
Tritanopia (Blue-blind)
#CDD9D6 — rgb(205, 217, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(265, 83%, 83%);
text
color: hsl(265, 83%, 83%);
border
border: 2px solid hsl(265, 83%, 83%);
gradient light
background: linear-gradient(to right, hsl(265, 83%, 100%), hsl(265, 83%, 83%));
gradient dark
background: linear-gradient(to right, hsl(265, 83%, 83%), hsl(265, 83%, 63%))
hex
background-color: #CEB0F8;
tailwind
bg-[hsl(265,83%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(265, 83%, 83%, 0.4);
css variable
--color-primary: hsl(265, 83%, 83%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(265, 83%, 83%)?
HEX: #CEB0F8 | RGB: rgb(206, 176, 248) | CMYK: 17%, 29%, 0%, 3% | HSV: 265°, 29%, 97%. Copy any format from the conversion table above.
What colors go well with #CEB0F8?
The complementary color is HSL(85, 83%, 83%). For a triadic harmony, use hues 265°, 25°, and 145°. For analogous combinations, try hues 235° and 295°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(265, 83%, 83%) in CSS?
As HSL: color: hsl(265, 83%, 83%); — As HEX: color: #CEB0F8; — As RGB: color: rgb(206, 176, 248); — Tailwind CSS: bg-[hsl(265,83%,83%)] — CSS variable: --color-primary: hsl(265, 83%, 83%);