HSL(319, 55%, 33%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,55%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 55%, 33%) | color: hsl(319, 55%, 33%) | |
| HEX | #822665 | color: #822665 | |
| RGB | rgb(130, 38, 101) | color: rgb(130, 38, 101) | |
| CMYK | cmyk(0%, 71%, 22%, 49%) | — | |
| HSV | hsv(319, 71%, 51%) | — | |
| HWB | hwb(319 15% 49%) | color: hwb(319 15% 49%) | |
| OKLCH | oklch(0.4325 0.1438 342.86) | color: oklch(0.4325 0.1438 342.86) | |
| Lab | lab(31.97 45.78 -15.85) | color: lab(31.97 45.78 -15.85) | |
| LCH | lch(31.97 48.45 340.9) | color: lch(31.97 48.45 340.9) |
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)
#5A5956 — rgb(90, 89, 86)
Deuteranopia (Green-blind)
#606652 — rgb(96, 102, 82)
Tritanopia (Blue-blind)
#7D4A47 — rgb(125, 74, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 55%, 33%);
text
color: hsl(319, 55%, 33%);
border
border: 2px solid hsl(319, 55%, 33%);
gradient light
background: linear-gradient(to right, hsl(319, 55%, 53%), hsl(319, 55%, 33%));
gradient dark
background: linear-gradient(to right, hsl(319, 55%, 33%), hsl(319, 55%, 13%))
hex
background-color: #822665;
tailwind
bg-[hsl(319,55%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 55%, 33%, 0.4);
css variable
--color-primary: hsl(319, 55%, 33%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 55%, 33%)?
HEX: #822665 | RGB: rgb(130, 38, 101) | CMYK: 0%, 71%, 22%, 49% | HSV: 319°, 71%, 51%. Copy any format from the conversion table above.
What colors go well with #822665?
The complementary color is HSL(139, 55%, 33%). 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, 55%, 33%) in CSS?
As HSL: color: hsl(319, 55%, 33%); — As HEX: color: #822665; — As RGB: color: rgb(130, 38, 101); — Tailwind CSS: bg-[hsl(319,55%,33%)] — CSS variable: --color-primary: hsl(319, 55%, 33%);