HSL(341, 44%, 56%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,44%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 44%, 56%) | color: hsl(341, 44%, 56%) | |
| HEX | #C05D7D | color: #C05D7D | |
| RGB | rgb(192, 93, 125) | color: rgb(192, 93, 125) | |
| CMYK | cmyk(0%, 52%, 35%, 25%) | — | |
| HSV | hsv(341, 52%, 75%) | — | |
| HWB | hwb(341 36% 25%) | color: hwb(341 36% 25%) | |
| OKLCH | oklch(0.6067 0.131 1.31) | color: oklch(0.6067 0.131 1.31) | |
| Lab | lab(52.42 43.07 0.94) | color: lab(52.42 43.07 0.94) | |
| LCH | lch(52.42 43.08 1.25) | color: lch(52.42 43.08 1.25) |
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)
#959475 — rgb(149, 148, 117)
Deuteranopia (Green-blind)
#9BA273 — rgb(155, 162, 115)
Tritanopia (Blue-blind)
#BB6F6E — rgb(187, 111, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 44%, 56%);
text
color: hsl(341, 44%, 56%);
border
border: 2px solid hsl(341, 44%, 56%);
gradient light
background: linear-gradient(to right, hsl(341, 44%, 76%), hsl(341, 44%, 56%));
gradient dark
background: linear-gradient(to right, hsl(341, 44%, 56%), hsl(341, 44%, 36%))
hex
background-color: #C05D7D;
tailwind
bg-[hsl(341,44%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 44%, 56%, 0.4);
css variable
--color-primary: hsl(341, 44%, 56%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 44%, 56%)?
HEX: #C05D7D | RGB: rgb(192, 93, 125) | CMYK: 0%, 52%, 35%, 25% | HSV: 341°, 52%, 75%. Copy any format from the conversion table above.
What colors go well with #C05D7D?
The complementary color is HSL(161, 44%, 56%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 44%, 56%) in CSS?
As HSL: color: hsl(341, 44%, 56%); — As HEX: color: #C05D7D; — As RGB: color: rgb(192, 93, 125); — Tailwind CSS: bg-[hsl(341,44%,56%)] — CSS variable: --color-primary: hsl(341, 44%, 56%);