HSL(280, 25%, 74%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,25%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 25%, 74%) | color: hsl(280, 25%, 74%) | |
| HEX | #C2ACCD | color: #C2ACCD | |
| RGB | rgb(194, 172, 205) | color: rgb(194, 172, 205) | |
| CMYK | cmyk(5%, 16%, 0%, 20%) | — | |
| HSV | hsv(280, 16%, 80%) | — | |
| HWB | hwb(280 67% 20%) | color: hwb(280 67% 20%) | |
| OKLCH | oklch(0.7738 0.0521 314.5) | color: oklch(0.7738 0.0521 314.5) | |
| Lab | lab(73.14 13.99 -13.82) | color: lab(73.14 13.99 -13.82) | |
| LCH | lch(73.14 19.67 315.35) | color: lch(73.14 19.67 315.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)
#B8B8C5 — rgb(184, 184, 197)
Deuteranopia (Green-blind)
#BABBC3 — rgb(186, 187, 195)
Tritanopia (Blue-blind)
#C1BFBD — rgb(193, 191, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 25%, 74%);
text
color: hsl(280, 25%, 74%);
border
border: 2px solid hsl(280, 25%, 74%);
gradient light
background: linear-gradient(to right, hsl(280, 25%, 94%), hsl(280, 25%, 74%));
gradient dark
background: linear-gradient(to right, hsl(280, 25%, 74%), hsl(280, 25%, 54%))
hex
background-color: #C2ACCD;
tailwind
bg-[hsl(280,25%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 25%, 74%, 0.4);
css variable
--color-primary: hsl(280, 25%, 74%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 25%, 74%)?
HEX: #C2ACCD | RGB: rgb(194, 172, 205) | CMYK: 5%, 16%, 0%, 20% | HSV: 280°, 16%, 80%. Copy any format from the conversion table above.
What colors go well with #C2ACCD?
The complementary color is HSL(100, 25%, 74%). 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%, 74%) in CSS?
As HSL: color: hsl(280, 25%, 74%); — As HEX: color: #C2ACCD; — As RGB: color: rgb(194, 172, 205); — Tailwind CSS: bg-[hsl(280,25%,74%)] — CSS variable: --color-primary: hsl(280, 25%, 74%);