HSL(343, 76%, 41%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(343,76%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(343, 76%, 41%) | color: hsl(343, 76%, 41%) | |
| HEX | #B81946 | color: #B81946 | |
| RGB | rgb(184, 25, 70) | color: rgb(184, 25, 70) | |
| CMYK | cmyk(0%, 86%, 62%, 28%) | — | |
| HSV | hsv(343, 86%, 72%) | — | |
| HWB | hwb(343 10% 28%) | color: hwb(343 10% 28%) | |
| OKLCH | oklch(0.5082 0.1897 12.8) | color: oklch(0.5082 0.1897 12.8) | |
| Lab | lab(40.13 61.38 17.19) | color: lab(40.13 61.38 17.19) | |
| LCH | lch(40.13 63.74 15.65) | color: lch(40.13 63.74 15.65) |
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)
#73723B — rgb(115, 114, 59)
Deuteranopia (Green-blind)
#7C8839 — rgb(124, 136, 57)
Tritanopia (Blue-blind)
#B03331 — rgb(176, 51, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(343, 76%, 41%);
text
color: hsl(343, 76%, 41%);
border
border: 2px solid hsl(343, 76%, 41%);
gradient light
background: linear-gradient(to right, hsl(343, 76%, 61%), hsl(343, 76%, 41%));
gradient dark
background: linear-gradient(to right, hsl(343, 76%, 41%), hsl(343, 76%, 21%))
hex
background-color: #B81946;
tailwind
bg-[hsl(343,76%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(343, 76%, 41%, 0.4);
css variable
--color-primary: hsl(343, 76%, 41%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(343, 76%, 41%)?
HEX: #B81946 | RGB: rgb(184, 25, 70) | CMYK: 0%, 86%, 62%, 28% | HSV: 343°, 86%, 72%. Copy any format from the conversion table above.
What colors go well with #B81946?
The complementary color is HSL(163, 76%, 41%). For a triadic harmony, use hues 343°, 103°, and 223°. For analogous combinations, try hues 313° and 13°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(343, 76%, 41%) in CSS?
As HSL: color: hsl(343, 76%, 41%); — As HEX: color: #B81946; — As RGB: color: rgb(184, 25, 70); — Tailwind CSS: bg-[hsl(343,76%,41%)] — CSS variable: --color-primary: hsl(343, 76%, 41%);