HSL(328, 30%, 18%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,30%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 30%, 18%) | color: hsl(328, 30%, 18%) | |
| HEX | #3C202F | color: #3C202F | |
| RGB | rgb(60, 32, 47) | color: rgb(60, 32, 47) | |
| CMYK | cmyk(0%, 47%, 22%, 76%) | — | |
| HSV | hsv(328, 47%, 24%) | — | |
| HWB | hwb(328 13% 76%) | color: hwb(328 13% 76%) | |
| OKLCH | oklch(0.2865 0.0489 347.28) | color: oklch(0.2865 0.0489 347.28) | |
| Lab | lab(16.5 16.03 -4.11) | color: lab(16.5 16.03 -4.11) | |
| LCH | lch(16.5 16.55 345.62) | color: lch(16.5 16.55 345.62) |
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)
#30302B — rgb(48, 48, 43)
Deuteranopia (Green-blind)
#32342B — rgb(50, 52, 43)
Tritanopia (Blue-blind)
#3B2928 — rgb(59, 41, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 30%, 18%);
text
color: hsl(328, 30%, 18%);
border
border: 2px solid hsl(328, 30%, 18%);
gradient light
background: linear-gradient(to right, hsl(328, 30%, 38%), hsl(328, 30%, 18%));
gradient dark
background: linear-gradient(to right, hsl(328, 30%, 18%), hsl(328, 30%, 0%))
hex
background-color: #3C202F;
tailwind
bg-[hsl(328,30%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 30%, 18%, 0.4);
css variable
--color-primary: hsl(328, 30%, 18%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 30%, 18%)?
HEX: #3C202F | RGB: rgb(60, 32, 47) | CMYK: 0%, 47%, 22%, 76% | HSV: 328°, 47%, 24%. Copy any format from the conversion table above.
What colors go well with #3C202F?
The complementary color is HSL(148, 30%, 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, 30%, 18%) in CSS?
As HSL: color: hsl(328, 30%, 18%); — As HEX: color: #3C202F; — As RGB: color: rgb(60, 32, 47); — Tailwind CSS: bg-[hsl(328,30%,18%)] — CSS variable: --color-primary: hsl(328, 30%, 18%);