HSL(326, 30%, 22%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,30%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 30%, 22%) | color: hsl(326, 30%, 22%) | |
| HEX | #49273A | color: #49273A | |
| RGB | rgb(73, 39, 58) | color: rgb(73, 39, 58) | |
| CMYK | cmyk(0%, 47%, 21%, 71%) | — | |
| HSV | hsv(326, 47%, 29%) | — | |
| HWB | hwb(326 15% 71%) | color: hwb(326 15% 71%) | |
| OKLCH | oklch(0.3241 0.0581 346.21) | color: oklch(0.3241 0.0581 346.21) | |
| Lab | lab(20.72 18.99 -5.27) | color: lab(20.72 18.99 -5.27) | |
| LCH | lch(20.72 19.71 344.49) | color: lch(20.72 19.71 344.49) |
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)
#3A3A35 — rgb(58, 58, 53)
Deuteranopia (Green-blind)
#3C3F34 — rgb(60, 63, 52)
Tritanopia (Blue-blind)
#473231 — rgb(71, 50, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 30%, 22%);
text
color: hsl(326, 30%, 22%);
border
border: 2px solid hsl(326, 30%, 22%);
gradient light
background: linear-gradient(to right, hsl(326, 30%, 42%), hsl(326, 30%, 22%));
gradient dark
background: linear-gradient(to right, hsl(326, 30%, 22%), hsl(326, 30%, 2%))
hex
background-color: #49273A;
tailwind
bg-[hsl(326,30%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 30%, 22%, 0.4);
css variable
--color-primary: hsl(326, 30%, 22%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 30%, 22%)?
HEX: #49273A | RGB: rgb(73, 39, 58) | CMYK: 0%, 47%, 21%, 71% | HSV: 326°, 47%, 29%. Copy any format from the conversion table above.
What colors go well with #49273A?
The complementary color is HSL(146, 30%, 22%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 30%, 22%) in CSS?
As HSL: color: hsl(326, 30%, 22%); — As HEX: color: #49273A; — As RGB: color: rgb(73, 39, 58); — Tailwind CSS: bg-[hsl(326,30%,22%)] — CSS variable: --color-primary: hsl(326, 30%, 22%);