HSL(321, 49%, 16%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(321,49%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 49%, 16%) | color: hsl(321, 49%, 16%) | |
| HEX | #3D152F | color: #3D152F | |
| RGB | rgb(61, 21, 47) | color: rgb(61, 21, 47) | |
| CMYK | cmyk(0%, 66%, 23%, 76%) | — | |
| HSV | hsv(321, 66%, 24%) | — | |
| HWB | hwb(321 8% 76%) | color: hwb(321 8% 76%) | |
| OKLCH | oklch(0.2683 0.0725 343.28) | color: oklch(0.2683 0.0725 343.28) | |
| Lab | lab(14.02 23.26 -7.83) | color: lab(14.02 23.26 -7.83) | |
| LCH | lch(14.02 24.54 341.4) | color: lch(14.02 24.54 341.4) |
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)
#2C2B29 — rgb(44, 43, 41)
Deuteranopia (Green-blind)
#2E3127 — rgb(46, 49, 39)
Tritanopia (Blue-blind)
#3B2423 — rgb(59, 36, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 49%, 16%);
text
color: hsl(321, 49%, 16%);
border
border: 2px solid hsl(321, 49%, 16%);
gradient light
background: linear-gradient(to right, hsl(321, 49%, 36%), hsl(321, 49%, 16%));
gradient dark
background: linear-gradient(to right, hsl(321, 49%, 16%), hsl(321, 49%, 0%))
hex
background-color: #3D152F;
tailwind
bg-[hsl(321,49%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 49%, 16%, 0.4);
css variable
--color-primary: hsl(321, 49%, 16%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 49%, 16%)?
HEX: #3D152F | RGB: rgb(61, 21, 47) | CMYK: 0%, 66%, 23%, 76% | HSV: 321°, 66%, 24%. Copy any format from the conversion table above.
What colors go well with #3D152F?
The complementary color is HSL(141, 49%, 16%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 49%, 16%) in CSS?
As HSL: color: hsl(321, 49%, 16%); — As HEX: color: #3D152F; — As RGB: color: rgb(61, 21, 47); — Tailwind CSS: bg-[hsl(321,49%,16%)] — CSS variable: --color-primary: hsl(321, 49%, 16%);