HSL(332, 88%, 37%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,88%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 88%, 37%) | color: hsl(332, 88%, 37%) | |
| HEX | #B10B59 | color: #B10B59 | |
| RGB | rgb(177, 11, 89) | color: rgb(177, 11, 89) | |
| CMYK | cmyk(0%, 94%, 50%, 31%) | — | |
| HSV | hsv(332, 94%, 69%) | — | |
| HWB | hwb(332 4% 31%) | color: hwb(332 4% 31%) | |
| OKLCH | oklch(0.4945 0.1946 2) | color: oklch(0.4945 0.1946 2) | |
| Lab | lab(38.39 63.21 2.41) | color: lab(38.39 63.21 2.41) | |
| LCH | lch(38.39 63.26 2.18) | color: lch(38.39 63.26 2.18) |
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)
#696846 — rgb(105, 104, 70)
Deuteranopia (Green-blind)
#737F42 — rgb(115, 127, 66)
Tritanopia (Blue-blind)
#A93734 — rgb(169, 55, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 88%, 37%);
text
color: hsl(332, 88%, 37%);
border
border: 2px solid hsl(332, 88%, 37%);
gradient light
background: linear-gradient(to right, hsl(332, 88%, 57%), hsl(332, 88%, 37%));
gradient dark
background: linear-gradient(to right, hsl(332, 88%, 37%), hsl(332, 88%, 17%))
hex
background-color: #B10B59;
tailwind
bg-[hsl(332,88%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 88%, 37%, 0.4);
css variable
--color-primary: hsl(332, 88%, 37%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 88%, 37%)?
HEX: #B10B59 | RGB: rgb(177, 11, 89) | CMYK: 0%, 94%, 50%, 31% | HSV: 332°, 94%, 69%. Copy any format from the conversion table above.
What colors go well with #B10B59?
The complementary color is HSL(152, 88%, 37%). 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, 88%, 37%) in CSS?
As HSL: color: hsl(332, 88%, 37%); — As HEX: color: #B10B59; — As RGB: color: rgb(177, 11, 89); — Tailwind CSS: bg-[hsl(332,88%,37%)] — CSS variable: --color-primary: hsl(332, 88%, 37%);