HSL(320, 48%, 20%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,48%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 48%, 20%) | color: hsl(320, 48%, 20%) | |
| HEX | #4B1B3B | color: #4B1B3B | |
| RGB | rgb(75, 27, 59) | color: rgb(75, 27, 59) | |
| CMYK | cmyk(0%, 64%, 21%, 71%) | — | |
| HSV | hsv(320, 64%, 29%) | — | |
| HWB | hwb(320 10% 71%) | color: hwb(320 10% 71%) | |
| OKLCH | oklch(0.3071 0.0846 342.49) | color: oklch(0.3071 0.0846 342.49) | |
| Lab | lab(18.35 27.07 -9.53) | color: lab(18.35 27.07 -9.53) | |
| LCH | lch(18.35 28.7 340.61) | color: lch(18.35 28.7 340.61) |
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)
#363633 — rgb(54, 54, 51)
Deuteranopia (Green-blind)
#393D31 — rgb(57, 61, 49)
Tritanopia (Blue-blind)
#492D2C — rgb(73, 45, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 48%, 20%);
text
color: hsl(320, 48%, 20%);
border
border: 2px solid hsl(320, 48%, 20%);
gradient light
background: linear-gradient(to right, hsl(320, 48%, 40%), hsl(320, 48%, 20%));
gradient dark
background: linear-gradient(to right, hsl(320, 48%, 20%), hsl(320, 48%, 0%))
hex
background-color: #4B1B3B;
tailwind
bg-[hsl(320,48%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 48%, 20%, 0.4);
css variable
--color-primary: hsl(320, 48%, 20%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 48%, 20%)?
HEX: #4B1B3B | RGB: rgb(75, 27, 59) | CMYK: 0%, 64%, 21%, 71% | HSV: 320°, 64%, 29%. Copy any format from the conversion table above.
What colors go well with #4B1B3B?
The complementary color is HSL(140, 48%, 20%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 48%, 20%) in CSS?
As HSL: color: hsl(320, 48%, 20%); — As HEX: color: #4B1B3B; — As RGB: color: rgb(75, 27, 59); — Tailwind CSS: bg-[hsl(320,48%,20%)] — CSS variable: --color-primary: hsl(320, 48%, 20%);