HSL(330, 48%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
5000K
CSS Class
bg-[hsl(330,48%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(330, 48%, 75%) | color: hsl(330, 48%, 75%) | |
| HEX | #DEA1BF | color: #DEA1BF | |
| RGB | rgb(222, 161, 191) | color: rgb(222, 161, 191) | |
| CMYK | cmyk(0%, 27%, 14%, 13%) | — | |
| HSV | hsv(330, 27%, 87%) | — | |
| HWB | hwb(330 64% 13%) | color: hwb(330 64% 13%) | |
| OKLCH | oklch(0.7756 0.0817 348.18) | color: oklch(0.7756 0.0817 348.18) | |
| Lab | lab(72.75 27.11 -6.43) | color: lab(72.75 27.11 -6.43) | |
| LCH | lch(72.75 27.86 346.66) | color: lch(72.75 27.86 346.66) |
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)
#C4C3B8 — rgb(196, 195, 184)
Deuteranopia (Green-blind)
#C7CCB6 — rgb(199, 204, 182)
Tritanopia (Blue-blind)
#DBB2B1 — rgb(219, 178, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(330, 48%, 75%);
text
color: hsl(330, 48%, 75%);
border
border: 2px solid hsl(330, 48%, 75%);
gradient light
background: linear-gradient(to right, hsl(330, 48%, 95%), hsl(330, 48%, 75%));
gradient dark
background: linear-gradient(to right, hsl(330, 48%, 75%), hsl(330, 48%, 55%))
hex
background-color: #DEA1BF;
tailwind
bg-[hsl(330,48%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(330, 48%, 75%, 0.4);
css variable
--color-primary: hsl(330, 48%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(330, 48%, 75%)?
HEX: #DEA1BF | RGB: rgb(222, 161, 191) | CMYK: 0%, 27%, 14%, 13% | HSV: 330°, 27%, 87%. Copy any format from the conversion table above.
What colors go well with #DEA1BF?
The complementary color is HSL(150, 48%, 75%). For a triadic harmony, use hues 330°, 90°, and 210°. For analogous combinations, try hues 300° and 0°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(330, 48%, 75%) in CSS?
As HSL: color: hsl(330, 48%, 75%); — As HEX: color: #DEA1BF; — As RGB: color: rgb(222, 161, 191); — Tailwind CSS: bg-[hsl(330,48%,75%)] — CSS variable: --color-primary: hsl(330, 48%, 75%);