HSL(257, 14%, 54%)
Grayish Indigo — Indigo color
Adjust Color
Color Information
Color Name
Grayish Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(257,14%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 14%, 54%) | color: hsl(257, 14%, 54%) | |
| HEX | #83799A | color: #83799A | |
| RGB | rgb(131, 121, 154) | color: rgb(131, 121, 154) | |
| CMYK | cmyk(15%, 21%, 0%, 40%) | — | |
| HSV | hsv(258, 21%, 60%) | — | |
| HWB | hwb(258 47% 40%) | color: hwb(258 47% 40%) | |
| OKLCH | oklch(0.5969 0.0508 298.73) | color: oklch(0.5969 0.0508 298.73) | |
| Lab | lab(52.77 10.72 -16.36) | color: lab(52.77 10.72 -16.36) | |
| LCH | lch(52.77 19.56 303.24) | color: lch(52.77 19.56 303.24) |
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)
#7F7F92 — rgb(127, 127, 146)
Deuteranopia (Green-blind)
#7F8090 — rgb(127, 128, 144)
Tritanopia (Blue-blind)
#838C8A — rgb(131, 140, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 14%, 54%);
text
color: hsl(257, 14%, 54%);
border
border: 2px solid hsl(257, 14%, 54%);
gradient light
background: linear-gradient(to right, hsl(257, 14%, 74%), hsl(257, 14%, 54%));
gradient dark
background: linear-gradient(to right, hsl(257, 14%, 54%), hsl(257, 14%, 34%))
hex
background-color: #83799A;
tailwind
bg-[hsl(257,14%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 14%, 54%, 0.4);
css variable
--color-primary: hsl(257, 14%, 54%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 14%, 54%)?
HEX: #83799A | RGB: rgb(131, 121, 154) | CMYK: 15%, 21%, 0%, 40% | HSV: 258°, 21%, 60%. Copy any format from the conversion table above.
What colors go well with #83799A?
The complementary color is HSL(77, 14%, 54%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(257, 14%, 54%) in CSS?
As HSL: color: hsl(257, 14%, 54%); — As HEX: color: #83799A; — As RGB: color: rgb(131, 121, 154); — Tailwind CSS: bg-[hsl(257,14%,54%)] — CSS variable: --color-primary: hsl(257, 14%, 54%);