HSL(323, 76%, 41%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,76%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 76%, 41%) | color: hsl(323, 76%, 41%) | |
| HEX | #B8197B | color: #B8197B | |
| RGB | rgb(184, 25, 123) | color: rgb(184, 25, 123) | |
| CMYK | cmyk(0%, 86%, 33%, 28%) | — | |
| HSV | hsv(323, 86%, 72%) | — | |
| HWB | hwb(323 10% 28%) | color: hwb(323 10% 28%) | |
| OKLCH | oklch(0.5249 0.2055 349.8) | color: oklch(0.5249 0.2055 349.8) | |
| Lab | lab(41.72 65.88 -13.92) | color: lab(41.72 65.88 -13.92) | |
| LCH | lch(41.72 67.33 348.07) | color: lch(41.72 67.33 348.07) |
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)
#737263 — rgb(115, 114, 99)
Deuteranopia (Green-blind)
#7C885E — rgb(124, 136, 94)
Tritanopia (Blue-blind)
#B0514C — rgb(176, 81, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 76%, 41%);
text
color: hsl(323, 76%, 41%);
border
border: 2px solid hsl(323, 76%, 41%);
gradient light
background: linear-gradient(to right, hsl(323, 76%, 61%), hsl(323, 76%, 41%));
gradient dark
background: linear-gradient(to right, hsl(323, 76%, 41%), hsl(323, 76%, 21%))
hex
background-color: #B8197B;
tailwind
bg-[hsl(323,76%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 76%, 41%, 0.4);
css variable
--color-primary: hsl(323, 76%, 41%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 76%, 41%)?
HEX: #B8197B | RGB: rgb(184, 25, 123) | CMYK: 0%, 86%, 33%, 28% | HSV: 323°, 86%, 72%. Copy any format from the conversion table above.
What colors go well with #B8197B?
The complementary color is HSL(143, 76%, 41%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 76%, 41%) in CSS?
As HSL: color: hsl(323, 76%, 41%); — As HEX: color: #B8197B; — As RGB: color: rgb(184, 25, 123); — Tailwind CSS: bg-[hsl(323,76%,41%)] — CSS variable: --color-primary: hsl(323, 76%, 41%);