HSL(339, 75%, 34%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,75%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 75%, 34%) | color: hsl(339, 75%, 34%) | |
| HEX | #981643 | color: #981643 | |
| RGB | rgb(152, 22, 67) | color: rgb(152, 22, 67) | |
| CMYK | cmyk(0%, 86%, 56%, 40%) | — | |
| HSV | hsv(339, 86%, 60%) | — | |
| HWB | hwb(339 8% 40%) | color: hwb(339 8% 40%) | |
| OKLCH | oklch(0.4459 0.164 7.75) | color: oklch(0.4459 0.164 7.75) | |
| Lab | lab(33.26 53.31 8.66) | color: lab(33.26 53.31 8.66) | |
| LCH | lch(33.26 54.01 9.23) | color: lch(33.26 54.01 9.23) |
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)
#605F38 — rgb(96, 95, 56)
Deuteranopia (Green-blind)
#677136 — rgb(103, 113, 54)
Tritanopia (Blue-blind)
#92302E — rgb(146, 48, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 75%, 34%);
text
color: hsl(339, 75%, 34%);
border
border: 2px solid hsl(339, 75%, 34%);
gradient light
background: linear-gradient(to right, hsl(339, 75%, 54%), hsl(339, 75%, 34%));
gradient dark
background: linear-gradient(to right, hsl(339, 75%, 34%), hsl(339, 75%, 14%))
hex
background-color: #981643;
tailwind
bg-[hsl(339,75%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 75%, 34%, 0.4);
css variable
--color-primary: hsl(339, 75%, 34%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 75%, 34%)?
HEX: #981643 | RGB: rgb(152, 22, 67) | CMYK: 0%, 86%, 56%, 40% | HSV: 339°, 86%, 60%. Copy any format from the conversion table above.
What colors go well with #981643?
The complementary color is HSL(159, 75%, 34%). 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, 75%, 34%) in CSS?
As HSL: color: hsl(339, 75%, 34%); — As HEX: color: #981643; — As RGB: color: rgb(152, 22, 67); — Tailwind CSS: bg-[hsl(339,75%,34%)] — CSS variable: --color-primary: hsl(339, 75%, 34%);