HSL(340, 20%, 32%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(340,20%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(340, 20%, 32%) | color: hsl(340, 20%, 32%) | |
| HEX | #62414C | color: #62414C | |
| RGB | rgb(98, 65, 76) | color: rgb(98, 65, 76) | |
| CMYK | cmyk(0%, 34%, 22%, 62%) | — | |
| HSV | hsv(340, 34%, 38%) | — | |
| HWB | hwb(340 25% 62%) | color: hwb(340 25% 62%) | |
| OKLCH | oklch(0.4164 0.0485 357.77) | color: oklch(0.4164 0.0485 357.77) | |
| Lab | lab(31.58 16.15 -0.8) | color: lab(31.58 16.15 -0.8) | |
| LCH | lch(31.58 16.17 357.16) | color: lch(31.58 16.17 357.16) |
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)
#545349 — rgb(84, 83, 73)
Deuteranopia (Green-blind)
#565849 — rgb(86, 88, 73)
Tritanopia (Blue-blind)
#604747 — rgb(96, 71, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(340, 20%, 32%);
text
color: hsl(340, 20%, 32%);
border
border: 2px solid hsl(340, 20%, 32%);
gradient light
background: linear-gradient(to right, hsl(340, 20%, 52%), hsl(340, 20%, 32%));
gradient dark
background: linear-gradient(to right, hsl(340, 20%, 32%), hsl(340, 20%, 12%))
hex
background-color: #62414C;
tailwind
bg-[hsl(340,20%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(340, 20%, 32%, 0.4);
css variable
--color-primary: hsl(340, 20%, 32%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(340, 20%, 32%)?
HEX: #62414C | RGB: rgb(98, 65, 76) | CMYK: 0%, 34%, 22%, 62% | HSV: 340°, 34%, 38%. Copy any format from the conversion table above.
What colors go well with #62414C?
The complementary color is HSL(160, 20%, 32%). For a triadic harmony, use hues 340°, 100°, and 220°. For analogous combinations, try hues 310° and 10°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(340, 20%, 32%) in CSS?
As HSL: color: hsl(340, 20%, 32%); — As HEX: color: #62414C; — As RGB: color: rgb(98, 65, 76); — Tailwind CSS: bg-[hsl(340,20%,32%)] — CSS variable: --color-primary: hsl(340, 20%, 32%);