HSL(341, 43%, 57%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,43%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 43%, 57%) | color: hsl(341, 43%, 57%) | |
| HEX | #C06280 | color: #C06280 | |
| RGB | rgb(192, 98, 128) | color: rgb(192, 98, 128) | |
| CMYK | cmyk(0%, 49%, 33%, 25%) | — | |
| HSV | hsv(341, 49%, 75%) | — | |
| HWB | hwb(341 38% 25%) | color: hwb(341 38% 25%) | |
| OKLCH | oklch(0.6151 0.1242 1.12) | color: oklch(0.6151 0.1242 1.12) | |
| Lab | lab(53.5 40.9 0.73) | color: lab(53.5 40.9 0.73) | |
| LCH | lch(53.5 40.91 1.02) | color: lch(53.5 40.91 1.02) |
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)
#979679 — rgb(151, 150, 121)
Deuteranopia (Green-blind)
#9DA477 — rgb(157, 164, 119)
Tritanopia (Blue-blind)
#BB7372 — rgb(187, 115, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 43%, 57%);
text
color: hsl(341, 43%, 57%);
border
border: 2px solid hsl(341, 43%, 57%);
gradient light
background: linear-gradient(to right, hsl(341, 43%, 77%), hsl(341, 43%, 57%));
gradient dark
background: linear-gradient(to right, hsl(341, 43%, 57%), hsl(341, 43%, 37%))
hex
background-color: #C06280;
tailwind
bg-[hsl(341,43%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 43%, 57%, 0.4);
css variable
--color-primary: hsl(341, 43%, 57%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 43%, 57%)?
HEX: #C06280 | RGB: rgb(192, 98, 128) | CMYK: 0%, 49%, 33%, 25% | HSV: 341°, 49%, 75%. Copy any format from the conversion table above.
What colors go well with #C06280?
The complementary color is HSL(161, 43%, 57%). 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, 43%, 57%) in CSS?
As HSL: color: hsl(341, 43%, 57%); — As HEX: color: #C06280; — As RGB: color: rgb(192, 98, 128); — Tailwind CSS: bg-[hsl(341,43%,57%)] — CSS variable: --color-primary: hsl(341, 43%, 57%);