HSL(326, 100%, 16%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,100%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 100%, 16%) | color: hsl(326, 100%, 16%) | |
| HEX | #52002E | color: #52002E | |
| RGB | rgb(82, 0, 46) | color: rgb(82, 0, 46) | |
| CMYK | cmyk(0%, 100%, 44%, 68%) | — | |
| HSV | hsv(326, 100%, 32%) | — | |
| HWB | hwb(326 0% 68%) | color: hwb(326 0% 68%) | |
| OKLCH | oklch(0.2867 0.1179 354.4) | color: oklch(0.2867 0.1179 354.4) | |
| Lab | lab(15.44 38 -4.53) | color: lab(15.44 38 -4.53) | |
| LCH | lch(15.44 38.27 353.2) | color: lch(15.44 38.27 353.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)
#2E2E23 — rgb(46, 46, 35)
Deuteranopia (Green-blind)
#333920 — rgb(51, 57, 32)
Tritanopia (Blue-blind)
#4E1A18 — rgb(78, 26, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 100%, 16%);
text
color: hsl(326, 100%, 16%);
border
border: 2px solid hsl(326, 100%, 16%);
gradient light
background: linear-gradient(to right, hsl(326, 100%, 36%), hsl(326, 100%, 16%));
gradient dark
background: linear-gradient(to right, hsl(326, 100%, 16%), hsl(326, 100%, 0%))
hex
background-color: #52002E;
tailwind
bg-[hsl(326,100%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 100%, 16%, 0.4);
css variable
--color-primary: hsl(326, 100%, 16%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 100%, 16%)?
HEX: #52002E | RGB: rgb(82, 0, 46) | CMYK: 0%, 100%, 44%, 68% | HSV: 326°, 100%, 32%. Copy any format from the conversion table above.
What colors go well with #52002E?
The complementary color is HSL(146, 100%, 16%). 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, 100%, 16%) in CSS?
As HSL: color: hsl(326, 100%, 16%); — As HEX: color: #52002E; — As RGB: color: rgb(82, 0, 46); — Tailwind CSS: bg-[hsl(326,100%,16%)] — CSS variable: --color-primary: hsl(326, 100%, 16%);