HSL(328, 65%, 17%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,65%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 65%, 17%) | color: hsl(328, 65%, 17%) | |
| HEX | #480F2D | color: #480F2D | |
| RGB | rgb(72, 15, 45) | color: rgb(72, 15, 45) | |
| CMYK | cmyk(0%, 79%, 38%, 72%) | — | |
| HSV | hsv(328, 79%, 28%) | — | |
| HWB | hwb(328 6% 72%) | color: hwb(328 6% 72%) | |
| OKLCH | oklch(0.2794 0.0919 352.44) | color: oklch(0.2794 0.0919 352.44) | |
| Lab | lab(15 29.76 -4.69) | color: lab(15 29.76 -4.69) | |
| LCH | lch(15 30.13 351.04) | color: lch(15 30.13 351.04) |
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)
#2F2F26 — rgb(47, 47, 38)
Deuteranopia (Green-blind)
#333724 — rgb(51, 55, 36)
Tritanopia (Blue-blind)
#45201F — rgb(69, 32, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 65%, 17%);
text
color: hsl(328, 65%, 17%);
border
border: 2px solid hsl(328, 65%, 17%);
gradient light
background: linear-gradient(to right, hsl(328, 65%, 37%), hsl(328, 65%, 17%));
gradient dark
background: linear-gradient(to right, hsl(328, 65%, 17%), hsl(328, 65%, 0%))
hex
background-color: #480F2D;
tailwind
bg-[hsl(328,65%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 65%, 17%, 0.4);
css variable
--color-primary: hsl(328, 65%, 17%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 65%, 17%)?
HEX: #480F2D | RGB: rgb(72, 15, 45) | CMYK: 0%, 79%, 38%, 72% | HSV: 328°, 79%, 28%. Copy any format from the conversion table above.
What colors go well with #480F2D?
The complementary color is HSL(148, 65%, 17%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(328, 65%, 17%) in CSS?
As HSL: color: hsl(328, 65%, 17%); — As HEX: color: #480F2D; — As RGB: color: rgb(72, 15, 45); — Tailwind CSS: bg-[hsl(328,65%,17%)] — CSS variable: --color-primary: hsl(328, 65%, 17%);