HSL(321, 46%, 24%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(321,46%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 46%, 24%) | color: hsl(321, 46%, 24%) | |
| HEX | #592146 | color: #592146 | |
| RGB | rgb(89, 33, 70) | color: rgb(89, 33, 70) | |
| CMYK | cmyk(0%, 63%, 21%, 65%) | — | |
| HSV | hsv(320, 63%, 35%) | — | |
| HWB | hwb(320 13% 65%) | color: hwb(320 13% 65%) | |
| OKLCH | oklch(0.3443 0.0955 342.86) | color: oklch(0.3443 0.0955 342.86) | |
| Lab | lab(22.49 30.58 -10.55) | color: lab(22.49 30.58 -10.55) | |
| LCH | lch(22.49 32.35 340.97) | color: lch(22.49 32.35 340.97) |
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)
#41403D — rgb(65, 64, 61)
Deuteranopia (Green-blind)
#44483B — rgb(68, 72, 59)
Tritanopia (Blue-blind)
#563634 — rgb(86, 54, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 46%, 24%);
text
color: hsl(321, 46%, 24%);
border
border: 2px solid hsl(321, 46%, 24%);
gradient light
background: linear-gradient(to right, hsl(321, 46%, 44%), hsl(321, 46%, 24%));
gradient dark
background: linear-gradient(to right, hsl(321, 46%, 24%), hsl(321, 46%, 4%))
hex
background-color: #592146;
tailwind
bg-[hsl(321,46%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 46%, 24%, 0.4);
css variable
--color-primary: hsl(321, 46%, 24%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 46%, 24%)?
HEX: #592146 | RGB: rgb(89, 33, 70) | CMYK: 0%, 63%, 21%, 65% | HSV: 320°, 63%, 35%. Copy any format from the conversion table above.
What colors go well with #592146?
The complementary color is HSL(141, 46%, 24%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 46%, 24%) in CSS?
As HSL: color: hsl(321, 46%, 24%); — As HEX: color: #592146; — As RGB: color: rgb(89, 33, 70); — Tailwind CSS: bg-[hsl(321,46%,24%)] — CSS variable: --color-primary: hsl(321, 46%, 24%);