HSL(333, 40%, 58%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,40%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 40%, 58%) | color: hsl(333, 40%, 58%) | |
| HEX | #BF6990 | color: #BF6990 | |
| RGB | rgb(191, 105, 144) | color: rgb(191, 105, 144) | |
| CMYK | cmyk(0%, 45%, 25%, 25%) | — | |
| HSV | hsv(333, 45%, 75%) | — | |
| HWB | hwb(333 41% 25%) | color: hwb(333 41% 25%) | |
| OKLCH | oklch(0.6298 0.1186 352.43) | color: oklch(0.6298 0.1186 352.43) | |
| Lab | lab(55.27 39.07 -6.08) | color: lab(55.27 39.07 -6.08) | |
| LCH | lch(55.27 39.54 351.15) | color: lch(55.27 39.54 351.15) |
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)
#9A9987 — rgb(154, 153, 135)
Deuteranopia (Green-blind)
#9FA584 — rgb(159, 165, 132)
Tritanopia (Blue-blind)
#BB7F7D — rgb(187, 127, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 40%, 58%);
text
color: hsl(333, 40%, 58%);
border
border: 2px solid hsl(333, 40%, 58%);
gradient light
background: linear-gradient(to right, hsl(333, 40%, 78%), hsl(333, 40%, 58%));
gradient dark
background: linear-gradient(to right, hsl(333, 40%, 58%), hsl(333, 40%, 38%))
hex
background-color: #BF6990;
tailwind
bg-[hsl(333,40%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 40%, 58%, 0.4);
css variable
--color-primary: hsl(333, 40%, 58%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 40%, 58%)?
HEX: #BF6990 | RGB: rgb(191, 105, 144) | CMYK: 0%, 45%, 25%, 25% | HSV: 333°, 45%, 75%. Copy any format from the conversion table above.
What colors go well with #BF6990?
The complementary color is HSL(153, 40%, 58%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 40%, 58%) in CSS?
As HSL: color: hsl(333, 40%, 58%); — As HEX: color: #BF6990; — As RGB: color: rgb(191, 105, 144); — Tailwind CSS: bg-[hsl(333,40%,58%)] — CSS variable: --color-primary: hsl(333, 40%, 58%);