HSL(290, 13%, 43%)
Grayish Purple — Purple color
Adjust Color
Color Information
Color Name
Grayish Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(290,13%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(290, 13%, 43%) | color: hsl(290, 13%, 43%) | |
| HEX | #775F7C | color: #775F7C | |
| RGB | rgb(119, 95, 124) | color: rgb(119, 95, 124) | |
| CMYK | cmyk(4%, 23%, 0%, 51%) | — | |
| HSV | hsv(290, 23%, 49%) | — | |
| HWB | hwb(290 38% 51%) | color: hwb(290 38% 51%) | |
| OKLCH | oklch(0.5197 0.0533 320.47) | color: oklch(0.5197 0.0533 320.47) | |
| Lab | lab(43.6 15.33 -12.57) | color: lab(43.6 15.33 -12.57) | |
| LCH | lch(43.6 19.82 320.65) | color: lch(43.6 19.82 320.65) |
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)
#6D6C75 — rgb(109, 108, 117)
Deuteranopia (Green-blind)
#6E7073 — rgb(110, 112, 115)
Tritanopia (Blue-blind)
#766F6E — rgb(118, 111, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(290, 13%, 43%);
text
color: hsl(290, 13%, 43%);
border
border: 2px solid hsl(290, 13%, 43%);
gradient light
background: linear-gradient(to right, hsl(290, 13%, 63%), hsl(290, 13%, 43%));
gradient dark
background: linear-gradient(to right, hsl(290, 13%, 43%), hsl(290, 13%, 23%))
hex
background-color: #775F7C;
tailwind
bg-[hsl(290,13%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(290, 13%, 43%, 0.4);
css variable
--color-primary: hsl(290, 13%, 43%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(290, 13%, 43%)?
HEX: #775F7C | RGB: rgb(119, 95, 124) | CMYK: 4%, 23%, 0%, 51% | HSV: 290°, 23%, 49%. Copy any format from the conversion table above.
What colors go well with #775F7C?
The complementary color is HSL(110, 13%, 43%). For a triadic harmony, use hues 290°, 50°, and 170°. For analogous combinations, try hues 260° and 320°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(290, 13%, 43%) in CSS?
As HSL: color: hsl(290, 13%, 43%); — As HEX: color: #775F7C; — As RGB: color: rgb(119, 95, 124); — Tailwind CSS: bg-[hsl(290,13%,43%)] — CSS variable: --color-primary: hsl(290, 13%, 43%);