HSL(323, 66%, 43%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,66%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 66%, 43%) | color: hsl(323, 66%, 43%) | |
| HEX | #B6257F | color: #B6257F | |
| RGB | rgb(182, 37, 127) | color: rgb(182, 37, 127) | |
| CMYK | cmyk(0%, 80%, 30%, 29%) | — | |
| HSV | hsv(323, 80%, 71%) | — | |
| HWB | hwb(323 14% 29%) | color: hwb(323 14% 29%) | |
| OKLCH | oklch(0.5301 0.1968 348.21) | color: oklch(0.5301 0.1968 348.21) | |
| Lab | lab(42.47 63.08 -15.29) | color: lab(42.47 63.08 -15.29) | |
| LCH | lch(42.47 64.91 346.37) | color: lch(42.47 64.91 346.37) |
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)
#777669 — rgb(119, 118, 105)
Deuteranopia (Green-blind)
#808B64 — rgb(128, 139, 100)
Tritanopia (Blue-blind)
#AF5854 — rgb(175, 88, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 66%, 43%);
text
color: hsl(323, 66%, 43%);
border
border: 2px solid hsl(323, 66%, 43%);
gradient light
background: linear-gradient(to right, hsl(323, 66%, 63%), hsl(323, 66%, 43%));
gradient dark
background: linear-gradient(to right, hsl(323, 66%, 43%), hsl(323, 66%, 23%))
hex
background-color: #B6257F;
tailwind
bg-[hsl(323,66%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 66%, 43%, 0.4);
css variable
--color-primary: hsl(323, 66%, 43%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 66%, 43%)?
HEX: #B6257F | RGB: rgb(182, 37, 127) | CMYK: 0%, 80%, 30%, 29% | HSV: 323°, 80%, 71%. Copy any format from the conversion table above.
What colors go well with #B6257F?
The complementary color is HSL(143, 66%, 43%). 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, 66%, 43%) in CSS?
As HSL: color: hsl(323, 66%, 43%); — As HEX: color: #B6257F; — As RGB: color: rgb(182, 37, 127); — Tailwind CSS: bg-[hsl(323,66%,43%)] — CSS variable: --color-primary: hsl(323, 66%, 43%);