HSL(337, 10%, 44%)
Grayish Pink — Pink color
Adjust Color
Color Information
Color Name
Grayish Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(337,10%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 10%, 44%) | color: hsl(337, 10%, 44%) | |
| HEX | #7B656E | color: #7B656E | |
| RGB | rgb(123, 101, 110) | color: rgb(123, 101, 110) | |
| CMYK | cmyk(0%, 18%, 11%, 52%) | — | |
| HSV | hsv(335, 18%, 48%) | — | |
| HWB | hwb(335 39% 52%) | color: hwb(335 39% 52%) | |
| OKLCH | oklch(0.5311 0.031 351.68) | color: oklch(0.5311 0.031 351.68) | |
| Lab | lab(45.14 10.42 -1.75) | color: lab(45.14 10.42 -1.75) | |
| LCH | lch(45.14 10.57 350.47) | color: lch(45.14 10.57 350.47) |
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)
#71716C — rgb(113, 113, 108)
Deuteranopia (Green-blind)
#73746B — rgb(115, 116, 107)
Tritanopia (Blue-blind)
#7A6A6A — rgb(122, 106, 106)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 10%, 44%);
text
color: hsl(337, 10%, 44%);
border
border: 2px solid hsl(337, 10%, 44%);
gradient light
background: linear-gradient(to right, hsl(337, 10%, 64%), hsl(337, 10%, 44%));
gradient dark
background: linear-gradient(to right, hsl(337, 10%, 44%), hsl(337, 10%, 24%))
hex
background-color: #7B656E;
tailwind
bg-[hsl(337,10%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 10%, 44%, 0.4);
css variable
--color-primary: hsl(337, 10%, 44%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 10%, 44%)?
HEX: #7B656E | RGB: rgb(123, 101, 110) | CMYK: 0%, 18%, 11%, 52% | HSV: 335°, 18%, 48%. Copy any format from the conversion table above.
What colors go well with #7B656E?
The complementary color is HSL(157, 10%, 44%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 10%, 44%) in CSS?
As HSL: color: hsl(337, 10%, 44%); — As HEX: color: #7B656E; — As RGB: color: rgb(123, 101, 110); — Tailwind CSS: bg-[hsl(337,10%,44%)] — CSS variable: --color-primary: hsl(337, 10%, 44%);