HSL(321, 19%, 36%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(321,19%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 19%, 36%) | color: hsl(321, 19%, 36%) | |
| HEX | #6D4A61 | color: #6D4A61 | |
| RGB | rgb(109, 74, 97) | color: rgb(109, 74, 97) | |
| CMYK | cmyk(0%, 32%, 11%, 57%) | — | |
| HSV | hsv(321, 32%, 43%) | — | |
| HWB | hwb(321 29% 57%) | color: hwb(321 29% 57%) | |
| OKLCH | oklch(0.4557 0.0582 340.13) | color: oklch(0.4557 0.0582 340.13) | |
| Lab | lab(36.01 18.85 -7.46) | color: lab(36.01 18.85 -7.46) | |
| LCH | lch(36.01 20.27 338.41) | color: lch(36.01 20.27 338.41) |
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)
#5E5E5B — rgb(94, 94, 91)
Deuteranopia (Green-blind)
#60635A — rgb(96, 99, 90)
Tritanopia (Blue-blind)
#6B5756 — rgb(107, 87, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 19%, 36%);
text
color: hsl(321, 19%, 36%);
border
border: 2px solid hsl(321, 19%, 36%);
gradient light
background: linear-gradient(to right, hsl(321, 19%, 56%), hsl(321, 19%, 36%));
gradient dark
background: linear-gradient(to right, hsl(321, 19%, 36%), hsl(321, 19%, 16%))
hex
background-color: #6D4A61;
tailwind
bg-[hsl(321,19%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 19%, 36%, 0.4);
css variable
--color-primary: hsl(321, 19%, 36%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 19%, 36%)?
HEX: #6D4A61 | RGB: rgb(109, 74, 97) | CMYK: 0%, 32%, 11%, 57% | HSV: 321°, 32%, 43%. Copy any format from the conversion table above.
What colors go well with #6D4A61?
The complementary color is HSL(141, 19%, 36%). 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, 19%, 36%) in CSS?
As HSL: color: hsl(321, 19%, 36%); — As HEX: color: #6D4A61; — As RGB: color: rgb(109, 74, 97); — Tailwind CSS: bg-[hsl(321,19%,36%)] — CSS variable: --color-primary: hsl(321, 19%, 36%);