HSL(290, 12%, 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,12%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(290, 12%, 43%) | color: hsl(290, 12%, 43%) | |
| HEX | #76607B | color: #76607B | |
| RGB | rgb(118, 96, 123) | color: rgb(118, 96, 123) | |
| CMYK | cmyk(4%, 22%, 0%, 52%) | — | |
| HSV | hsv(289, 22%, 48%) | — | |
| HWB | hwb(289 37% 52%) | color: hwb(289 37% 52%) | |
| OKLCH | oklch(0.5203 0.0494 320) | color: oklch(0.5203 0.0494 320) | |
| Lab | lab(43.72 14.14 -11.78) | color: lab(43.72 14.14 -11.78) | |
| LCH | lch(43.72 18.4 320.2) | color: lch(43.72 18.4 320.2) |
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)
#6C6C74 — rgb(108, 108, 116)
Deuteranopia (Green-blind)
#6E6F73 — rgb(110, 111, 115)
Tritanopia (Blue-blind)
#756F6E — rgb(117, 111, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(290, 12%, 43%);
text
color: hsl(290, 12%, 43%);
border
border: 2px solid hsl(290, 12%, 43%);
gradient light
background: linear-gradient(to right, hsl(290, 12%, 63%), hsl(290, 12%, 43%));
gradient dark
background: linear-gradient(to right, hsl(290, 12%, 43%), hsl(290, 12%, 23%))
hex
background-color: #76607B;
tailwind
bg-[hsl(290,12%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(290, 12%, 43%, 0.4);
css variable
--color-primary: hsl(290, 12%, 43%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(290, 12%, 43%)?
HEX: #76607B | RGB: rgb(118, 96, 123) | CMYK: 4%, 22%, 0%, 52% | HSV: 289°, 22%, 48%. Copy any format from the conversion table above.
What colors go well with #76607B?
The complementary color is HSL(110, 12%, 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, 12%, 43%) in CSS?
As HSL: color: hsl(290, 12%, 43%); — As HEX: color: #76607B; — As RGB: color: rgb(118, 96, 123); — Tailwind CSS: bg-[hsl(290,12%,43%)] — CSS variable: --color-primary: hsl(290, 12%, 43%);