HSL(263, 30%, 81%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,30%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 30%, 81%) | color: hsl(263, 30%, 81%) | |
| HEX | #CBC0DD | color: #CBC0DD | |
| RGB | rgb(203, 192, 221) | color: rgb(203, 192, 221) | |
| CMYK | cmyk(8%, 13%, 0%, 13%) | — | |
| HSV | hsv(263, 13%, 87%) | — | |
| HWB | hwb(263 76% 13%) | color: hwb(263 76% 13%) | |
| OKLCH | oklch(0.8259 0.0418 302.71) | color: oklch(0.8259 0.0418 302.71) | |
| Lab | lab(79.39 9.29 -13.05) | color: lab(79.39 9.29 -13.05) | |
| LCH | lch(79.39 16.02 305.45) | color: lch(79.39 16.02 305.45) |
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)
#C6C6D6 — rgb(198, 198, 214)
Deuteranopia (Green-blind)
#C7C8D4 — rgb(199, 200, 212)
Tritanopia (Blue-blind)
#CAD0CF — rgb(202, 208, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 30%, 81%);
text
color: hsl(263, 30%, 81%);
border
border: 2px solid hsl(263, 30%, 81%);
gradient light
background: linear-gradient(to right, hsl(263, 30%, 100%), hsl(263, 30%, 81%));
gradient dark
background: linear-gradient(to right, hsl(263, 30%, 81%), hsl(263, 30%, 61%))
hex
background-color: #CBC0DD;
tailwind
bg-[hsl(263,30%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 30%, 81%, 0.4);
css variable
--color-primary: hsl(263, 30%, 81%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 30%, 81%)?
HEX: #CBC0DD | RGB: rgb(203, 192, 221) | CMYK: 8%, 13%, 0%, 13% | HSV: 263°, 13%, 87%. Copy any format from the conversion table above.
What colors go well with #CBC0DD?
The complementary color is HSL(83, 30%, 81%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 30%, 81%) in CSS?
As HSL: color: hsl(263, 30%, 81%); — As HEX: color: #CBC0DD; — As RGB: color: rgb(203, 192, 221); — Tailwind CSS: bg-[hsl(263,30%,81%)] — CSS variable: --color-primary: hsl(263, 30%, 81%);