HSL(331, 19%, 40%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(331,19%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 19%, 40%) | color: hsl(331, 19%, 40%) | |
| HEX | #795365 | color: #795365 | |
| RGB | rgb(121, 83, 101) | color: rgb(121, 83, 101) | |
| CMYK | cmyk(0%, 31%, 17%, 53%) | — | |
| HSV | hsv(332, 31%, 47%) | — | |
| HWB | hwb(332 32% 53%) | color: hwb(332 32% 53%) | |
| OKLCH | oklch(0.4892 0.0567 349.44) | color: oklch(0.4892 0.0567 349.44) | |
| Lab | lab(39.9 18.81 -4) | color: lab(39.9 18.81 -4) | |
| LCH | lch(39.9 19.23 347.99) | color: lch(39.9 19.23 347.99) |
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)
#696861 — rgb(105, 104, 97)
Deuteranopia (Green-blind)
#6B6E60 — rgb(107, 110, 96)
Tritanopia (Blue-blind)
#775D5C — rgb(119, 93, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 19%, 40%);
text
color: hsl(331, 19%, 40%);
border
border: 2px solid hsl(331, 19%, 40%);
gradient light
background: linear-gradient(to right, hsl(331, 19%, 60%), hsl(331, 19%, 40%));
gradient dark
background: linear-gradient(to right, hsl(331, 19%, 40%), hsl(331, 19%, 20%))
hex
background-color: #795365;
tailwind
bg-[hsl(331,19%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 19%, 40%, 0.4);
css variable
--color-primary: hsl(331, 19%, 40%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 19%, 40%)?
HEX: #795365 | RGB: rgb(121, 83, 101) | CMYK: 0%, 31%, 17%, 53% | HSV: 332°, 31%, 47%. Copy any format from the conversion table above.
What colors go well with #795365?
The complementary color is HSL(151, 19%, 40%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 19%, 40%) in CSS?
As HSL: color: hsl(331, 19%, 40%); — As HEX: color: #795365; — As RGB: color: rgb(121, 83, 101); — Tailwind CSS: bg-[hsl(331,19%,40%)] — CSS variable: --color-primary: hsl(331, 19%, 40%);