HSL(272, 25%, 78%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(272,25%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 25%, 78%) | color: hsl(272, 25%, 78%) | |
| HEX | #C8B9D5 | color: #C8B9D5 | |
| RGB | rgb(200, 185, 213) | color: rgb(200, 185, 213) | |
| CMYK | cmyk(6%, 13%, 0%, 16%) | — | |
| HSV | hsv(272, 13%, 84%) | — | |
| HWB | hwb(272 73% 16%) | color: hwb(272 73% 16%) | |
| OKLCH | oklch(0.807 0.0421 309.37) | color: oklch(0.807 0.0421 309.37) | |
| Lab | lab(77.15 10.49 -12.12) | color: lab(77.15 10.49 -12.12) | |
| LCH | lch(77.15 16.03 310.88) | color: lch(77.15 16.03 310.88) |
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)
#C2C1CE — rgb(194, 193, 206)
Deuteranopia (Green-blind)
#C2C4CD — rgb(194, 196, 205)
Tritanopia (Blue-blind)
#C7C9C8 — rgb(199, 201, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 25%, 78%);
text
color: hsl(272, 25%, 78%);
border
border: 2px solid hsl(272, 25%, 78%);
gradient light
background: linear-gradient(to right, hsl(272, 25%, 98%), hsl(272, 25%, 78%));
gradient dark
background: linear-gradient(to right, hsl(272, 25%, 78%), hsl(272, 25%, 58%))
hex
background-color: #C8B9D5;
tailwind
bg-[hsl(272,25%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 25%, 78%, 0.4);
css variable
--color-primary: hsl(272, 25%, 78%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 25%, 78%)?
HEX: #C8B9D5 | RGB: rgb(200, 185, 213) | CMYK: 6%, 13%, 0%, 16% | HSV: 272°, 13%, 84%. Copy any format from the conversion table above.
What colors go well with #C8B9D5?
The complementary color is HSL(92, 25%, 78%). For a triadic harmony, use hues 272°, 32°, and 152°. For analogous combinations, try hues 242° and 302°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(272, 25%, 78%) in CSS?
As HSL: color: hsl(272, 25%, 78%); — As HEX: color: #C8B9D5; — As RGB: color: rgb(200, 185, 213); — Tailwind CSS: bg-[hsl(272,25%,78%)] — CSS variable: --color-primary: hsl(272, 25%, 78%);