HSL(330, 40%, 20%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
5000K
CSS Class
bg-[hsl(330,40%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(330, 40%, 20%) | color: hsl(330, 40%, 20%) | |
| HEX | #471F33 | color: #471F33 | |
| RGB | rgb(71, 31, 51) | color: rgb(71, 31, 51) | |
| CMYK | cmyk(0%, 56%, 28%, 72%) | — | |
| HSV | hsv(330, 56%, 28%) | — | |
| HWB | hwb(330 12% 72%) | color: hwb(330 12% 72%) | |
| OKLCH | oklch(0.3034 0.0669 350.55) | color: oklch(0.3034 0.0669 350.55) | |
| Lab | lab(18.18 21.9 -4.24) | color: lab(18.18 21.9 -4.24) | |
| LCH | lch(18.18 22.31 349.04) | color: lch(18.18 22.31 349.04) |
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)
#36352E — rgb(54, 53, 46)
Deuteranopia (Green-blind)
#383B2D — rgb(56, 59, 45)
Tritanopia (Blue-blind)
#452A2A — rgb(69, 42, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(330, 40%, 20%);
text
color: hsl(330, 40%, 20%);
border
border: 2px solid hsl(330, 40%, 20%);
gradient light
background: linear-gradient(to right, hsl(330, 40%, 40%), hsl(330, 40%, 20%));
gradient dark
background: linear-gradient(to right, hsl(330, 40%, 20%), hsl(330, 40%, 0%))
hex
background-color: #471F33;
tailwind
bg-[hsl(330,40%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(330, 40%, 20%, 0.4);
css variable
--color-primary: hsl(330, 40%, 20%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(330, 40%, 20%)?
HEX: #471F33 | RGB: rgb(71, 31, 51) | CMYK: 0%, 56%, 28%, 72% | HSV: 330°, 56%, 28%. Copy any format from the conversion table above.
What colors go well with #471F33?
The complementary color is HSL(150, 40%, 20%). For a triadic harmony, use hues 330°, 90°, and 210°. For analogous combinations, try hues 300° and 0°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(330, 40%, 20%) in CSS?
As HSL: color: hsl(330, 40%, 20%); — As HEX: color: #471F33; — As RGB: color: rgb(71, 31, 51); — Tailwind CSS: bg-[hsl(330,40%,20%)] — CSS variable: --color-primary: hsl(330, 40%, 20%);