HSL(341, 77%, 38%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,77%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 77%, 38%) | color: hsl(341, 77%, 38%) | |
| HEX | #AC1646 | color: #AC1646 | |
| RGB | rgb(172, 22, 70) | color: rgb(172, 22, 70) | |
| CMYK | cmyk(0%, 87%, 59%, 33%) | — | |
| HSV | hsv(341, 87%, 67%) | — | |
| HWB | hwb(341 9% 33%) | color: hwb(341 9% 33%) | |
| OKLCH | oklch(0.4842 0.1814 10.42) | color: oklch(0.4842 0.1814 10.42) | |
| Lab | lab(37.46 58.84 13.16) | color: lab(37.46 58.84 13.16) | |
| LCH | lch(37.46 60.29 12.61) | color: lch(37.46 60.29 12.61) |
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)
#6B6A3A — rgb(107, 106, 58)
Deuteranopia (Green-blind)
#747F38 — rgb(116, 127, 56)
Tritanopia (Blue-blind)
#A5312F — rgb(165, 49, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 77%, 38%);
text
color: hsl(341, 77%, 38%);
border
border: 2px solid hsl(341, 77%, 38%);
gradient light
background: linear-gradient(to right, hsl(341, 77%, 58%), hsl(341, 77%, 38%));
gradient dark
background: linear-gradient(to right, hsl(341, 77%, 38%), hsl(341, 77%, 18%))
hex
background-color: #AC1646;
tailwind
bg-[hsl(341,77%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 77%, 38%, 0.4);
css variable
--color-primary: hsl(341, 77%, 38%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 77%, 38%)?
HEX: #AC1646 | RGB: rgb(172, 22, 70) | CMYK: 0%, 87%, 59%, 33% | HSV: 341°, 87%, 67%. Copy any format from the conversion table above.
What colors go well with #AC1646?
The complementary color is HSL(161, 77%, 38%). 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, 77%, 38%) in CSS?
As HSL: color: hsl(341, 77%, 38%); — As HEX: color: #AC1646; — As RGB: color: rgb(172, 22, 70); — Tailwind CSS: bg-[hsl(341,77%,38%)] — CSS variable: --color-primary: hsl(341, 77%, 38%);