HSL(323, 40%, 58%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,40%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 40%, 58%) | color: hsl(323, 40%, 58%) | |
| HEX | #BF699E | color: #BF699E | |
| RGB | rgb(191, 105, 158) | color: rgb(191, 105, 158) | |
| CMYK | cmyk(0%, 45%, 17%, 25%) | — | |
| HSV | hsv(323, 45%, 75%) | — | |
| HWB | hwb(323 41% 25%) | color: hwb(323 41% 25%) | |
| OKLCH | oklch(0.6348 0.1271 343.59) | color: oklch(0.6348 0.1271 343.59) | |
| Lab | lab(55.74 41.18 -13.56) | color: lab(55.74 41.18 -13.56) | |
| LCH | lch(55.74 43.36 341.77) | color: lch(55.74 43.36 341.77) |
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)
#9A9991 — rgb(154, 153, 145)
Deuteranopia (Green-blind)
#9FA58E — rgb(159, 165, 142)
Tritanopia (Blue-blind)
#BB8785 — rgb(187, 135, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 40%, 58%);
text
color: hsl(323, 40%, 58%);
border
border: 2px solid hsl(323, 40%, 58%);
gradient light
background: linear-gradient(to right, hsl(323, 40%, 78%), hsl(323, 40%, 58%));
gradient dark
background: linear-gradient(to right, hsl(323, 40%, 58%), hsl(323, 40%, 38%))
hex
background-color: #BF699E;
tailwind
bg-[hsl(323,40%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 40%, 58%, 0.4);
css variable
--color-primary: hsl(323, 40%, 58%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 40%, 58%)?
HEX: #BF699E | RGB: rgb(191, 105, 158) | CMYK: 0%, 45%, 17%, 25% | HSV: 323°, 45%, 75%. Copy any format from the conversion table above.
What colors go well with #BF699E?
The complementary color is HSL(143, 40%, 58%). 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, 40%, 58%) in CSS?
As HSL: color: hsl(323, 40%, 58%); — As HEX: color: #BF699E; — As RGB: color: rgb(191, 105, 158); — Tailwind CSS: bg-[hsl(323,40%,58%)] — CSS variable: --color-primary: hsl(323, 40%, 58%);