HSL(323, 75%, 30%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,75%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 75%, 30%) | color: hsl(323, 75%, 30%) | |
| HEX | #86135A | color: #86135A | |
| RGB | rgb(134, 19, 90) | color: rgb(134, 19, 90) | |
| CMYK | cmyk(0%, 86%, 33%, 47%) | — | |
| HSV | hsv(323, 86%, 53%) | — | |
| HWB | hwb(323 7% 47%) | color: hwb(323 7% 47%) | |
| OKLCH | oklch(0.4187 0.1608 349.17) | color: oklch(0.4187 0.1608 349.17) | |
| Lab | lab(30.09 51.53 -11.52) | color: lab(30.09 51.53 -11.52) | |
| LCH | lch(30.09 52.8 347.4) | color: lch(30.09 52.8 347.4) |
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)
#545349 — rgb(84, 83, 73)
Deuteranopia (Green-blind)
#5B6445 — rgb(91, 100, 69)
Tritanopia (Blue-blind)
#803B38 — rgb(128, 59, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 75%, 30%);
text
color: hsl(323, 75%, 30%);
border
border: 2px solid hsl(323, 75%, 30%);
gradient light
background: linear-gradient(to right, hsl(323, 75%, 50%), hsl(323, 75%, 30%));
gradient dark
background: linear-gradient(to right, hsl(323, 75%, 30%), hsl(323, 75%, 10%))
hex
background-color: #86135A;
tailwind
bg-[hsl(323,75%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 75%, 30%, 0.4);
css variable
--color-primary: hsl(323, 75%, 30%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 75%, 30%)?
HEX: #86135A | RGB: rgb(134, 19, 90) | CMYK: 0%, 86%, 33%, 47% | HSV: 323°, 86%, 53%. Copy any format from the conversion table above.
What colors go well with #86135A?
The complementary color is HSL(143, 75%, 30%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 75%, 30%) in CSS?
As HSL: color: hsl(323, 75%, 30%); — As HEX: color: #86135A; — As RGB: color: rgb(134, 19, 90); — Tailwind CSS: bg-[hsl(323,75%,30%)] — CSS variable: --color-primary: hsl(323, 75%, 30%);