HSL(342, 67%, 34%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(342,67%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(342, 67%, 34%) | color: hsl(342, 67%, 34%) | |
| HEX | #911D3F | color: #911D3F | |
| RGB | rgb(145, 29, 63) | color: rgb(145, 29, 63) | |
| CMYK | cmyk(0%, 80%, 57%, 43%) | — | |
| HSV | hsv(342, 80%, 57%) | — | |
| HWB | hwb(342 11% 43%) | color: hwb(342 11% 43%) | |
| OKLCH | oklch(0.4366 0.1513 9.5) | color: oklch(0.4366 0.1513 9.5) | |
| Lab | lab(32.39 49.14 9.87) | color: lab(32.39 49.14 9.87) | |
| LCH | lch(32.39 50.12 11.36) | color: lch(32.39 50.12 11.36) |
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)
#5F5E37 — rgb(95, 94, 55)
Deuteranopia (Green-blind)
#666E35 — rgb(102, 110, 53)
Tritanopia (Blue-blind)
#8B302F — rgb(139, 48, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(342, 67%, 34%);
text
color: hsl(342, 67%, 34%);
border
border: 2px solid hsl(342, 67%, 34%);
gradient light
background: linear-gradient(to right, hsl(342, 67%, 54%), hsl(342, 67%, 34%));
gradient dark
background: linear-gradient(to right, hsl(342, 67%, 34%), hsl(342, 67%, 14%))
hex
background-color: #911D3F;
tailwind
bg-[hsl(342,67%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(342, 67%, 34%, 0.4);
css variable
--color-primary: hsl(342, 67%, 34%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(342, 67%, 34%)?
HEX: #911D3F | RGB: rgb(145, 29, 63) | CMYK: 0%, 80%, 57%, 43% | HSV: 342°, 80%, 57%. Copy any format from the conversion table above.
What colors go well with #911D3F?
The complementary color is HSL(162, 67%, 34%). 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, 67%, 34%) in CSS?
As HSL: color: hsl(342, 67%, 34%); — As HEX: color: #911D3F; — As RGB: color: rgb(145, 29, 63); — Tailwind CSS: bg-[hsl(342,67%,34%)] — CSS variable: --color-primary: hsl(342, 67%, 34%);