HSL(341, 61%, 58%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,61%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 61%, 58%) | color: hsl(341, 61%, 58%) | |
| HEX | #D5537C | color: #D5537C | |
| RGB | rgb(213, 83, 124) | color: rgb(213, 83, 124) | |
| CMYK | cmyk(0%, 61%, 42%, 16%) | — | |
| HSV | hsv(341, 61%, 84%) | — | |
| HWB | hwb(341 33% 16%) | color: hwb(341 33% 16%) | |
| OKLCH | oklch(0.6234 0.1671 3.71) | color: oklch(0.6234 0.1671 3.71) | |
| Lab | lab(53.81 54.66 3.94) | color: lab(53.81 54.66 3.94) | |
| LCH | lch(53.81 54.8 4.12) | color: lch(53.81 54.8 4.12) |
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)
#9D9C72 — rgb(157, 156, 114)
Deuteranopia (Green-blind)
#A4AE70 — rgb(164, 174, 112)
Tritanopia (Blue-blind)
#CF6A69 — rgb(207, 106, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 61%, 58%);
text
color: hsl(341, 61%, 58%);
border
border: 2px solid hsl(341, 61%, 58%);
gradient light
background: linear-gradient(to right, hsl(341, 61%, 78%), hsl(341, 61%, 58%));
gradient dark
background: linear-gradient(to right, hsl(341, 61%, 58%), hsl(341, 61%, 38%))
hex
background-color: #D5537C;
tailwind
bg-[hsl(341,61%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 61%, 58%, 0.4);
css variable
--color-primary: hsl(341, 61%, 58%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 61%, 58%)?
HEX: #D5537C | RGB: rgb(213, 83, 124) | CMYK: 0%, 61%, 42%, 16% | HSV: 341°, 61%, 84%. Copy any format from the conversion table above.
What colors go well with #D5537C?
The complementary color is HSL(161, 61%, 58%). 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, 61%, 58%) in CSS?
As HSL: color: hsl(341, 61%, 58%); — As HEX: color: #D5537C; — As RGB: color: rgb(213, 83, 124); — Tailwind CSS: bg-[hsl(341,61%,58%)] — CSS variable: --color-primary: hsl(341, 61%, 58%);