HSL(319, 43%, 48%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,43%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 43%, 48%) | color: hsl(319, 43%, 48%) | |
| HEX | #AF468E | color: #AF468E | |
| RGB | rgb(175, 70, 142) | color: rgb(175, 70, 142) | |
| CMYK | cmyk(0%, 60%, 19%, 31%) | — | |
| HSV | hsv(319, 60%, 69%) | — | |
| HWB | hwb(319 28% 31%) | color: hwb(319 28% 31%) | |
| OKLCH | oklch(0.5575 0.1599 341.72) | color: oklch(0.5575 0.1599 341.72) | |
| Lab | lab(46.24 51.01 -18.74) | color: lab(46.24 51.01 -18.74) | |
| LCH | lch(46.24 54.34 339.83) | color: lch(46.24 54.34 339.83) |
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)
#82817D — rgb(130, 129, 125)
Deuteranopia (Green-blind)
#889078 — rgb(136, 144, 120)
Tritanopia (Blue-blind)
#AA6F6C — rgb(170, 111, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 43%, 48%);
text
color: hsl(319, 43%, 48%);
border
border: 2px solid hsl(319, 43%, 48%);
gradient light
background: linear-gradient(to right, hsl(319, 43%, 68%), hsl(319, 43%, 48%));
gradient dark
background: linear-gradient(to right, hsl(319, 43%, 48%), hsl(319, 43%, 28%))
hex
background-color: #AF468E;
tailwind
bg-[hsl(319,43%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 43%, 48%, 0.4);
css variable
--color-primary: hsl(319, 43%, 48%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 43%, 48%)?
HEX: #AF468E | RGB: rgb(175, 70, 142) | CMYK: 0%, 60%, 19%, 31% | HSV: 319°, 60%, 69%. Copy any format from the conversion table above.
What colors go well with #AF468E?
The complementary color is HSL(139, 43%, 48%). 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, 43%, 48%) in CSS?
As HSL: color: hsl(319, 43%, 48%); — As HEX: color: #AF468E; — As RGB: color: rgb(175, 70, 142); — Tailwind CSS: bg-[hsl(319,43%,48%)] — CSS variable: --color-primary: hsl(319, 43%, 48%);