HSL(319, 50%, 34%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,50%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 50%, 34%) | color: hsl(319, 50%, 34%) | |
| HEX | #822B67 | color: #822B67 | |
| RGB | rgb(130, 43, 103) | color: rgb(130, 43, 103) | |
| CMYK | cmyk(0%, 67%, 21%, 49%) | — | |
| HSV | hsv(319, 67%, 51%) | — | |
| HWB | hwb(319 17% 49%) | color: hwb(319 17% 49%) | |
| OKLCH | oklch(0.439 0.1381 342.13) | color: oklch(0.439 0.1381 342.13) | |
| Lab | lab(32.82 43.97 -15.83) | color: lab(32.82 43.97 -15.83) | |
| LCH | lch(32.82 46.73 340.2) | color: lch(32.82 46.73 340.2) |
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)
#5C5C58 — rgb(92, 92, 88)
Deuteranopia (Green-blind)
#616855 — rgb(97, 104, 85)
Tritanopia (Blue-blind)
#7E4D4B — rgb(126, 77, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 50%, 34%);
text
color: hsl(319, 50%, 34%);
border
border: 2px solid hsl(319, 50%, 34%);
gradient light
background: linear-gradient(to right, hsl(319, 50%, 54%), hsl(319, 50%, 34%));
gradient dark
background: linear-gradient(to right, hsl(319, 50%, 34%), hsl(319, 50%, 14%))
hex
background-color: #822B67;
tailwind
bg-[hsl(319,50%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 50%, 34%, 0.4);
css variable
--color-primary: hsl(319, 50%, 34%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 50%, 34%)?
HEX: #822B67 | RGB: rgb(130, 43, 103) | CMYK: 0%, 67%, 21%, 49% | HSV: 319°, 67%, 51%. Copy any format from the conversion table above.
What colors go well with #822B67?
The complementary color is HSL(139, 50%, 34%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 50%, 34%) in CSS?
As HSL: color: hsl(319, 50%, 34%); — As HEX: color: #822B67; — As RGB: color: rgb(130, 43, 103); — Tailwind CSS: bg-[hsl(319,50%,34%)] — CSS variable: --color-primary: hsl(319, 50%, 34%);