HSL(310, 10%, 44%)
Grayish Purple — Purple color
Adjust Color
Color Information
Color Name
Grayish Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(310,10%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(310, 10%, 44%) | color: hsl(310, 10%, 44%) | |
| HEX | #7B6578 | color: #7B6578 | |
| RGB | rgb(123, 101, 120) | color: rgb(123, 101, 120) | |
| CMYK | cmyk(0%, 18%, 2%, 52%) | — | |
| HSV | hsv(308, 18%, 48%) | — | |
| HWB | hwb(308 39% 52%) | color: hwb(308 39% 52%) | |
| OKLCH | oklch(0.5346 0.0397 330.67) | color: oklch(0.5346 0.0397 330.67) | |
| Lab | lab(45.46 12.37 -7.31) | color: lab(45.46 12.37 -7.31) | |
| LCH | lch(45.46 14.37 329.42) | color: lch(45.46 14.37 329.42) |
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)
#717173 — rgb(113, 113, 115)
Deuteranopia (Green-blind)
#737472 — rgb(115, 116, 114)
Tritanopia (Blue-blind)
#7A706F — rgb(122, 112, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(310, 10%, 44%);
text
color: hsl(310, 10%, 44%);
border
border: 2px solid hsl(310, 10%, 44%);
gradient light
background: linear-gradient(to right, hsl(310, 10%, 64%), hsl(310, 10%, 44%));
gradient dark
background: linear-gradient(to right, hsl(310, 10%, 44%), hsl(310, 10%, 24%))
hex
background-color: #7B6578;
tailwind
bg-[hsl(310,10%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(310, 10%, 44%, 0.4);
css variable
--color-primary: hsl(310, 10%, 44%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(310, 10%, 44%)?
HEX: #7B6578 | RGB: rgb(123, 101, 120) | CMYK: 0%, 18%, 2%, 52% | HSV: 308°, 18%, 48%. Copy any format from the conversion table above.
What colors go well with #7B6578?
The complementary color is HSL(130, 10%, 44%). For a triadic harmony, use hues 310°, 70°, and 190°. For analogous combinations, try hues 280° and 340°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(310, 10%, 44%) in CSS?
As HSL: color: hsl(310, 10%, 44%); — As HEX: color: #7B6578; — As RGB: color: rgb(123, 101, 120); — Tailwind CSS: bg-[hsl(310,10%,44%)] — CSS variable: --color-primary: hsl(310, 10%, 44%);