HSL(337, 63%, 70%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,63%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 63%, 70%) | color: hsl(337, 63%, 70%) | |
| HEX | #E382A7 | color: #E382A7 | |
| RGB | rgb(227, 130, 167) | color: rgb(227, 130, 167) | |
| CMYK | cmyk(0%, 43%, 26%, 11%) | — | |
| HSV | hsv(337, 43%, 89%) | — | |
| HWB | hwb(337 51% 11%) | color: hwb(337 51% 11%) | |
| OKLCH | oklch(0.7217 0.1261 356.42) | color: oklch(0.7217 0.1261 356.42) | |
| Lab | lab(65.82 41.7 -3.2) | color: lab(65.82 41.7 -3.2) | |
| LCH | lch(65.82 41.82 355.61) | color: lch(65.82 41.82 355.61) |
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)
#B9B89E — rgb(185, 184, 158)
Deuteranopia (Green-blind)
#BFC69C — rgb(191, 198, 156)
Tritanopia (Blue-blind)
#DE9795 — rgb(222, 151, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 63%, 70%);
text
color: hsl(337, 63%, 70%);
border
border: 2px solid hsl(337, 63%, 70%);
gradient light
background: linear-gradient(to right, hsl(337, 63%, 90%), hsl(337, 63%, 70%));
gradient dark
background: linear-gradient(to right, hsl(337, 63%, 70%), hsl(337, 63%, 50%))
hex
background-color: #E382A7;
tailwind
bg-[hsl(337,63%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 63%, 70%, 0.4);
css variable
--color-primary: hsl(337, 63%, 70%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 63%, 70%)?
HEX: #E382A7 | RGB: rgb(227, 130, 167) | CMYK: 0%, 43%, 26%, 11% | HSV: 337°, 43%, 89%. Copy any format from the conversion table above.
What colors go well with #E382A7?
The complementary color is HSL(157, 63%, 70%). 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, 63%, 70%) in CSS?
As HSL: color: hsl(337, 63%, 70%); — As HEX: color: #E382A7; — As RGB: color: rgb(227, 130, 167); — Tailwind CSS: bg-[hsl(337,63%,70%)] — CSS variable: --color-primary: hsl(337, 63%, 70%);