HSL(319, 80%, 38%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,80%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 80%, 38%) | color: hsl(319, 80%, 38%) | |
| HEX | #AE137D | color: #AE137D | |
| RGB | rgb(174, 19, 125) | color: rgb(174, 19, 125) | |
| CMYK | cmyk(0%, 89%, 28%, 32%) | — | |
| HSV | hsv(319, 89%, 68%) | — | |
| HWB | hwb(319 7% 32%) | color: hwb(319 7% 32%) | |
| OKLCH | oklch(0.5056 0.2042 345.89) | color: oklch(0.5056 0.2042 345.89) | |
| Lab | lab(39.49 64.95 -18.74) | color: lab(39.49 64.95 -18.74) | |
| LCH | lch(39.49 67.6 343.91) | color: lch(39.49 67.6 343.91) |
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)
#6B6963 — rgb(107, 105, 99)
Deuteranopia (Green-blind)
#74805D — rgb(116, 128, 93)
Tritanopia (Blue-blind)
#A64F4B — rgb(166, 79, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 80%, 38%);
text
color: hsl(319, 80%, 38%);
border
border: 2px solid hsl(319, 80%, 38%);
gradient light
background: linear-gradient(to right, hsl(319, 80%, 58%), hsl(319, 80%, 38%));
gradient dark
background: linear-gradient(to right, hsl(319, 80%, 38%), hsl(319, 80%, 18%))
hex
background-color: #AE137D;
tailwind
bg-[hsl(319,80%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 80%, 38%, 0.4);
css variable
--color-primary: hsl(319, 80%, 38%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 80%, 38%)?
HEX: #AE137D | RGB: rgb(174, 19, 125) | CMYK: 0%, 89%, 28%, 32% | HSV: 319°, 89%, 68%. Copy any format from the conversion table above.
What colors go well with #AE137D?
The complementary color is HSL(139, 80%, 38%). 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, 80%, 38%) in CSS?
As HSL: color: hsl(319, 80%, 38%); — As HEX: color: #AE137D; — As RGB: color: rgb(174, 19, 125); — Tailwind CSS: bg-[hsl(319,80%,38%)] — CSS variable: --color-primary: hsl(319, 80%, 38%);