HSL(332, 25%, 41%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,25%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 25%, 41%) | color: hsl(332, 25%, 41%) | |
| HEX | #834E67 | color: #834E67 | |
| RGB | rgb(131, 78, 103) | color: rgb(131, 78, 103) | |
| CMYK | cmyk(0%, 40%, 21%, 49%) | — | |
| HSV | hsv(332, 40%, 51%) | — | |
| HWB | hwb(332 31% 49%) | color: hwb(332 31% 49%) | |
| OKLCH | oklch(0.493 0.0786 350.63) | color: oklch(0.493 0.0786 350.63) | |
| Lab | lab(40.01 25.96 -4.95) | color: lab(40.01 25.96 -4.95) | |
| LCH | lch(40.01 26.43 349.2) | color: lch(40.01 26.43 349.2) |
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)
#6C6C61 — rgb(108, 108, 97)
Deuteranopia (Green-blind)
#6F7360 — rgb(111, 115, 96)
Tritanopia (Blue-blind)
#805C5B — rgb(128, 92, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 25%, 41%);
text
color: hsl(332, 25%, 41%);
border
border: 2px solid hsl(332, 25%, 41%);
gradient light
background: linear-gradient(to right, hsl(332, 25%, 61%), hsl(332, 25%, 41%));
gradient dark
background: linear-gradient(to right, hsl(332, 25%, 41%), hsl(332, 25%, 21%))
hex
background-color: #834E67;
tailwind
bg-[hsl(332,25%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 25%, 41%, 0.4);
css variable
--color-primary: hsl(332, 25%, 41%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 25%, 41%)?
HEX: #834E67 | RGB: rgb(131, 78, 103) | CMYK: 0%, 40%, 21%, 49% | HSV: 332°, 40%, 51%. Copy any format from the conversion table above.
What colors go well with #834E67?
The complementary color is HSL(152, 25%, 41%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 25%, 41%) in CSS?
As HSL: color: hsl(332, 25%, 41%); — As HEX: color: #834E67; — As RGB: color: rgb(131, 78, 103); — Tailwind CSS: bg-[hsl(332,25%,41%)] — CSS variable: --color-primary: hsl(332, 25%, 41%);