HSL(281, 27%, 35%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,27%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 27%, 35%) | color: hsl(281, 27%, 35%) | |
| HEX | #624171 | color: #624171 | |
| RGB | rgb(98, 65, 113) | color: rgb(98, 65, 113) | |
| CMYK | cmyk(13%, 42%, 0%, 56%) | — | |
| HSV | hsv(281, 42%, 44%) | — | |
| HWB | hwb(281 26% 56%) | color: hwb(281 26% 56%) | |
| OKLCH | oklch(0.4326 0.086 314.7) | color: oklch(0.4326 0.086 314.7) | |
| Lab | lab(33.07 23.8 -22.15) | color: lab(33.07 23.8 -22.15) | |
| LCH | lch(33.07 32.51 317.06) | color: lch(33.07 32.51 317.06) |
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)
#545365 — rgb(84, 83, 101)
Deuteranopia (Green-blind)
#565863 — rgb(86, 88, 99)
Tritanopia (Blue-blind)
#605C5A — rgb(96, 92, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 27%, 35%);
text
color: hsl(281, 27%, 35%);
border
border: 2px solid hsl(281, 27%, 35%);
gradient light
background: linear-gradient(to right, hsl(281, 27%, 55%), hsl(281, 27%, 35%));
gradient dark
background: linear-gradient(to right, hsl(281, 27%, 35%), hsl(281, 27%, 15%))
hex
background-color: #624171;
tailwind
bg-[hsl(281,27%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 27%, 35%, 0.4);
css variable
--color-primary: hsl(281, 27%, 35%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 27%, 35%)?
HEX: #624171 | RGB: rgb(98, 65, 113) | CMYK: 13%, 42%, 0%, 56% | HSV: 281°, 42%, 44%. Copy any format from the conversion table above.
What colors go well with #624171?
The complementary color is HSL(101, 27%, 35%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(281, 27%, 35%) in CSS?
As HSL: color: hsl(281, 27%, 35%); — As HEX: color: #624171; — As RGB: color: rgb(98, 65, 113); — Tailwind CSS: bg-[hsl(281,27%,35%)] — CSS variable: --color-primary: hsl(281, 27%, 35%);