HSL(332, 38%, 19%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,38%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 38%, 19%) | color: hsl(332, 38%, 19%) | |
| HEX | #431E2F | color: #431E2F | |
| RGB | rgb(67, 30, 47) | color: rgb(67, 30, 47) | |
| CMYK | cmyk(0%, 55%, 30%, 74%) | — | |
| HSV | hsv(332, 55%, 26%) | — | |
| HWB | hwb(332 12% 74%) | color: hwb(332 12% 74%) | |
| OKLCH | oklch(0.2935 0.0616 352.66) | color: oklch(0.2935 0.0616 352.66) | |
| Lab | lab(17.12 20.23 -3.07) | color: lab(17.12 20.23 -3.07) | |
| LCH | lch(17.12 20.46 351.37) | color: lch(17.12 20.46 351.37) |
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)
#33332B — rgb(51, 51, 43)
Deuteranopia (Green-blind)
#35382A — rgb(53, 56, 42)
Tritanopia (Blue-blind)
#412827 — rgb(65, 40, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 38%, 19%);
text
color: hsl(332, 38%, 19%);
border
border: 2px solid hsl(332, 38%, 19%);
gradient light
background: linear-gradient(to right, hsl(332, 38%, 39%), hsl(332, 38%, 19%));
gradient dark
background: linear-gradient(to right, hsl(332, 38%, 19%), hsl(332, 38%, 0%))
hex
background-color: #431E2F;
tailwind
bg-[hsl(332,38%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 38%, 19%, 0.4);
css variable
--color-primary: hsl(332, 38%, 19%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 38%, 19%)?
HEX: #431E2F | RGB: rgb(67, 30, 47) | CMYK: 0%, 55%, 30%, 74% | HSV: 332°, 55%, 26%. Copy any format from the conversion table above.
What colors go well with #431E2F?
The complementary color is HSL(152, 38%, 19%). 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, 38%, 19%) in CSS?
As HSL: color: hsl(332, 38%, 19%); — As HEX: color: #431E2F; — As RGB: color: rgb(67, 30, 47); — Tailwind CSS: bg-[hsl(332,38%,19%)] — CSS variable: --color-primary: hsl(332, 38%, 19%);