HSL(339, 90%, 31%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,90%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 90%, 31%) | color: hsl(339, 90%, 31%) | |
| HEX | #96083A | color: #96083A | |
| RGB | rgb(150, 8, 58) | color: rgb(150, 8, 58) | |
| CMYK | cmyk(0%, 95%, 61%, 41%) | — | |
| HSV | hsv(339, 95%, 59%) | — | |
| HWB | hwb(339 3% 41%) | color: hwb(339 3% 41%) | |
| OKLCH | oklch(0.4332 0.1686 10.52) | color: oklch(0.4332 0.1686 10.52) | |
| Lab | lab(31.73 54.7 12.43) | color: lab(31.73 54.7 12.43) | |
| LCH | lch(31.73 56.09 12.8) | color: lch(31.73 56.09 12.8) |
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)
#59572E — rgb(89, 87, 46)
Deuteranopia (Green-blind)
#616B2B — rgb(97, 107, 43)
Tritanopia (Blue-blind)
#8F2422 — rgb(143, 36, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 90%, 31%);
text
color: hsl(339, 90%, 31%);
border
border: 2px solid hsl(339, 90%, 31%);
gradient light
background: linear-gradient(to right, hsl(339, 90%, 51%), hsl(339, 90%, 31%));
gradient dark
background: linear-gradient(to right, hsl(339, 90%, 31%), hsl(339, 90%, 11%))
hex
background-color: #96083A;
tailwind
bg-[hsl(339,90%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 90%, 31%, 0.4);
css variable
--color-primary: hsl(339, 90%, 31%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 90%, 31%)?
HEX: #96083A | RGB: rgb(150, 8, 58) | CMYK: 0%, 95%, 61%, 41% | HSV: 339°, 95%, 59%. Copy any format from the conversion table above.
What colors go well with #96083A?
The complementary color is HSL(159, 90%, 31%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 90%, 31%) in CSS?
As HSL: color: hsl(339, 90%, 31%); — As HEX: color: #96083A; — As RGB: color: rgb(150, 8, 58); — Tailwind CSS: bg-[hsl(339,90%,31%)] — CSS variable: --color-primary: hsl(339, 90%, 31%);