HSL(322, 70%, 34%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,70%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 70%, 34%) | color: hsl(322, 70%, 34%) | |
| HEX | #931A67 | color: #931A67 | |
| RGB | rgb(147, 26, 103) | color: rgb(147, 26, 103) | |
| CMYK | cmyk(0%, 82%, 30%, 42%) | — | |
| HSV | hsv(322, 82%, 58%) | — | |
| HWB | hwb(322 10% 42%) | color: hwb(322 10% 42%) | |
| OKLCH | oklch(0.4522 0.1706 347.47) | color: oklch(0.4522 0.1706 347.47) | |
| Lab | lab(33.82 54.55 -14.02) | color: lab(33.82 54.55 -14.02) | |
| LCH | lch(33.82 56.32 345.59) | color: lch(33.82 56.32 345.59) |
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)
#5F5E54 — rgb(95, 94, 84)
Deuteranopia (Green-blind)
#666F50 — rgb(102, 111, 80)
Tritanopia (Blue-blind)
#8D4642 — rgb(141, 70, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 70%, 34%);
text
color: hsl(322, 70%, 34%);
border
border: 2px solid hsl(322, 70%, 34%);
gradient light
background: linear-gradient(to right, hsl(322, 70%, 54%), hsl(322, 70%, 34%));
gradient dark
background: linear-gradient(to right, hsl(322, 70%, 34%), hsl(322, 70%, 14%))
hex
background-color: #931A67;
tailwind
bg-[hsl(322,70%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 70%, 34%, 0.4);
css variable
--color-primary: hsl(322, 70%, 34%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 70%, 34%)?
HEX: #931A67 | RGB: rgb(147, 26, 103) | CMYK: 0%, 82%, 30%, 42% | HSV: 322°, 82%, 58%. Copy any format from the conversion table above.
What colors go well with #931A67?
The complementary color is HSL(142, 70%, 34%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 70%, 34%) in CSS?
As HSL: color: hsl(322, 70%, 34%); — As HEX: color: #931A67; — As RGB: color: rgb(147, 26, 103); — Tailwind CSS: bg-[hsl(322,70%,34%)] — CSS variable: --color-primary: hsl(322, 70%, 34%);