HSL(323, 26%, 59%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,26%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 26%, 59%) | color: hsl(323, 26%, 59%) | |
| HEX | #B27B9D | color: #B27B9D | |
| RGB | rgb(178, 123, 157) | color: rgb(178, 123, 157) | |
| CMYK | cmyk(0%, 31%, 12%, 30%) | — | |
| HSV | hsv(323, 31%, 70%) | — | |
| HWB | hwb(323 48% 30%) | color: hwb(323 48% 30%) | |
| OKLCH | oklch(0.6492 0.082 342) | color: oklch(0.6492 0.082 342) | |
| Lab | lab(58.1 26.72 -9.59) | color: lab(58.1 26.72 -9.59) | |
| LCH | lch(58.1 28.39 340.26) | color: lch(58.1 28.39 340.26) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9A9A95 — rgb(154, 154, 149)
Deuteranopia (Green-blind)
#9DA293 — rgb(157, 162, 147)
Tritanopia (Blue-blind)
#AF8E8D — rgb(175, 142, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 26%, 59%);
text
color: hsl(323, 26%, 59%);
border
border: 2px solid hsl(323, 26%, 59%);
gradient light
background: linear-gradient(to right, hsl(323, 26%, 79%), hsl(323, 26%, 59%));
gradient dark
background: linear-gradient(to right, hsl(323, 26%, 59%), hsl(323, 26%, 39%))
hex
background-color: #B27B9D;
tailwind
bg-[hsl(323,26%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 26%, 59%, 0.4);
css variable
--color-primary: hsl(323, 26%, 59%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 26%, 59%)?
HEX: #B27B9D | RGB: rgb(178, 123, 157) | CMYK: 0%, 31%, 12%, 30% | HSV: 323°, 31%, 70%. Copy any format from the conversion table above.
What colors go well with #B27B9D?
The complementary color is HSL(143, 26%, 59%). 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, 26%, 59%) in CSS?
As HSL: color: hsl(323, 26%, 59%); — As HEX: color: #B27B9D; — As RGB: color: rgb(178, 123, 157); — Tailwind CSS: bg-[hsl(323,26%,59%)] — CSS variable: --color-primary: hsl(323, 26%, 59%);