HSL(325, 20%, 36%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,20%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 20%, 36%) | color: hsl(325, 20%, 36%) | |
| HEX | #6E495F | color: #6E495F | |
| RGB | rgb(110, 73, 95) | color: rgb(110, 73, 95) | |
| CMYK | cmyk(0%, 34%, 14%, 57%) | — | |
| HSV | hsv(324, 34%, 43%) | — | |
| HWB | hwb(324 28% 57%) | color: hwb(324 28% 57%) | |
| OKLCH | oklch(0.4542 0.0596 343.29) | color: oklch(0.4542 0.0596 343.29) | |
| Lab | lab(35.8 19.47 -6.49) | color: lab(35.8 19.47 -6.49) | |
| LCH | lch(35.8 20.52 341.57) | color: lch(35.8 20.52 341.57) |
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)
#5E5E5A — rgb(94, 94, 90)
Deuteranopia (Green-blind)
#606358 — rgb(96, 99, 88)
Tritanopia (Blue-blind)
#6C5555 — rgb(108, 85, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 20%, 36%);
text
color: hsl(325, 20%, 36%);
border
border: 2px solid hsl(325, 20%, 36%);
gradient light
background: linear-gradient(to right, hsl(325, 20%, 56%), hsl(325, 20%, 36%));
gradient dark
background: linear-gradient(to right, hsl(325, 20%, 36%), hsl(325, 20%, 16%))
hex
background-color: #6E495F;
tailwind
bg-[hsl(325,20%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 20%, 36%, 0.4);
css variable
--color-primary: hsl(325, 20%, 36%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 20%, 36%)?
HEX: #6E495F | RGB: rgb(110, 73, 95) | CMYK: 0%, 34%, 14%, 57% | HSV: 324°, 34%, 43%. Copy any format from the conversion table above.
What colors go well with #6E495F?
The complementary color is HSL(145, 20%, 36%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(325, 20%, 36%) in CSS?
As HSL: color: hsl(325, 20%, 36%); — As HEX: color: #6E495F; — As RGB: color: rgb(110, 73, 95); — Tailwind CSS: bg-[hsl(325,20%,36%)] — CSS variable: --color-primary: hsl(325, 20%, 36%);