HSL(332, 62%, 37%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,62%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 62%, 37%) | color: hsl(332, 62%, 37%) | |
| HEX | #99245A | color: #99245A | |
| RGB | rgb(153, 36, 90) | color: rgb(153, 36, 90) | |
| CMYK | cmyk(0%, 76%, 41%, 40%) | — | |
| HSV | hsv(332, 76%, 60%) | — | |
| HWB | hwb(332 14% 40%) | color: hwb(332 14% 40%) | |
| OKLCH | oklch(0.4652 0.1589 357.42) | color: oklch(0.4652 0.1589 357.42) | |
| Lab | lab(35.55 51.66 -2.97) | color: lab(35.55 51.66 -2.97) | |
| LCH | lch(35.55 51.75 356.71) | color: lch(35.55 51.75 356.71) |
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)
#66654D — rgb(102, 101, 77)
Deuteranopia (Green-blind)
#6D764A — rgb(109, 118, 74)
Tritanopia (Blue-blind)
#934340 — rgb(147, 67, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 62%, 37%);
text
color: hsl(332, 62%, 37%);
border
border: 2px solid hsl(332, 62%, 37%);
gradient light
background: linear-gradient(to right, hsl(332, 62%, 57%), hsl(332, 62%, 37%));
gradient dark
background: linear-gradient(to right, hsl(332, 62%, 37%), hsl(332, 62%, 17%))
hex
background-color: #99245A;
tailwind
bg-[hsl(332,62%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 62%, 37%, 0.4);
css variable
--color-primary: hsl(332, 62%, 37%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 62%, 37%)?
HEX: #99245A | RGB: rgb(153, 36, 90) | CMYK: 0%, 76%, 41%, 40% | HSV: 332°, 76%, 60%. Copy any format from the conversion table above.
What colors go well with #99245A?
The complementary color is HSL(152, 62%, 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, 62%, 37%) in CSS?
As HSL: color: hsl(332, 62%, 37%); — As HEX: color: #99245A; — As RGB: color: rgb(153, 36, 90); — Tailwind CSS: bg-[hsl(332,62%,37%)] — CSS variable: --color-primary: hsl(332, 62%, 37%);