HSL(333, 53%, 34%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,53%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 53%, 34%) | color: hsl(333, 53%, 34%) | |
| HEX | #852952 | color: #852952 | |
| RGB | rgb(133, 41, 82) | color: rgb(133, 41, 82) | |
| CMYK | cmyk(0%, 69%, 38%, 48%) | — | |
| HSV | hsv(333, 69%, 52%) | — | |
| HWB | hwb(333 16% 48%) | color: hwb(333 16% 48%) | |
| OKLCH | oklch(0.4329 0.1316 356.66) | color: oklch(0.4329 0.1316 356.66) | |
| Lab | lab(32.22 42.92 -3.12) | color: lab(32.22 42.92 -3.12) | |
| LCH | lch(32.22 43.03 355.84) | color: lch(32.22 43.03 355.84) |
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)
#5D5C48 — rgb(93, 92, 72)
Deuteranopia (Green-blind)
#636946 — rgb(99, 105, 70)
Tritanopia (Blue-blind)
#80403F — rgb(128, 64, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 53%, 34%);
text
color: hsl(333, 53%, 34%);
border
border: 2px solid hsl(333, 53%, 34%);
gradient light
background: linear-gradient(to right, hsl(333, 53%, 54%), hsl(333, 53%, 34%));
gradient dark
background: linear-gradient(to right, hsl(333, 53%, 34%), hsl(333, 53%, 14%))
hex
background-color: #852952;
tailwind
bg-[hsl(333,53%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 53%, 34%, 0.4);
css variable
--color-primary: hsl(333, 53%, 34%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 53%, 34%)?
HEX: #852952 | RGB: rgb(133, 41, 82) | CMYK: 0%, 69%, 38%, 48% | HSV: 333°, 69%, 52%. Copy any format from the conversion table above.
What colors go well with #852952?
The complementary color is HSL(153, 53%, 34%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 53%, 34%) in CSS?
As HSL: color: hsl(333, 53%, 34%); — As HEX: color: #852952; — As RGB: color: rgb(133, 41, 82); — Tailwind CSS: bg-[hsl(333,53%,34%)] — CSS variable: --color-primary: hsl(333, 53%, 34%);