HSL(325, 42%, 18%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,42%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 42%, 18%) | color: hsl(325, 42%, 18%) | |
| HEX | #411B31 | color: #411B31 | |
| RGB | rgb(65, 27, 49) | color: rgb(65, 27, 49) | |
| CMYK | cmyk(0%, 58%, 25%, 75%) | — | |
| HSV | hsv(325, 58%, 25%) | — | |
| HWB | hwb(325 11% 75%) | color: hwb(325 11% 75%) | |
| OKLCH | oklch(0.2859 0.0666 346.33) | color: oklch(0.2859 0.0666 346.33) | |
| Lab | lab(16.15 21.61 -5.97) | color: lab(16.15 21.61 -5.97) | |
| LCH | lch(16.15 22.42 344.56) | color: lch(16.15 22.42 344.56) |
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)
#31302C — rgb(49, 48, 44)
Deuteranopia (Green-blind)
#33362A — rgb(51, 54, 42)
Tritanopia (Blue-blind)
#3F2727 — rgb(63, 39, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 42%, 18%);
text
color: hsl(325, 42%, 18%);
border
border: 2px solid hsl(325, 42%, 18%);
gradient light
background: linear-gradient(to right, hsl(325, 42%, 38%), hsl(325, 42%, 18%));
gradient dark
background: linear-gradient(to right, hsl(325, 42%, 18%), hsl(325, 42%, 0%))
hex
background-color: #411B31;
tailwind
bg-[hsl(325,42%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 42%, 18%, 0.4);
css variable
--color-primary: hsl(325, 42%, 18%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 42%, 18%)?
HEX: #411B31 | RGB: rgb(65, 27, 49) | CMYK: 0%, 58%, 25%, 75% | HSV: 325°, 58%, 25%. Copy any format from the conversion table above.
What colors go well with #411B31?
The complementary color is HSL(145, 42%, 18%). 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, 42%, 18%) in CSS?
As HSL: color: hsl(325, 42%, 18%); — As HEX: color: #411B31; — As RGB: color: rgb(65, 27, 49); — Tailwind CSS: bg-[hsl(325,42%,18%)] — CSS variable: --color-primary: hsl(325, 42%, 18%);