HSL(325, 63%, 70%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,63%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 63%, 70%) | color: hsl(325, 63%, 70%) | |
| HEX | #E382BB | color: #E382BB | |
| RGB | rgb(227, 130, 187) | color: rgb(227, 130, 187) | |
| CMYK | cmyk(0%, 43%, 18%, 11%) | — | |
| HSV | hsv(325, 43%, 89%) | — | |
| HWB | hwb(325 51% 11%) | color: hwb(325 51% 11%) | |
| OKLCH | oklch(0.7283 0.137 344.85) | color: oklch(0.7283 0.137 344.85) | |
| Lab | lab(66.43 44.59 -13.57) | color: lab(66.43 44.59 -13.57) | |
| LCH | lch(66.43 46.61 343.07) | color: lch(66.43 46.61 343.07) |
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)
#B9B8AD — rgb(185, 184, 173)
Deuteranopia (Green-blind)
#BFC6AA — rgb(191, 198, 170)
Tritanopia (Blue-blind)
#DEA2A0 — rgb(222, 162, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 63%, 70%);
text
color: hsl(325, 63%, 70%);
border
border: 2px solid hsl(325, 63%, 70%);
gradient light
background: linear-gradient(to right, hsl(325, 63%, 90%), hsl(325, 63%, 70%));
gradient dark
background: linear-gradient(to right, hsl(325, 63%, 70%), hsl(325, 63%, 50%))
hex
background-color: #E382BB;
tailwind
bg-[hsl(325,63%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 63%, 70%, 0.4);
css variable
--color-primary: hsl(325, 63%, 70%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 63%, 70%)?
HEX: #E382BB | RGB: rgb(227, 130, 187) | CMYK: 0%, 43%, 18%, 11% | HSV: 325°, 43%, 89%. Copy any format from the conversion table above.
What colors go well with #E382BB?
The complementary color is HSL(145, 63%, 70%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(325, 63%, 70%) in CSS?
As HSL: color: hsl(325, 63%, 70%); — As HEX: color: #E382BB; — As RGB: color: rgb(227, 130, 187); — Tailwind CSS: bg-[hsl(325,63%,70%)] — CSS variable: --color-primary: hsl(325, 63%, 70%);