HSL(328, 33%, 33%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,33%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 33%, 33%) | color: hsl(328, 33%, 33%) | |
| HEX | #703856 | color: #703856 | |
| RGB | rgb(112, 56, 86) | color: rgb(112, 56, 86) | |
| CMYK | cmyk(0%, 50%, 23%, 56%) | — | |
| HSV | hsv(328, 50%, 44%) | — | |
| HWB | hwb(328 22% 56%) | color: hwb(328 22% 56%) | |
| OKLCH | oklch(0.4225 0.0879 348.17) | color: oklch(0.4225 0.0879 348.17) | |
| Lab | lab(31.68 28.74 -6.89) | color: lab(31.68 28.74 -6.89) | |
| LCH | lch(31.68 29.55 346.52) | color: lch(31.68 29.55 346.52) |
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)
#58574F — rgb(88, 87, 79)
Deuteranopia (Green-blind)
#5B5F4D — rgb(91, 95, 77)
Tritanopia (Blue-blind)
#6D4948 — rgb(109, 73, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 33%, 33%);
text
color: hsl(328, 33%, 33%);
border
border: 2px solid hsl(328, 33%, 33%);
gradient light
background: linear-gradient(to right, hsl(328, 33%, 53%), hsl(328, 33%, 33%));
gradient dark
background: linear-gradient(to right, hsl(328, 33%, 33%), hsl(328, 33%, 13%))
hex
background-color: #703856;
tailwind
bg-[hsl(328,33%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 33%, 33%, 0.4);
css variable
--color-primary: hsl(328, 33%, 33%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 33%, 33%)?
HEX: #703856 | RGB: rgb(112, 56, 86) | CMYK: 0%, 50%, 23%, 56% | HSV: 328°, 50%, 44%. Copy any format from the conversion table above.
What colors go well with #703856?
The complementary color is HSL(148, 33%, 33%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(328, 33%, 33%) in CSS?
As HSL: color: hsl(328, 33%, 33%); — As HEX: color: #703856; — As RGB: color: rgb(112, 56, 86); — Tailwind CSS: bg-[hsl(328,33%,33%)] — CSS variable: --color-primary: hsl(328, 33%, 33%);