HSL(321, 19%, 38%)
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%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 19%, 38%) | color: hsl(321, 19%, 38%) | |
| HEX | #734E66 | color: #734E66 | |
| RGB | rgb(115, 78, 102) | color: rgb(115, 78, 102) | |
| CMYK | cmyk(0%, 32%, 11%, 55%) | — | |
| HSV | hsv(321, 32%, 45%) | — | |
| HWB | hwb(321 31% 55%) | color: hwb(321 31% 55%) | |
| OKLCH | oklch(0.4727 0.0607 340.55) | color: oklch(0.4727 0.0607 340.55) | |
| Lab | lab(37.94 19.68 -7.63) | color: lab(37.94 19.68 -7.63) | |
| LCH | lch(37.94 21.11 338.81) | color: lch(37.94 21.11 338.81) |
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)
#636360 — rgb(99, 99, 96)
Deuteranopia (Green-blind)
#65685F — rgb(101, 104, 95)
Tritanopia (Blue-blind)
#715C5B — rgb(113, 92, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 19%, 38%);
text
color: hsl(321, 19%, 38%);
border
border: 2px solid hsl(321, 19%, 38%);
gradient light
background: linear-gradient(to right, hsl(321, 19%, 58%), hsl(321, 19%, 38%));
gradient dark
background: linear-gradient(to right, hsl(321, 19%, 38%), hsl(321, 19%, 18%))
hex
background-color: #734E66;
tailwind
bg-[hsl(321,19%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 19%, 38%, 0.4);
css variable
--color-primary: hsl(321, 19%, 38%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 19%, 38%)?
HEX: #734E66 | RGB: rgb(115, 78, 102) | CMYK: 0%, 32%, 11%, 55% | HSV: 321°, 32%, 45%. Copy any format from the conversion table above.
What colors go well with #734E66?
The complementary color is HSL(141, 19%, 38%). 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%, 38%) in CSS?
As HSL: color: hsl(321, 19%, 38%); — As HEX: color: #734E66; — As RGB: color: rgb(115, 78, 102); — Tailwind CSS: bg-[hsl(321,19%,38%)] — CSS variable: --color-primary: hsl(321, 19%, 38%);