HSL(323, 55%, 35%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,55%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 55%, 35%) | color: hsl(323, 55%, 35%) | |
| HEX | #8A2865 | color: #8A2865 | |
| RGB | rgb(138, 40, 101) | color: rgb(138, 40, 101) | |
| CMYK | cmyk(0%, 71%, 27%, 46%) | — | |
| HSV | hsv(323, 71%, 54%) | — | |
| HWB | hwb(323 16% 46%) | color: hwb(323 16% 46%) | |
| OKLCH | oklch(0.4478 0.1473 346.41) | color: oklch(0.4478 0.1473 346.41) | |
| Lab | lab(33.69 47.26 -13.08) | color: lab(33.69 47.26 -13.08) | |
| LCH | lch(33.69 49.04 344.53) | color: lch(33.69 49.04 344.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)
#605F56 — rgb(96, 95, 86)
Deuteranopia (Green-blind)
#656D53 — rgb(101, 109, 83)
Tritanopia (Blue-blind)
#854B48 — rgb(133, 75, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 55%, 35%);
text
color: hsl(323, 55%, 35%);
border
border: 2px solid hsl(323, 55%, 35%);
gradient light
background: linear-gradient(to right, hsl(323, 55%, 55%), hsl(323, 55%, 35%));
gradient dark
background: linear-gradient(to right, hsl(323, 55%, 35%), hsl(323, 55%, 15%))
hex
background-color: #8A2865;
tailwind
bg-[hsl(323,55%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 55%, 35%, 0.4);
css variable
--color-primary: hsl(323, 55%, 35%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 55%, 35%)?
HEX: #8A2865 | RGB: rgb(138, 40, 101) | CMYK: 0%, 71%, 27%, 46% | HSV: 323°, 71%, 54%. Copy any format from the conversion table above.
What colors go well with #8A2865?
The complementary color is HSL(143, 55%, 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, 55%, 35%) in CSS?
As HSL: color: hsl(323, 55%, 35%); — As HEX: color: #8A2865; — As RGB: color: rgb(138, 40, 101); — Tailwind CSS: bg-[hsl(323,55%,35%)] — CSS variable: --color-primary: hsl(323, 55%, 35%);