HSL(319, 73%, 26%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,73%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 73%, 26%) | color: hsl(319, 73%, 26%) | |
| HEX | #731254 | color: #731254 | |
| RGB | rgb(115, 18, 84) | color: rgb(115, 18, 84) | |
| CMYK | cmyk(0%, 84%, 27%, 55%) | — | |
| HSV | hsv(319, 84%, 45%) | — | |
| HWB | hwb(319 7% 55%) | color: hwb(319 7% 55%) | |
| OKLCH | oklch(0.3807 0.1455 344.82) | color: oklch(0.3807 0.1455 344.82) | |
| Lab | lab(25.92 46.26 -14.29) | color: lab(25.92 46.26 -14.29) | |
| LCH | lch(25.92 48.42 342.83) | color: lch(25.92 48.42 342.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)
#494844 — rgb(73, 72, 68)
Deuteranopia (Green-blind)
#4F5640 — rgb(79, 86, 64)
Tritanopia (Blue-blind)
#6E3735 — rgb(110, 55, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 73%, 26%);
text
color: hsl(319, 73%, 26%);
border
border: 2px solid hsl(319, 73%, 26%);
gradient light
background: linear-gradient(to right, hsl(319, 73%, 46%), hsl(319, 73%, 26%));
gradient dark
background: linear-gradient(to right, hsl(319, 73%, 26%), hsl(319, 73%, 6%))
hex
background-color: #731254;
tailwind
bg-[hsl(319,73%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 73%, 26%, 0.4);
css variable
--color-primary: hsl(319, 73%, 26%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 73%, 26%)?
HEX: #731254 | RGB: rgb(115, 18, 84) | CMYK: 0%, 84%, 27%, 55% | HSV: 319°, 84%, 45%. Copy any format from the conversion table above.
What colors go well with #731254?
The complementary color is HSL(139, 73%, 26%). 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, 73%, 26%) in CSS?
As HSL: color: hsl(319, 73%, 26%); — As HEX: color: #731254; — As RGB: color: rgb(115, 18, 84); — Tailwind CSS: bg-[hsl(319,73%,26%)] — CSS variable: --color-primary: hsl(319, 73%, 26%);