HSL(317, 20%, 22%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(317,20%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(317, 20%, 22%) | color: hsl(317, 20%, 22%) | |
| HEX | #432D3D | color: #432D3D | |
| RGB | rgb(67, 45, 61) | color: rgb(67, 45, 61) | |
| CMYK | cmyk(0%, 33%, 9%, 74%) | — | |
| HSV | hsv(316, 33%, 26%) | — | |
| HWB | hwb(316 17% 74%) | color: hwb(316 17% 74%) | |
| OKLCH | oklch(0.3294 0.0413 336.85) | color: oklch(0.3294 0.0413 336.85) | |
| Lab | lab(21.61 13.2 -6.09) | color: lab(21.61 13.2 -6.09) | |
| LCH | lch(21.61 14.54 335.23) | color: lch(21.61 14.54 335.23) |
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)
#393939 — rgb(57, 57, 57)
Deuteranopia (Green-blind)
#3B3C38 — rgb(59, 60, 56)
Tritanopia (Blue-blind)
#423635 — rgb(66, 54, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(317, 20%, 22%);
text
color: hsl(317, 20%, 22%);
border
border: 2px solid hsl(317, 20%, 22%);
gradient light
background: linear-gradient(to right, hsl(317, 20%, 42%), hsl(317, 20%, 22%));
gradient dark
background: linear-gradient(to right, hsl(317, 20%, 22%), hsl(317, 20%, 2%))
hex
background-color: #432D3D;
tailwind
bg-[hsl(317,20%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(317, 20%, 22%, 0.4);
css variable
--color-primary: hsl(317, 20%, 22%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(317, 20%, 22%)?
HEX: #432D3D | RGB: rgb(67, 45, 61) | CMYK: 0%, 33%, 9%, 74% | HSV: 316°, 33%, 26%. Copy any format from the conversion table above.
What colors go well with #432D3D?
The complementary color is HSL(137, 20%, 22%). For a triadic harmony, use hues 317°, 77°, and 197°. For analogous combinations, try hues 287° and 347°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(317, 20%, 22%) in CSS?
As HSL: color: hsl(317, 20%, 22%); — As HEX: color: #432D3D; — As RGB: color: rgb(67, 45, 61); — Tailwind CSS: bg-[hsl(317,20%,22%)] — CSS variable: --color-primary: hsl(317, 20%, 22%);