HSL(332, 90%, 37%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,90%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 90%, 37%) | color: hsl(332, 90%, 37%) | |
| HEX | #B30959 | color: #B30959 | |
| RGB | rgb(179, 9, 89) | color: rgb(179, 9, 89) | |
| CMYK | cmyk(0%, 95%, 50%, 30%) | — | |
| HSV | hsv(332, 95%, 70%) | — | |
| HWB | hwb(332 4% 30%) | color: hwb(332 4% 30%) | |
| OKLCH | oklch(0.4977 0.1967 2.38) | color: oklch(0.4977 0.1967 2.38) | |
| Lab | lab(38.73 63.91 2.95) | color: lab(38.73 63.91 2.95) | |
| LCH | lch(38.73 63.98 2.64) | color: lch(38.73 63.98 2.64) |
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)
#738041 — rgb(115, 128, 65)
Tritanopia (Blue-blind)
#AB3633 — rgb(171, 54, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 90%, 37%);
text
color: hsl(332, 90%, 37%);
border
border: 2px solid hsl(332, 90%, 37%);
gradient light
background: linear-gradient(to right, hsl(332, 90%, 57%), hsl(332, 90%, 37%));
gradient dark
background: linear-gradient(to right, hsl(332, 90%, 37%), hsl(332, 90%, 17%))
hex
background-color: #B30959;
tailwind
bg-[hsl(332,90%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 90%, 37%, 0.4);
css variable
--color-primary: hsl(332, 90%, 37%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 90%, 37%)?
HEX: #B30959 | RGB: rgb(179, 9, 89) | CMYK: 0%, 95%, 50%, 30% | HSV: 332°, 95%, 70%. Copy any format from the conversion table above.
What colors go well with #B30959?
The complementary color is HSL(152, 90%, 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, 90%, 37%) in CSS?
As HSL: color: hsl(332, 90%, 37%); — As HEX: color: #B30959; — As RGB: color: rgb(179, 9, 89); — Tailwind CSS: bg-[hsl(332,90%,37%)] — CSS variable: --color-primary: hsl(332, 90%, 37%);