HSL(343, 23%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(343,23%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(343, 23%, 60%) | color: hsl(343, 23%, 60%) | |
| HEX | #B0828F | color: #B0828F | |
| RGB | rgb(176, 130, 143) | color: rgb(176, 130, 143) | |
| CMYK | cmyk(0%, 26%, 19%, 31%) | — | |
| HSV | hsv(343, 26%, 69%) | — | |
| HWB | hwb(343 51% 31%) | color: hwb(343 51% 31%) | |
| OKLCH | oklch(0.6553 0.0592 0.24) | color: oklch(0.6553 0.0592 0.24) | |
| Lab | lab(59.14 19.72 -0.01) | color: lab(59.14 19.72 -0.01) | |
| LCH | lch(59.14 19.72 359.97) | color: lch(59.14 19.72 359.97) |
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)
#9C9C8C — rgb(156, 156, 140)
Deuteranopia (Green-blind)
#9FA28B — rgb(159, 162, 139)
Tritanopia (Blue-blind)
#AE8989 — rgb(174, 137, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(343, 23%, 60%);
text
color: hsl(343, 23%, 60%);
border
border: 2px solid hsl(343, 23%, 60%);
gradient light
background: linear-gradient(to right, hsl(343, 23%, 80%), hsl(343, 23%, 60%));
gradient dark
background: linear-gradient(to right, hsl(343, 23%, 60%), hsl(343, 23%, 40%))
hex
background-color: #B0828F;
tailwind
bg-[hsl(343,23%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(343, 23%, 60%, 0.4);
css variable
--color-primary: hsl(343, 23%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(343, 23%, 60%)?
HEX: #B0828F | RGB: rgb(176, 130, 143) | CMYK: 0%, 26%, 19%, 31% | HSV: 343°, 26%, 69%. Copy any format from the conversion table above.
What colors go well with #B0828F?
The complementary color is HSL(163, 23%, 60%). For a triadic harmony, use hues 343°, 103°, and 223°. For analogous combinations, try hues 313° and 13°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(343, 23%, 60%) in CSS?
As HSL: color: hsl(343, 23%, 60%); — As HEX: color: #B0828F; — As RGB: color: rgb(176, 130, 143); — Tailwind CSS: bg-[hsl(343,23%,60%)] — CSS variable: --color-primary: hsl(343, 23%, 60%);