HSL(342, 40%, 36%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(342,40%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(342, 40%, 36%) | color: hsl(342, 40%, 36%) | |
| HEX | #81374D | color: #81374D | |
| RGB | rgb(129, 55, 77) | color: rgb(129, 55, 77) | |
| CMYK | cmyk(0%, 57%, 40%, 49%) | — | |
| HSV | hsv(342, 57%, 51%) | — | |
| HWB | hwb(342 22% 49%) | color: hwb(342 22% 49%) | |
| OKLCH | oklch(0.4432 0.1046 3.66) | color: oklch(0.4432 0.1046 3.66) | |
| Lab | lab(33.85 34.27 2.42) | color: lab(33.85 34.27 2.42) | |
| LCH | lch(33.85 34.36 4.04) | color: lch(33.85 34.36 4.04) |
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)
#616048 — rgb(97, 96, 72)
Deuteranopia (Green-blind)
#656B46 — rgb(101, 107, 70)
Tritanopia (Blue-blind)
#7D4343 — rgb(125, 67, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(342, 40%, 36%);
text
color: hsl(342, 40%, 36%);
border
border: 2px solid hsl(342, 40%, 36%);
gradient light
background: linear-gradient(to right, hsl(342, 40%, 56%), hsl(342, 40%, 36%));
gradient dark
background: linear-gradient(to right, hsl(342, 40%, 36%), hsl(342, 40%, 16%))
hex
background-color: #81374D;
tailwind
bg-[hsl(342,40%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(342, 40%, 36%, 0.4);
css variable
--color-primary: hsl(342, 40%, 36%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(342, 40%, 36%)?
HEX: #81374D | RGB: rgb(129, 55, 77) | CMYK: 0%, 57%, 40%, 49% | HSV: 342°, 57%, 51%. Copy any format from the conversion table above.
What colors go well with #81374D?
The complementary color is HSL(162, 40%, 36%). For a triadic harmony, use hues 342°, 102°, and 222°. For analogous combinations, try hues 312° and 12°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(342, 40%, 36%) in CSS?
As HSL: color: hsl(342, 40%, 36%); — As HEX: color: #81374D; — As RGB: color: rgb(129, 55, 77); — Tailwind CSS: bg-[hsl(342,40%,36%)] — CSS variable: --color-primary: hsl(342, 40%, 36%);