HSL(328, 70%, 18%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,70%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 70%, 18%) | color: hsl(328, 70%, 18%) | |
| HEX | #4E0E30 | color: #4E0E30 | |
| RGB | rgb(78, 14, 48) | color: rgb(78, 14, 48) | |
| CMYK | cmyk(0%, 82%, 38%, 69%) | — | |
| HSV | hsv(328, 82%, 31%) | — | |
| HWB | hwb(328 6% 69%) | color: hwb(328 6% 69%) | |
| OKLCH | oklch(0.2912 0.1004 352.84) | color: oklch(0.2912 0.1004 352.84) | |
| Lab | lab(16.24 32.48 -4.87) | color: lab(16.24 32.48 -4.87) | |
| LCH | lch(16.24 32.84 351.47) | color: lch(16.24 32.84 351.47) |
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)
#323228 — rgb(50, 50, 40)
Deuteranopia (Green-blind)
#363B26 — rgb(54, 59, 38)
Tritanopia (Blue-blind)
#4B2120 — rgb(75, 33, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 70%, 18%);
text
color: hsl(328, 70%, 18%);
border
border: 2px solid hsl(328, 70%, 18%);
gradient light
background: linear-gradient(to right, hsl(328, 70%, 38%), hsl(328, 70%, 18%));
gradient dark
background: linear-gradient(to right, hsl(328, 70%, 18%), hsl(328, 70%, 0%))
hex
background-color: #4E0E30;
tailwind
bg-[hsl(328,70%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 70%, 18%, 0.4);
css variable
--color-primary: hsl(328, 70%, 18%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 70%, 18%)?
HEX: #4E0E30 | RGB: rgb(78, 14, 48) | CMYK: 0%, 82%, 38%, 69% | HSV: 328°, 82%, 31%. Copy any format from the conversion table above.
What colors go well with #4E0E30?
The complementary color is HSL(148, 70%, 18%). 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, 70%, 18%) in CSS?
As HSL: color: hsl(328, 70%, 18%); — As HEX: color: #4E0E30; — As RGB: color: rgb(78, 14, 48); — Tailwind CSS: bg-[hsl(328,70%,18%)] — CSS variable: --color-primary: hsl(328, 70%, 18%);