HSL(280, 40%, 34%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,40%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 40%, 34%) | color: hsl(280, 40%, 34%) | |
| HEX | #623479 | color: #623479 | |
| RGB | rgb(98, 52, 121) | color: rgb(98, 52, 121) | |
| CMYK | cmyk(19%, 57%, 0%, 53%) | — | |
| HSV | hsv(280, 57%, 47%) | — | |
| HWB | hwb(280 20% 53%) | color: hwb(280 20% 53%) | |
| OKLCH | oklch(0.4148 0.1198 313.12) | color: oklch(0.4148 0.1198 313.12) | |
| Lab | lab(30.48 33.44 -31.26) | color: lab(30.48 33.44 -31.26) | |
| LCH | lch(30.48 45.78 316.93) | color: lch(30.48 45.78 316.93) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#4E4E68 — rgb(78, 78, 104)
Deuteranopia (Green-blind)
#515464 — rgb(81, 84, 100)
Tritanopia (Blue-blind)
#605B58 — rgb(96, 91, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 40%, 34%);
text
color: hsl(280, 40%, 34%);
border
border: 2px solid hsl(280, 40%, 34%);
gradient light
background: linear-gradient(to right, hsl(280, 40%, 54%), hsl(280, 40%, 34%));
gradient dark
background: linear-gradient(to right, hsl(280, 40%, 34%), hsl(280, 40%, 14%))
hex
background-color: #623479;
tailwind
bg-[hsl(280,40%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 40%, 34%, 0.4);
css variable
--color-primary: hsl(280, 40%, 34%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 40%, 34%)?
HEX: #623479 | RGB: rgb(98, 52, 121) | CMYK: 19%, 57%, 0%, 53% | HSV: 280°, 57%, 47%. Copy any format from the conversion table above.
What colors go well with #623479?
The complementary color is HSL(100, 40%, 34%). 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, 40%, 34%) in CSS?
As HSL: color: hsl(280, 40%, 34%); — As HEX: color: #623479; — As RGB: color: rgb(98, 52, 121); — Tailwind CSS: bg-[hsl(280,40%,34%)] — CSS variable: --color-primary: hsl(280, 40%, 34%);