HSL(296, 10%, 44%)
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(296,10%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(296, 10%, 44%) | color: hsl(296, 10%, 44%) | |
| HEX | #7A657B | color: #7A657B | |
| RGB | rgb(122, 101, 123) | color: rgb(122, 101, 123) | |
| CMYK | cmyk(1%, 18%, 0%, 52%) | — | |
| HSV | hsv(297, 18%, 48%) | — | |
| HWB | hwb(297 39% 52%) | color: hwb(297 39% 52%) | |
| OKLCH | oklch(0.5347 0.0423 324.72) | color: oklch(0.5347 0.0423 324.72) | |
| Lab | lab(45.46 12.61 -9.12) | color: lab(45.46 12.61 -9.12) | |
| LCH | lch(45.46 15.56 324.12) | color: lch(45.46 15.56 324.12) |
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)
#717176 — rgb(113, 113, 118)
Deuteranopia (Green-blind)
#727474 — rgb(114, 116, 116)
Tritanopia (Blue-blind)
#797171 — rgb(121, 113, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(296, 10%, 44%);
text
color: hsl(296, 10%, 44%);
border
border: 2px solid hsl(296, 10%, 44%);
gradient light
background: linear-gradient(to right, hsl(296, 10%, 64%), hsl(296, 10%, 44%));
gradient dark
background: linear-gradient(to right, hsl(296, 10%, 44%), hsl(296, 10%, 24%))
hex
background-color: #7A657B;
tailwind
bg-[hsl(296,10%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(296, 10%, 44%, 0.4);
css variable
--color-primary: hsl(296, 10%, 44%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(296, 10%, 44%)?
HEX: #7A657B | RGB: rgb(122, 101, 123) | CMYK: 1%, 18%, 0%, 52% | HSV: 297°, 18%, 48%. Copy any format from the conversion table above.
What colors go well with #7A657B?
The complementary color is HSL(116, 10%, 44%). For a triadic harmony, use hues 296°, 56°, and 176°. For analogous combinations, try hues 266° and 326°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(296, 10%, 44%) in CSS?
As HSL: color: hsl(296, 10%, 44%); — As HEX: color: #7A657B; — As RGB: color: rgb(122, 101, 123); — Tailwind CSS: bg-[hsl(296,10%,44%)] — CSS variable: --color-primary: hsl(296, 10%, 44%);