HSL(339, 35%, 33%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,35%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 35%, 33%) | color: hsl(339, 35%, 33%) | |
| HEX | #72374B | color: #72374B | |
| RGB | rgb(114, 55, 75) | color: rgb(114, 55, 75) | |
| CMYK | cmyk(0%, 52%, 34%, 55%) | — | |
| HSV | hsv(340, 52%, 45%) | — | |
| HWB | hwb(340 22% 55%) | color: hwb(340 22% 55%) | |
| OKLCH | oklch(0.4197 0.0862 359.97) | color: oklch(0.4197 0.0862 359.97) | |
| Lab | lab(31.39 28.39 -0.16) | color: lab(31.39 28.39 -0.16) | |
| LCH | lch(31.39 28.39 359.68) | color: lch(31.39 28.39 359.68) |
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)
#585846 — rgb(88, 88, 70)
Deuteranopia (Green-blind)
#5C6045 — rgb(92, 96, 69)
Tritanopia (Blue-blind)
#6F4242 — rgb(111, 66, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 35%, 33%);
text
color: hsl(339, 35%, 33%);
border
border: 2px solid hsl(339, 35%, 33%);
gradient light
background: linear-gradient(to right, hsl(339, 35%, 53%), hsl(339, 35%, 33%));
gradient dark
background: linear-gradient(to right, hsl(339, 35%, 33%), hsl(339, 35%, 13%))
hex
background-color: #72374B;
tailwind
bg-[hsl(339,35%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 35%, 33%, 0.4);
css variable
--color-primary: hsl(339, 35%, 33%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 35%, 33%)?
HEX: #72374B | RGB: rgb(114, 55, 75) | CMYK: 0%, 52%, 34%, 55% | HSV: 340°, 52%, 45%. Copy any format from the conversion table above.
What colors go well with #72374B?
The complementary color is HSL(159, 35%, 33%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 35%, 33%) in CSS?
As HSL: color: hsl(339, 35%, 33%); — As HEX: color: #72374B; — As RGB: color: rgb(114, 55, 75); — Tailwind CSS: bg-[hsl(339,35%,33%)] — CSS variable: --color-primary: hsl(339, 35%, 33%);