HSL(335, 72%, 57%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(335,72%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(335, 72%, 57%) | color: hsl(335, 72%, 57%) | |
| HEX | #E04284 | color: #E04284 | |
| RGB | rgb(224, 66, 132) | color: rgb(224, 66, 132) | |
| CMYK | cmyk(0%, 71%, 41%, 12%) | — | |
| HSV | hsv(335, 71%, 88%) | — | |
| HWB | hwb(335 26% 12%) | color: hwb(335 26% 12%) | |
| OKLCH | oklch(0.6246 0.2008 359.34) | color: oklch(0.6246 0.2008 359.34) | |
| Lab | lab(53.4 65.47 -1.19) | color: lab(53.4 65.47 -1.19) | |
| LCH | lch(53.4 65.48 358.96) | color: lch(53.4 65.48 358.96) |
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)
#9C9A74 — rgb(156, 154, 116)
Deuteranopia (Green-blind)
#A5B170 — rgb(165, 177, 112)
Tritanopia (Blue-blind)
#D86765 — rgb(216, 103, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(335, 72%, 57%);
text
color: hsl(335, 72%, 57%);
border
border: 2px solid hsl(335, 72%, 57%);
gradient light
background: linear-gradient(to right, hsl(335, 72%, 77%), hsl(335, 72%, 57%));
gradient dark
background: linear-gradient(to right, hsl(335, 72%, 57%), hsl(335, 72%, 37%))
hex
background-color: #E04284;
tailwind
bg-[hsl(335,72%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(335, 72%, 57%, 0.4);
css variable
--color-primary: hsl(335, 72%, 57%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(335, 72%, 57%)?
HEX: #E04284 | RGB: rgb(224, 66, 132) | CMYK: 0%, 71%, 41%, 12% | HSV: 335°, 71%, 88%. Copy any format from the conversion table above.
What colors go well with #E04284?
The complementary color is HSL(155, 72%, 57%). For a triadic harmony, use hues 335°, 95°, and 215°. For analogous combinations, try hues 305° and 5°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(335, 72%, 57%) in CSS?
As HSL: color: hsl(335, 72%, 57%); — As HEX: color: #E04284; — As RGB: color: rgb(224, 66, 132); — Tailwind CSS: bg-[hsl(335,72%,57%)] — CSS variable: --color-primary: hsl(335, 72%, 57%);