HSL(323, 27%, 35%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,27%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 27%, 35%) | color: hsl(323, 27%, 35%) | |
| HEX | #71415F | color: #71415F | |
| RGB | rgb(113, 65, 95) | color: rgb(113, 65, 95) | |
| CMYK | cmyk(0%, 42%, 16%, 56%) | — | |
| HSV | hsv(323, 42%, 44%) | — | |
| HWB | hwb(323 26% 56%) | color: hwb(323 26% 56%) | |
| OKLCH | oklch(0.4431 0.0784 342.66) | color: oklch(0.4431 0.0784 342.66) | |
| Lab | lab(34.23 25.42 -8.82) | color: lab(34.23 25.42 -8.82) | |
| LCH | lch(34.23 26.91 340.86) | color: lch(34.23 26.91 340.86) |
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)
#5C5C58 — rgb(92, 92, 88)
Deuteranopia (Green-blind)
#5F6356 — rgb(95, 99, 86)
Tritanopia (Blue-blind)
#6F5251 — rgb(111, 82, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 27%, 35%);
text
color: hsl(323, 27%, 35%);
border
border: 2px solid hsl(323, 27%, 35%);
gradient light
background: linear-gradient(to right, hsl(323, 27%, 55%), hsl(323, 27%, 35%));
gradient dark
background: linear-gradient(to right, hsl(323, 27%, 35%), hsl(323, 27%, 15%))
hex
background-color: #71415F;
tailwind
bg-[hsl(323,27%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 27%, 35%, 0.4);
css variable
--color-primary: hsl(323, 27%, 35%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 27%, 35%)?
HEX: #71415F | RGB: rgb(113, 65, 95) | CMYK: 0%, 42%, 16%, 56% | HSV: 323°, 42%, 44%. Copy any format from the conversion table above.
What colors go well with #71415F?
The complementary color is HSL(143, 27%, 35%). 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, 27%, 35%) in CSS?
As HSL: color: hsl(323, 27%, 35%); — As HEX: color: #71415F; — As RGB: color: rgb(113, 65, 95); — Tailwind CSS: bg-[hsl(323,27%,35%)] — CSS variable: --color-primary: hsl(323, 27%, 35%);