HSL(341, 48%, 76%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,48%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 48%, 76%) | color: hsl(341, 48%, 76%) | |
| HEX | #DFA4B7 | color: #DFA4B7 | |
| RGB | rgb(223, 164, 183) | color: rgb(223, 164, 183) | |
| CMYK | cmyk(0%, 26%, 18%, 13%) | — | |
| HSV | hsv(341, 26%, 87%) | — | |
| HWB | hwb(341 64% 13%) | color: hwb(341 64% 13%) | |
| OKLCH | oklch(0.7795 0.0736 357.88) | color: oklch(0.7795 0.0736 357.88) | |
| Lab | lab(73.32 24.59 -1.16) | color: lab(73.32 24.59 -1.16) | |
| LCH | lch(73.32 24.62 357.3) | color: lch(73.32 24.62 357.3) |
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)
#C5C5B2 — rgb(197, 197, 178)
Deuteranopia (Green-blind)
#C9CDB1 — rgb(201, 205, 177)
Tritanopia (Blue-blind)
#DCAFAE — rgb(220, 175, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 48%, 76%);
text
color: hsl(341, 48%, 76%);
border
border: 2px solid hsl(341, 48%, 76%);
gradient light
background: linear-gradient(to right, hsl(341, 48%, 96%), hsl(341, 48%, 76%));
gradient dark
background: linear-gradient(to right, hsl(341, 48%, 76%), hsl(341, 48%, 56%))
hex
background-color: #DFA4B7;
tailwind
bg-[hsl(341,48%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 48%, 76%, 0.4);
css variable
--color-primary: hsl(341, 48%, 76%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 48%, 76%)?
HEX: #DFA4B7 | RGB: rgb(223, 164, 183) | CMYK: 0%, 26%, 18%, 13% | HSV: 341°, 26%, 87%. Copy any format from the conversion table above.
What colors go well with #DFA4B7?
The complementary color is HSL(161, 48%, 76%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 48%, 76%) in CSS?
As HSL: color: hsl(341, 48%, 76%); — As HEX: color: #DFA4B7; — As RGB: color: rgb(223, 164, 183); — Tailwind CSS: bg-[hsl(341,48%,76%)] — CSS variable: --color-primary: hsl(341, 48%, 76%);