HSL(341, 40%, 45%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,40%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 40%, 45%) | color: hsl(341, 40%, 45%) | |
| HEX | #A14562 | color: #A14562 | |
| RGB | rgb(161, 69, 98) | color: rgb(161, 69, 98) | |
| CMYK | cmyk(0%, 57%, 39%, 37%) | — | |
| HSV | hsv(341, 57%, 63%) | — | |
| HWB | hwb(341 27% 37%) | color: hwb(341 27% 37%) | |
| OKLCH | oklch(0.5191 0.1253 2.7) | color: oklch(0.5191 0.1253 2.7) | |
| Lab | lab(42.33 41.08 2.08) | color: lab(42.33 41.08 2.08) | |
| LCH | lch(42.33 41.13 2.9) | color: lch(42.33 41.13 2.9) |
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)
#79785B — rgb(121, 120, 91)
Deuteranopia (Green-blind)
#7F8559 — rgb(127, 133, 89)
Tritanopia (Blue-blind)
#9C5554 — rgb(156, 85, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 40%, 45%);
text
color: hsl(341, 40%, 45%);
border
border: 2px solid hsl(341, 40%, 45%);
gradient light
background: linear-gradient(to right, hsl(341, 40%, 65%), hsl(341, 40%, 45%));
gradient dark
background: linear-gradient(to right, hsl(341, 40%, 45%), hsl(341, 40%, 25%))
hex
background-color: #A14562;
tailwind
bg-[hsl(341,40%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 40%, 45%, 0.4);
css variable
--color-primary: hsl(341, 40%, 45%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 40%, 45%)?
HEX: #A14562 | RGB: rgb(161, 69, 98) | CMYK: 0%, 57%, 39%, 37% | HSV: 341°, 57%, 63%. Copy any format from the conversion table above.
What colors go well with #A14562?
The complementary color is HSL(161, 40%, 45%). 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, 40%, 45%) in CSS?
As HSL: color: hsl(341, 40%, 45%); — As HEX: color: #A14562; — As RGB: color: rgb(161, 69, 98); — Tailwind CSS: bg-[hsl(341,40%,45%)] — CSS variable: --color-primary: hsl(341, 40%, 45%);