HSL(343, 34%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(343,34%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(343, 34%, 60%) | color: hsl(343, 34%, 60%) | |
| HEX | #BC768A | color: #BC768A | |
| RGB | rgb(188, 118, 138) | color: rgb(188, 118, 138) | |
| CMYK | cmyk(0%, 37%, 27%, 26%) | — | |
| HSV | hsv(343, 37%, 74%) | — | |
| HWB | hwb(343 47% 26%) | color: hwb(343 47% 26%) | |
| OKLCH | oklch(0.6457 0.091 1.44) | color: oklch(0.6457 0.091 1.44) | |
| Lab | lab(57.55 30.12 0.71) | color: lab(57.55 30.12 0.71) | |
| LCH | lch(57.55 30.13 1.35) | color: lch(57.55 30.13 1.35) |
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)
#9E9D85 — rgb(158, 157, 133)
Deuteranopia (Green-blind)
#A2A784 — rgb(162, 167, 132)
Tritanopia (Blue-blind)
#B98181 — rgb(185, 129, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(343, 34%, 60%);
text
color: hsl(343, 34%, 60%);
border
border: 2px solid hsl(343, 34%, 60%);
gradient light
background: linear-gradient(to right, hsl(343, 34%, 80%), hsl(343, 34%, 60%));
gradient dark
background: linear-gradient(to right, hsl(343, 34%, 60%), hsl(343, 34%, 40%))
hex
background-color: #BC768A;
tailwind
bg-[hsl(343,34%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(343, 34%, 60%, 0.4);
css variable
--color-primary: hsl(343, 34%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(343, 34%, 60%)?
HEX: #BC768A | RGB: rgb(188, 118, 138) | CMYK: 0%, 37%, 27%, 26% | HSV: 343°, 37%, 74%. Copy any format from the conversion table above.
What colors go well with #BC768A?
The complementary color is HSL(163, 34%, 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, 34%, 60%) in CSS?
As HSL: color: hsl(343, 34%, 60%); — As HEX: color: #BC768A; — As RGB: color: rgb(188, 118, 138); — Tailwind CSS: bg-[hsl(343,34%,60%)] — CSS variable: --color-primary: hsl(343, 34%, 60%);