HSL(319, 40%, 34%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,40%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 40%, 34%) | color: hsl(319, 40%, 34%) | |
| HEX | #793463 | color: #793463 | |
| RGB | rgb(121, 52, 99) | color: rgb(121, 52, 99) | |
| CMYK | cmyk(0%, 57%, 18%, 53%) | — | |
| HSV | hsv(319, 57%, 47%) | — | |
| HWB | hwb(319 20% 53%) | color: hwb(319 20% 53%) | |
| OKLCH | oklch(0.435 0.1132 341.41) | color: oklch(0.435 0.1132 341.41) | |
| Lab | lab(32.75 36.2 -13.5) | color: lab(32.75 36.2 -13.5) | |
| LCH | lch(32.75 38.64 339.55) | color: lch(32.75 38.64 339.55) |
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)
#5B5B58 — rgb(91, 91, 88)
Deuteranopia (Green-blind)
#5F6455 — rgb(95, 100, 85)
Tritanopia (Blue-blind)
#764F4D — rgb(118, 79, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 40%, 34%);
text
color: hsl(319, 40%, 34%);
border
border: 2px solid hsl(319, 40%, 34%);
gradient light
background: linear-gradient(to right, hsl(319, 40%, 54%), hsl(319, 40%, 34%));
gradient dark
background: linear-gradient(to right, hsl(319, 40%, 34%), hsl(319, 40%, 14%))
hex
background-color: #793463;
tailwind
bg-[hsl(319,40%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 40%, 34%, 0.4);
css variable
--color-primary: hsl(319, 40%, 34%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 40%, 34%)?
HEX: #793463 | RGB: rgb(121, 52, 99) | CMYK: 0%, 57%, 18%, 53% | HSV: 319°, 57%, 47%. Copy any format from the conversion table above.
What colors go well with #793463?
The complementary color is HSL(139, 40%, 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, 40%, 34%) in CSS?
As HSL: color: hsl(319, 40%, 34%); — As HEX: color: #793463; — As RGB: color: rgb(121, 52, 99); — Tailwind CSS: bg-[hsl(319,40%,34%)] — CSS variable: --color-primary: hsl(319, 40%, 34%);