HSL(323, 16%, 35%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(323,16%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 16%, 35%) | color: hsl(323, 16%, 35%) | |
| HEX | #684B5D | color: #684B5D | |
| RGB | rgb(104, 75, 93) | color: rgb(104, 75, 93) | |
| CMYK | cmyk(0%, 28%, 11%, 59%) | — | |
| HSV | hsv(323, 28%, 41%) | — | |
| HWB | hwb(323 30% 59%) | color: hwb(323 30% 59%) | |
| OKLCH | oklch(0.4502 0.0475 341.46) | color: oklch(0.4502 0.0475 341.46) | |
| Lab | lab(35.53 15.5 -5.72) | color: lab(35.53 15.5 -5.72) | |
| LCH | lch(35.53 16.52 339.74) | color: lch(35.53 16.52 339.74) |
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)
#5B5B59 — rgb(91, 91, 89)
Deuteranopia (Green-blind)
#5D5F58 — rgb(93, 95, 88)
Tritanopia (Blue-blind)
#675554 — rgb(103, 85, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 16%, 35%);
text
color: hsl(323, 16%, 35%);
border
border: 2px solid hsl(323, 16%, 35%);
gradient light
background: linear-gradient(to right, hsl(323, 16%, 55%), hsl(323, 16%, 35%));
gradient dark
background: linear-gradient(to right, hsl(323, 16%, 35%), hsl(323, 16%, 15%))
hex
background-color: #684B5D;
tailwind
bg-[hsl(323,16%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 16%, 35%, 0.4);
css variable
--color-primary: hsl(323, 16%, 35%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 16%, 35%)?
HEX: #684B5D | RGB: rgb(104, 75, 93) | CMYK: 0%, 28%, 11%, 59% | HSV: 323°, 28%, 41%. Copy any format from the conversion table above.
What colors go well with #684B5D?
The complementary color is HSL(143, 16%, 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, 16%, 35%) in CSS?
As HSL: color: hsl(323, 16%, 35%); — As HEX: color: #684B5D; — As RGB: color: rgb(104, 75, 93); — Tailwind CSS: bg-[hsl(323,16%,35%)] — CSS variable: --color-primary: hsl(323, 16%, 35%);