HSL(259, 30%, 82%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(259,30%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(259, 30%, 82%) | color: hsl(259, 30%, 82%) | |
| HEX | #CCC3DF | color: #CCC3DF | |
| RGB | rgb(204, 195, 223) | color: rgb(204, 195, 223) | |
| CMYK | cmyk(9%, 13%, 0%, 13%) | — | |
| HSV | hsv(259, 13%, 87%) | — | |
| HWB | hwb(259 76% 13%) | color: hwb(259 76% 13%) | |
| OKLCH | oklch(0.8332 0.0398 300.19) | color: oklch(0.8332 0.0398 300.19) | |
| Lab | lab(80.29 8.41 -12.78) | color: lab(80.29 8.41 -12.78) | |
| LCH | lch(80.29 15.3 303.35) | color: lch(80.29 15.3 303.35) |
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)
#C8C8D8 — rgb(200, 200, 216)
Deuteranopia (Green-blind)
#C9C9D7 — rgb(201, 201, 215)
Tritanopia (Blue-blind)
#CCD3D2 — rgb(204, 211, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(259, 30%, 82%);
text
color: hsl(259, 30%, 82%);
border
border: 2px solid hsl(259, 30%, 82%);
gradient light
background: linear-gradient(to right, hsl(259, 30%, 100%), hsl(259, 30%, 82%));
gradient dark
background: linear-gradient(to right, hsl(259, 30%, 82%), hsl(259, 30%, 62%))
hex
background-color: #CCC3DF;
tailwind
bg-[hsl(259,30%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(259, 30%, 82%, 0.4);
css variable
--color-primary: hsl(259, 30%, 82%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(259, 30%, 82%)?
HEX: #CCC3DF | RGB: rgb(204, 195, 223) | CMYK: 9%, 13%, 0%, 13% | HSV: 259°, 13%, 87%. Copy any format from the conversion table above.
What colors go well with #CCC3DF?
The complementary color is HSL(79, 30%, 82%). For a triadic harmony, use hues 259°, 19°, and 139°. For analogous combinations, try hues 229° and 289°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(259, 30%, 82%) in CSS?
As HSL: color: hsl(259, 30%, 82%); — As HEX: color: #CCC3DF; — As RGB: color: rgb(204, 195, 223); — Tailwind CSS: bg-[hsl(259,30%,82%)] — CSS variable: --color-primary: hsl(259, 30%, 82%);