HSL(344, 50%, 40%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(344,50%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(344, 50%, 40%) | color: hsl(344, 50%, 40%) | |
| HEX | #99334E | color: #99334E | |
| RGB | rgb(153, 51, 78) | color: rgb(153, 51, 78) | |
| CMYK | cmyk(0%, 67%, 49%, 40%) | — | |
| HSV | hsv(344, 67%, 60%) | — | |
| HWB | hwb(344 20% 40%) | color: hwb(344 20% 40%) | |
| OKLCH | oklch(0.4769 0.1371 7.89) | color: oklch(0.4769 0.1371 7.89) | |
| Lab | lab(37.28 44.65 7.24) | color: lab(37.28 44.65 7.24) | |
| LCH | lch(37.28 45.23 9.21) | color: lch(37.28 45.23 9.21) |
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)
#6D6C47 — rgb(109, 108, 71)
Deuteranopia (Green-blind)
#737A46 — rgb(115, 122, 70)
Tritanopia (Blue-blind)
#944241 — rgb(148, 66, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(344, 50%, 40%);
text
color: hsl(344, 50%, 40%);
border
border: 2px solid hsl(344, 50%, 40%);
gradient light
background: linear-gradient(to right, hsl(344, 50%, 60%), hsl(344, 50%, 40%));
gradient dark
background: linear-gradient(to right, hsl(344, 50%, 40%), hsl(344, 50%, 20%))
hex
background-color: #99334E;
tailwind
bg-[hsl(344,50%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(344, 50%, 40%, 0.4);
css variable
--color-primary: hsl(344, 50%, 40%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(344, 50%, 40%)?
HEX: #99334E | RGB: rgb(153, 51, 78) | CMYK: 0%, 67%, 49%, 40% | HSV: 344°, 67%, 60%. Copy any format from the conversion table above.
What colors go well with #99334E?
The complementary color is HSL(164, 50%, 40%). For a triadic harmony, use hues 344°, 104°, and 224°. For analogous combinations, try hues 314° and 14°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(344, 50%, 40%) in CSS?
As HSL: color: hsl(344, 50%, 40%); — As HEX: color: #99334E; — As RGB: color: rgb(153, 51, 78); — Tailwind CSS: bg-[hsl(344,50%,40%)] — CSS variable: --color-primary: hsl(344, 50%, 40%);