HSL(332, 30%, 59%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,30%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 30%, 59%) | color: hsl(332, 30%, 59%) | |
| HEX | #B67794 | color: #B67794 | |
| RGB | rgb(182, 119, 148) | color: rgb(182, 119, 148) | |
| CMYK | cmyk(0%, 35%, 19%, 29%) | — | |
| HSV | hsv(332, 35%, 71%) | — | |
| HWB | hwb(332 46% 29%) | color: hwb(332 46% 29%) | |
| OKLCH | oklch(0.6436 0.0872 350.68) | color: oklch(0.6436 0.0872 350.68) | |
| Lab | lab(57.35 28.89 -5.46) | color: lab(57.35 28.89 -5.46) | |
| LCH | lch(57.35 29.4 349.3) | color: lch(57.35 29.4 349.3) |
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)
#9B9A8D — rgb(155, 154, 141)
Deuteranopia (Green-blind)
#9EA38B — rgb(158, 163, 139)
Tritanopia (Blue-blind)
#B38786 — rgb(179, 135, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 30%, 59%);
text
color: hsl(332, 30%, 59%);
border
border: 2px solid hsl(332, 30%, 59%);
gradient light
background: linear-gradient(to right, hsl(332, 30%, 79%), hsl(332, 30%, 59%));
gradient dark
background: linear-gradient(to right, hsl(332, 30%, 59%), hsl(332, 30%, 39%))
hex
background-color: #B67794;
tailwind
bg-[hsl(332,30%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 30%, 59%, 0.4);
css variable
--color-primary: hsl(332, 30%, 59%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 30%, 59%)?
HEX: #B67794 | RGB: rgb(182, 119, 148) | CMYK: 0%, 35%, 19%, 29% | HSV: 332°, 35%, 71%. Copy any format from the conversion table above.
What colors go well with #B67794?
The complementary color is HSL(152, 30%, 59%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 30%, 59%) in CSS?
As HSL: color: hsl(332, 30%, 59%); — As HEX: color: #B67794; — As RGB: color: rgb(182, 119, 148); — Tailwind CSS: bg-[hsl(332,30%,59%)] — CSS variable: --color-primary: hsl(332, 30%, 59%);