HSL(320, 68%, 20%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,68%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 68%, 20%) | color: hsl(320, 68%, 20%) | |
| HEX | #56103F | color: #56103F | |
| RGB | rgb(86, 16, 63) | color: rgb(86, 16, 63) | |
| CMYK | cmyk(0%, 81%, 27%, 66%) | — | |
| HSV | hsv(320, 81%, 34%) | — | |
| HWB | hwb(320 6% 66%) | color: hwb(320 6% 66%) | |
| OKLCH | oklch(0.3154 0.1136 344.5) | color: oklch(0.3154 0.1136 344.5) | |
| Lab | lab(18.84 36.19 -11.39) | color: lab(18.84 36.19 -11.39) | |
| LCH | lch(18.84 37.94 342.53) | color: lch(18.84 37.94 342.53) |
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)
#383734 — rgb(56, 55, 52)
Deuteranopia (Green-blind)
#3C4131 — rgb(60, 65, 49)
Tritanopia (Blue-blind)
#532B29 — rgb(83, 43, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 68%, 20%);
text
color: hsl(320, 68%, 20%);
border
border: 2px solid hsl(320, 68%, 20%);
gradient light
background: linear-gradient(to right, hsl(320, 68%, 40%), hsl(320, 68%, 20%));
gradient dark
background: linear-gradient(to right, hsl(320, 68%, 20%), hsl(320, 68%, 0%))
hex
background-color: #56103F;
tailwind
bg-[hsl(320,68%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 68%, 20%, 0.4);
css variable
--color-primary: hsl(320, 68%, 20%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 68%, 20%)?
HEX: #56103F | RGB: rgb(86, 16, 63) | CMYK: 0%, 81%, 27%, 66% | HSV: 320°, 81%, 34%. Copy any format from the conversion table above.
What colors go well with #56103F?
The complementary color is HSL(140, 68%, 20%). 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, 68%, 20%) in CSS?
As HSL: color: hsl(320, 68%, 20%); — As HEX: color: #56103F; — As RGB: color: rgb(86, 16, 63); — Tailwind CSS: bg-[hsl(320,68%,20%)] — CSS variable: --color-primary: hsl(320, 68%, 20%);