HSL(323, 27%, 23%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,27%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 27%, 23%) | color: hsl(323, 27%, 23%) | |
| HEX | #4A2B3E | color: #4A2B3E | |
| RGB | rgb(74, 43, 62) | color: rgb(74, 43, 62) | |
| CMYK | cmyk(0%, 42%, 16%, 71%) | — | |
| HSV | hsv(323, 42%, 29%) | — | |
| HWB | hwb(323 17% 71%) | color: hwb(323 17% 71%) | |
| OKLCH | oklch(0.335 0.0541 342.97) | color: oklch(0.335 0.0541 342.97) | |
| Lab | lab(22.06 17.6 -5.99) | color: lab(22.06 17.6 -5.99) | |
| LCH | lch(22.06 18.59 341.2) | color: lch(22.06 18.59 341.2) |
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)
#3D3C39 — rgb(61, 60, 57)
Deuteranopia (Green-blind)
#3E4138 — rgb(62, 65, 56)
Tritanopia (Blue-blind)
#483635 — rgb(72, 54, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 27%, 23%);
text
color: hsl(323, 27%, 23%);
border
border: 2px solid hsl(323, 27%, 23%);
gradient light
background: linear-gradient(to right, hsl(323, 27%, 43%), hsl(323, 27%, 23%));
gradient dark
background: linear-gradient(to right, hsl(323, 27%, 23%), hsl(323, 27%, 3%))
hex
background-color: #4A2B3E;
tailwind
bg-[hsl(323,27%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 27%, 23%, 0.4);
css variable
--color-primary: hsl(323, 27%, 23%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 27%, 23%)?
HEX: #4A2B3E | RGB: rgb(74, 43, 62) | CMYK: 0%, 42%, 16%, 71% | HSV: 323°, 42%, 29%. Copy any format from the conversion table above.
What colors go well with #4A2B3E?
The complementary color is HSL(143, 27%, 23%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 27%, 23%) in CSS?
As HSL: color: hsl(323, 27%, 23%); — As HEX: color: #4A2B3E; — As RGB: color: rgb(74, 43, 62); — Tailwind CSS: bg-[hsl(323,27%,23%)] — CSS variable: --color-primary: hsl(323, 27%, 23%);