HSL(339, 30%, 22%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,30%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 30%, 22%) | color: hsl(339, 30%, 22%) | |
| HEX | #492733 | color: #492733 | |
| RGB | rgb(73, 39, 51) | color: rgb(73, 39, 51) | |
| CMYK | cmyk(0%, 47%, 30%, 71%) | — | |
| HSV | hsv(339, 47%, 29%) | — | |
| HWB | hwb(339 15% 71%) | color: hwb(339 15% 71%) | |
| OKLCH | oklch(0.3213 0.0536 357.96) | color: oklch(0.3213 0.0536 357.96) | |
| Lab | lab(20.47 17.75 -0.82) | color: lab(20.47 17.75 -0.82) | |
| LCH | lch(20.47 17.77 357.35) | color: lch(20.47 17.77 357.35) |
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)
#3A3A30 — rgb(58, 58, 48)
Deuteranopia (Green-blind)
#3C3F2F — rgb(60, 63, 47)
Tritanopia (Blue-blind)
#472E2D — rgb(71, 46, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 30%, 22%);
text
color: hsl(339, 30%, 22%);
border
border: 2px solid hsl(339, 30%, 22%);
gradient light
background: linear-gradient(to right, hsl(339, 30%, 42%), hsl(339, 30%, 22%));
gradient dark
background: linear-gradient(to right, hsl(339, 30%, 22%), hsl(339, 30%, 2%))
hex
background-color: #492733;
tailwind
bg-[hsl(339,30%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 30%, 22%, 0.4);
css variable
--color-primary: hsl(339, 30%, 22%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 30%, 22%)?
HEX: #492733 | RGB: rgb(73, 39, 51) | CMYK: 0%, 47%, 30%, 71% | HSV: 339°, 47%, 29%. Copy any format from the conversion table above.
What colors go well with #492733?
The complementary color is HSL(159, 30%, 22%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 30%, 22%) in CSS?
As HSL: color: hsl(339, 30%, 22%); — As HEX: color: #492733; — As RGB: color: rgb(73, 39, 51); — Tailwind CSS: bg-[hsl(339,30%,22%)] — CSS variable: --color-primary: hsl(339, 30%, 22%);