HSL(337, 75%, 56%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,75%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 75%, 56%) | color: hsl(337, 75%, 56%) | |
| HEX | #E33B7B | color: #E33B7B | |
| RGB | rgb(227, 59, 123) | color: rgb(227, 59, 123) | |
| CMYK | cmyk(0%, 74%, 46%, 11%) | — | |
| HSV | hsv(337, 74%, 89%) | — | |
| HWB | hwb(337 23% 11%) | color: hwb(337 23% 11%) | |
| OKLCH | oklch(0.6205 0.208 2.64) | color: oklch(0.6205 0.208 2.64) | |
| Lab | lab(52.83 67.8 3.44) | color: lab(52.83 67.8 3.44) | |
| LCH | lch(52.83 67.89 2.9) | color: lch(52.83 67.89 2.9) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9A996C — rgb(154, 153, 108)
Deuteranopia (Green-blind)
#A4B168 — rgb(164, 177, 104)
Tritanopia (Blue-blind)
#DB5F5D — rgb(219, 95, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 75%, 56%);
text
color: hsl(337, 75%, 56%);
border
border: 2px solid hsl(337, 75%, 56%);
gradient light
background: linear-gradient(to right, hsl(337, 75%, 76%), hsl(337, 75%, 56%));
gradient dark
background: linear-gradient(to right, hsl(337, 75%, 56%), hsl(337, 75%, 36%))
hex
background-color: #E33B7B;
tailwind
bg-[hsl(337,75%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 75%, 56%, 0.4);
css variable
--color-primary: hsl(337, 75%, 56%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 75%, 56%)?
HEX: #E33B7B | RGB: rgb(227, 59, 123) | CMYK: 0%, 74%, 46%, 11% | HSV: 337°, 74%, 89%. Copy any format from the conversion table above.
What colors go well with #E33B7B?
The complementary color is HSL(157, 75%, 56%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 75%, 56%) in CSS?
As HSL: color: hsl(337, 75%, 56%); — As HEX: color: #E33B7B; — As RGB: color: rgb(227, 59, 123); — Tailwind CSS: bg-[hsl(337,75%,56%)] — CSS variable: --color-primary: hsl(337, 75%, 56%);