HSL(319, 89%, 22%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,89%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 89%, 22%) | color: hsl(319, 89%, 22%) | |
| HEX | #6A064A | color: #6A064A | |
| RGB | rgb(106, 6, 74) | color: rgb(106, 6, 74) | |
| CMYK | cmyk(0%, 94%, 30%, 58%) | — | |
| HSV | hsv(319, 94%, 42%) | — | |
| HWB | hwb(319 3% 58%) | color: hwb(319 3% 58%) | |
| OKLCH | oklch(0.352 0.1432 346.28) | color: oklch(0.352 0.1432 346.28) | |
| Lab | lab(22.62 45.55 -12.8) | color: lab(22.62 45.55 -12.8) | |
| LCH | lch(22.62 47.31 344.3) | color: lch(22.62 47.31 344.3) |
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)
#3F3E3A — rgb(63, 62, 58)
Deuteranopia (Green-blind)
#454C36 — rgb(69, 76, 54)
Tritanopia (Blue-blind)
#652D2A — rgb(101, 45, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 89%, 22%);
text
color: hsl(319, 89%, 22%);
border
border: 2px solid hsl(319, 89%, 22%);
gradient light
background: linear-gradient(to right, hsl(319, 89%, 42%), hsl(319, 89%, 22%));
gradient dark
background: linear-gradient(to right, hsl(319, 89%, 22%), hsl(319, 89%, 2%))
hex
background-color: #6A064A;
tailwind
bg-[hsl(319,89%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 89%, 22%, 0.4);
css variable
--color-primary: hsl(319, 89%, 22%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 89%, 22%)?
HEX: #6A064A | RGB: rgb(106, 6, 74) | CMYK: 0%, 94%, 30%, 58% | HSV: 319°, 94%, 42%. Copy any format from the conversion table above.
What colors go well with #6A064A?
The complementary color is HSL(139, 89%, 22%). 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, 89%, 22%) in CSS?
As HSL: color: hsl(319, 89%, 22%); — As HEX: color: #6A064A; — As RGB: color: rgb(106, 6, 74); — Tailwind CSS: bg-[hsl(319,89%,22%)] — CSS variable: --color-primary: hsl(319, 89%, 22%);