HSL(325, 40%, 37%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,40%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 40%, 37%) | color: hsl(325, 40%, 37%) | |
| HEX | #843965 | color: #843965 | |
| RGB | rgb(132, 57, 101) | color: rgb(132, 57, 101) | |
| CMYK | cmyk(0%, 57%, 23%, 48%) | — | |
| HSV | hsv(325, 57%, 52%) | — | |
| HWB | hwb(325 22% 48%) | color: hwb(325 22% 48%) | |
| OKLCH | oklch(0.4595 0.1161 346.38) | color: oklch(0.4595 0.1161 346.38) | |
| Lab | lab(35.54 37.6 -10.37) | color: lab(35.54 37.6 -10.37) | |
| LCH | lch(35.54 39 344.58) | color: lch(35.54 39 344.58) |
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)
#64635A — rgb(100, 99, 90)
Deuteranopia (Green-blind)
#686E58 — rgb(104, 110, 88)
Tritanopia (Blue-blind)
#805250 — rgb(128, 82, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 40%, 37%);
text
color: hsl(325, 40%, 37%);
border
border: 2px solid hsl(325, 40%, 37%);
gradient light
background: linear-gradient(to right, hsl(325, 40%, 57%), hsl(325, 40%, 37%));
gradient dark
background: linear-gradient(to right, hsl(325, 40%, 37%), hsl(325, 40%, 17%))
hex
background-color: #843965;
tailwind
bg-[hsl(325,40%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 40%, 37%, 0.4);
css variable
--color-primary: hsl(325, 40%, 37%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 40%, 37%)?
HEX: #843965 | RGB: rgb(132, 57, 101) | CMYK: 0%, 57%, 23%, 48% | HSV: 325°, 57%, 52%. Copy any format from the conversion table above.
What colors go well with #843965?
The complementary color is HSL(145, 40%, 37%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(325, 40%, 37%) in CSS?
As HSL: color: hsl(325, 40%, 37%); — As HEX: color: #843965; — As RGB: color: rgb(132, 57, 101); — Tailwind CSS: bg-[hsl(325,40%,37%)] — CSS variable: --color-primary: hsl(325, 40%, 37%);