HSL(271, 19%, 38%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(271,19%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 19%, 38%) | color: hsl(271, 19%, 38%) | |
| HEX | #624E73 | color: #624E73 | |
| RGB | rgb(98, 78, 115) | color: rgb(98, 78, 115) | |
| CMYK | cmyk(15%, 32%, 0%, 55%) | — | |
| HSV | hsv(272, 32%, 45%) | — | |
| HWB | hwb(272 31% 55%) | color: hwb(272 31% 55%) | |
| OKLCH | oklch(0.4592 0.0635 308.72) | color: oklch(0.4592 0.0635 308.72) | |
| Lab | lab(36.52 16.19 -18.05) | color: lab(36.52 16.19 -18.05) | |
| LCH | lch(36.52 24.25 311.89) | color: lch(36.52 24.25 311.89) |
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)
#59596A — rgb(89, 89, 106)
Deuteranopia (Green-blind)
#5B5C68 — rgb(91, 92, 104)
Tritanopia (Blue-blind)
#616361 — rgb(97, 99, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 19%, 38%);
text
color: hsl(271, 19%, 38%);
border
border: 2px solid hsl(271, 19%, 38%);
gradient light
background: linear-gradient(to right, hsl(271, 19%, 58%), hsl(271, 19%, 38%));
gradient dark
background: linear-gradient(to right, hsl(271, 19%, 38%), hsl(271, 19%, 18%))
hex
background-color: #624E73;
tailwind
bg-[hsl(271,19%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 19%, 38%, 0.4);
css variable
--color-primary: hsl(271, 19%, 38%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 19%, 38%)?
HEX: #624E73 | RGB: rgb(98, 78, 115) | CMYK: 15%, 32%, 0%, 55% | HSV: 272°, 32%, 45%. Copy any format from the conversion table above.
What colors go well with #624E73?
The complementary color is HSL(91, 19%, 38%). For a triadic harmony, use hues 271°, 31°, and 151°. For analogous combinations, try hues 241° and 301°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(271, 19%, 38%) in CSS?
As HSL: color: hsl(271, 19%, 38%); — As HEX: color: #624E73; — As RGB: color: rgb(98, 78, 115); — Tailwind CSS: bg-[hsl(271,19%,38%)] — CSS variable: --color-primary: hsl(271, 19%, 38%);