HSL(344, 30%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(344,30%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(344, 30%, 60%) | color: hsl(344, 30%, 60%) | |
| HEX | #B87A8B | color: #B87A8B | |
| RGB | rgb(184, 122, 139) | color: rgb(184, 122, 139) | |
| CMYK | cmyk(0%, 34%, 24%, 28%) | — | |
| HSV | hsv(344, 34%, 72%) | — | |
| HWB | hwb(344 48% 28%) | color: hwb(344 48% 28%) | |
| OKLCH | oklch(0.6483 0.0802 1.69) | color: oklch(0.6483 0.0802 1.69) | |
| Lab | lab(58.01 26.58 0.76) | color: lab(58.01 26.58 0.76) | |
| LCH | lch(58.01 26.59 1.64) | color: lch(58.01 26.59 1.64) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9D9D87 — rgb(157, 157, 135)
Deuteranopia (Green-blind)
#A1A586 — rgb(161, 165, 134)
Tritanopia (Blue-blind)
#B58483 — rgb(181, 132, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(344, 30%, 60%);
text
color: hsl(344, 30%, 60%);
border
border: 2px solid hsl(344, 30%, 60%);
gradient light
background: linear-gradient(to right, hsl(344, 30%, 80%), hsl(344, 30%, 60%));
gradient dark
background: linear-gradient(to right, hsl(344, 30%, 60%), hsl(344, 30%, 40%))
hex
background-color: #B87A8B;
tailwind
bg-[hsl(344,30%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(344, 30%, 60%, 0.4);
css variable
--color-primary: hsl(344, 30%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(344, 30%, 60%)?
HEX: #B87A8B | RGB: rgb(184, 122, 139) | CMYK: 0%, 34%, 24%, 28% | HSV: 344°, 34%, 72%. Copy any format from the conversion table above.
What colors go well with #B87A8B?
The complementary color is HSL(164, 30%, 60%). 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, 30%, 60%) in CSS?
As HSL: color: hsl(344, 30%, 60%); — As HEX: color: #B87A8B; — As RGB: color: rgb(184, 122, 139); — Tailwind CSS: bg-[hsl(344,30%,60%)] — CSS variable: --color-primary: hsl(344, 30%, 60%);