HSL(323, 30%, 23%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,30%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 30%, 23%) | color: hsl(323, 30%, 23%) | |
| HEX | #4C293F | color: #4C293F | |
| RGB | rgb(76, 41, 63) | color: rgb(76, 41, 63) | |
| CMYK | cmyk(0%, 46%, 17%, 70%) | — | |
| HSV | hsv(322, 46%, 30%) | — | |
| HWB | hwb(322 16% 70%) | color: hwb(322 16% 70%) | |
| OKLCH | oklch(0.3344 0.0614 342.61) | color: oklch(0.3344 0.0614 342.61) | |
| Lab | lab(21.88 19.87 -6.92) | color: lab(21.88 19.87 -6.92) | |
| LCH | lch(21.88 21.04 340.8) | color: lch(21.88 21.04 340.8) |
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)
#3D3D3A — rgb(61, 61, 58)
Deuteranopia (Green-blind)
#3F4238 — rgb(63, 66, 56)
Tritanopia (Blue-blind)
#4A3535 — rgb(74, 53, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 30%, 23%);
text
color: hsl(323, 30%, 23%);
border
border: 2px solid hsl(323, 30%, 23%);
gradient light
background: linear-gradient(to right, hsl(323, 30%, 43%), hsl(323, 30%, 23%));
gradient dark
background: linear-gradient(to right, hsl(323, 30%, 23%), hsl(323, 30%, 3%))
hex
background-color: #4C293F;
tailwind
bg-[hsl(323,30%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 30%, 23%, 0.4);
css variable
--color-primary: hsl(323, 30%, 23%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 30%, 23%)?
HEX: #4C293F | RGB: rgb(76, 41, 63) | CMYK: 0%, 46%, 17%, 70% | HSV: 322°, 46%, 30%. Copy any format from the conversion table above.
What colors go well with #4C293F?
The complementary color is HSL(143, 30%, 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, 30%, 23%) in CSS?
As HSL: color: hsl(323, 30%, 23%); — As HEX: color: #4C293F; — As RGB: color: rgb(76, 41, 63); — Tailwind CSS: bg-[hsl(323,30%,23%)] — CSS variable: --color-primary: hsl(323, 30%, 23%);