HSL(331, 20%, 44%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,20%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 20%, 44%) | color: hsl(331, 20%, 44%) | |
| HEX | #875A6F | color: #875A6F | |
| RGB | rgb(135, 90, 111) | color: rgb(135, 90, 111) | |
| CMYK | cmyk(0%, 33%, 18%, 47%) | — | |
| HSV | hsv(332, 33%, 53%) | — | |
| HWB | hwb(332 36% 47%) | color: hwb(332 36% 47%) | |
| OKLCH | oklch(0.5229 0.0658 350.08) | color: oklch(0.5229 0.0658 350.08) | |
| Lab | lab(43.67 21.82 -4.37) | color: lab(43.67 21.82 -4.37) | |
| LCH | lch(43.67 22.25 348.67) | color: lch(43.67 22.25 348.67) |
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)
#74736A — rgb(116, 115, 106)
Deuteranopia (Green-blind)
#767A69 — rgb(118, 122, 105)
Tritanopia (Blue-blind)
#856665 — rgb(133, 102, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 20%, 44%);
text
color: hsl(331, 20%, 44%);
border
border: 2px solid hsl(331, 20%, 44%);
gradient light
background: linear-gradient(to right, hsl(331, 20%, 64%), hsl(331, 20%, 44%));
gradient dark
background: linear-gradient(to right, hsl(331, 20%, 44%), hsl(331, 20%, 24%))
hex
background-color: #875A6F;
tailwind
bg-[hsl(331,20%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 20%, 44%, 0.4);
css variable
--color-primary: hsl(331, 20%, 44%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 20%, 44%)?
HEX: #875A6F | RGB: rgb(135, 90, 111) | CMYK: 0%, 33%, 18%, 47% | HSV: 332°, 33%, 53%. Copy any format from the conversion table above.
What colors go well with #875A6F?
The complementary color is HSL(151, 20%, 44%). 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, 20%, 44%) in CSS?
As HSL: color: hsl(331, 20%, 44%); — As HEX: color: #875A6F; — As RGB: color: rgb(135, 90, 111); — Tailwind CSS: bg-[hsl(331,20%,44%)] — CSS variable: --color-primary: hsl(331, 20%, 44%);