HSL(320, 30%, 24%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,30%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 30%, 24%) | color: hsl(320, 30%, 24%) | |
| HEX | #502B43 | color: #502B43 | |
| RGB | rgb(80, 43, 67) | color: rgb(80, 43, 67) | |
| CMYK | cmyk(0%, 46%, 16%, 69%) | — | |
| HSV | hsv(321, 46%, 31%) | — | |
| HWB | hwb(321 17% 69%) | color: hwb(321 17% 69%) | |
| OKLCH | oklch(0.3457 0.065 341.67) | color: oklch(0.3457 0.065 341.67) | |
| Lab | lab(23.13 20.96 -7.68) | color: lab(23.13 20.96 -7.68) | |
| LCH | lch(23.13 22.32 339.88) | color: lch(23.13 22.32 339.88) |
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)
#40403D — rgb(64, 64, 61)
Deuteranopia (Green-blind)
#42453C — rgb(66, 69, 60)
Tritanopia (Blue-blind)
#4E3938 — rgb(78, 57, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 30%, 24%);
text
color: hsl(320, 30%, 24%);
border
border: 2px solid hsl(320, 30%, 24%);
gradient light
background: linear-gradient(to right, hsl(320, 30%, 44%), hsl(320, 30%, 24%));
gradient dark
background: linear-gradient(to right, hsl(320, 30%, 24%), hsl(320, 30%, 4%))
hex
background-color: #502B43;
tailwind
bg-[hsl(320,30%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 30%, 24%, 0.4);
css variable
--color-primary: hsl(320, 30%, 24%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 30%, 24%)?
HEX: #502B43 | RGB: rgb(80, 43, 67) | CMYK: 0%, 46%, 16%, 69% | HSV: 321°, 46%, 31%. Copy any format from the conversion table above.
What colors go well with #502B43?
The complementary color is HSL(140, 30%, 24%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 30%, 24%) in CSS?
As HSL: color: hsl(320, 30%, 24%); — As HEX: color: #502B43; — As RGB: color: rgb(80, 43, 67); — Tailwind CSS: bg-[hsl(320,30%,24%)] — CSS variable: --color-primary: hsl(320, 30%, 24%);