HSL(327, 15%, 42%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(327,15%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 15%, 42%) | color: hsl(327, 15%, 42%) | |
| HEX | #7B5B6D | color: #7B5B6D | |
| RGB | rgb(123, 91, 109) | color: rgb(123, 91, 109) | |
| CMYK | cmyk(0%, 26%, 11%, 52%) | — | |
| HSV | hsv(326, 26%, 48%) | — | |
| HWB | hwb(326 36% 52%) | color: hwb(326 36% 52%) | |
| OKLCH | oklch(0.5102 0.0493 344.2) | color: oklch(0.5102 0.0493 344.2) | |
| Lab | lab(42.46 16.23 -5.11) | color: lab(42.46 16.23 -5.11) | |
| LCH | lch(42.46 17.02 342.52) | color: lch(42.46 17.02 342.52) |
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)
#6D6D69 — rgb(109, 109, 105)
Deuteranopia (Green-blind)
#6F7168 — rgb(111, 113, 104)
Tritanopia (Blue-blind)
#796564 — rgb(121, 101, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 15%, 42%);
text
color: hsl(327, 15%, 42%);
border
border: 2px solid hsl(327, 15%, 42%);
gradient light
background: linear-gradient(to right, hsl(327, 15%, 62%), hsl(327, 15%, 42%));
gradient dark
background: linear-gradient(to right, hsl(327, 15%, 42%), hsl(327, 15%, 22%))
hex
background-color: #7B5B6D;
tailwind
bg-[hsl(327,15%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 15%, 42%, 0.4);
css variable
--color-primary: hsl(327, 15%, 42%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 15%, 42%)?
HEX: #7B5B6D | RGB: rgb(123, 91, 109) | CMYK: 0%, 26%, 11%, 52% | HSV: 326°, 26%, 48%. Copy any format from the conversion table above.
What colors go well with #7B5B6D?
The complementary color is HSL(147, 15%, 42%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(327, 15%, 42%) in CSS?
As HSL: color: hsl(327, 15%, 42%); — As HEX: color: #7B5B6D; — As RGB: color: rgb(123, 91, 109); — Tailwind CSS: bg-[hsl(327,15%,42%)] — CSS variable: --color-primary: hsl(327, 15%, 42%);