HSL(280, 25%, 79%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,25%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 25%, 79%) | color: hsl(280, 25%, 79%) | |
| HEX | #CEBCD7 | color: #CEBCD7 | |
| RGB | rgb(206, 188, 215) | color: rgb(206, 188, 215) | |
| CMYK | cmyk(4%, 13%, 0%, 16%) | — | |
| HSV | hsv(280, 13%, 84%) | — | |
| HWB | hwb(280 73% 16%) | color: hwb(280 73% 16%) | |
| OKLCH | oklch(0.8186 0.0421 314.58) | color: oklch(0.8186 0.0421 314.58) | |
| Lab | lab(78.46 11.27 -11.19) | color: lab(78.46 11.27 -11.19) | |
| LCH | lch(78.46 15.88 315.2) | color: lch(78.46 15.88 315.2) |
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)
#C6C6D0 — rgb(198, 198, 208)
Deuteranopia (Green-blind)
#C7C9CF — rgb(199, 201, 207)
Tritanopia (Blue-blind)
#CDCBCA — rgb(205, 203, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 25%, 79%);
text
color: hsl(280, 25%, 79%);
border
border: 2px solid hsl(280, 25%, 79%);
gradient light
background: linear-gradient(to right, hsl(280, 25%, 99%), hsl(280, 25%, 79%));
gradient dark
background: linear-gradient(to right, hsl(280, 25%, 79%), hsl(280, 25%, 59%))
hex
background-color: #CEBCD7;
tailwind
bg-[hsl(280,25%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 25%, 79%, 0.4);
css variable
--color-primary: hsl(280, 25%, 79%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 25%, 79%)?
HEX: #CEBCD7 | RGB: rgb(206, 188, 215) | CMYK: 4%, 13%, 0%, 16% | HSV: 280°, 13%, 84%. Copy any format from the conversion table above.
What colors go well with #CEBCD7?
The complementary color is HSL(100, 25%, 79%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 25%, 79%) in CSS?
As HSL: color: hsl(280, 25%, 79%); — As HEX: color: #CEBCD7; — As RGB: color: rgb(206, 188, 215); — Tailwind CSS: bg-[hsl(280,25%,79%)] — CSS variable: --color-primary: hsl(280, 25%, 79%);