HSL(341, 80%, 43%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,80%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 80%, 43%) | color: hsl(341, 80%, 43%) | |
| HEX | #C5164D | color: #C5164D | |
| RGB | rgb(197, 22, 77) | color: rgb(197, 22, 77) | |
| CMYK | cmyk(0%, 89%, 61%, 23%) | — | |
| HSV | hsv(341, 89%, 77%) | — | |
| HWB | hwb(341 8% 23%) | color: hwb(341 8% 23%) | |
| OKLCH | oklch(0.5324 0.2027 11.71) | color: oklch(0.5324 0.2027 11.71) | |
| Lab | lab(42.74 65.69 16.72) | color: lab(42.74 65.69 16.72) | |
| LCH | lch(42.74 67.78 14.28) | color: lch(42.74 67.78 14.28) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#797840 — rgb(121, 120, 64)
Deuteranopia (Green-blind)
#83913D — rgb(131, 145, 61)
Tritanopia (Blue-blind)
#BC3533 — rgb(188, 53, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 80%, 43%);
text
color: hsl(341, 80%, 43%);
border
border: 2px solid hsl(341, 80%, 43%);
gradient light
background: linear-gradient(to right, hsl(341, 80%, 63%), hsl(341, 80%, 43%));
gradient dark
background: linear-gradient(to right, hsl(341, 80%, 43%), hsl(341, 80%, 23%))
hex
background-color: #C5164D;
tailwind
bg-[hsl(341,80%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 80%, 43%, 0.4);
css variable
--color-primary: hsl(341, 80%, 43%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 80%, 43%)?
HEX: #C5164D | RGB: rgb(197, 22, 77) | CMYK: 0%, 89%, 61%, 23% | HSV: 341°, 89%, 77%. Copy any format from the conversion table above.
What colors go well with #C5164D?
The complementary color is HSL(161, 80%, 43%). 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, 80%, 43%) in CSS?
As HSL: color: hsl(341, 80%, 43%); — As HEX: color: #C5164D; — As RGB: color: rgb(197, 22, 77); — Tailwind CSS: bg-[hsl(341,80%,43%)] — CSS variable: --color-primary: hsl(341, 80%, 43%);