HSL(337, 34%, 81%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,34%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 34%, 81%) | color: hsl(337, 34%, 81%) | |
| HEX | #DFBECB | color: #DFBECB | |
| RGB | rgb(223, 190, 203) | color: rgb(223, 190, 203) | |
| CMYK | cmyk(0%, 15%, 9%, 13%) | — | |
| HSV | hsv(336, 15%, 87%) | — | |
| HWB | hwb(336 74% 13%) | color: hwb(336 74% 13%) | |
| OKLCH | oklch(0.8336 0.0412 352.33) | color: oklch(0.8336 0.0412 352.33) | |
| Lab | lab(80.08 13.87 -2.15) | color: lab(80.08 13.87 -2.15) | |
| LCH | lch(80.08 14.04 351.19) | color: lch(80.08 14.04 351.19) |
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)
#D1D0C8 — rgb(209, 208, 200)
Deuteranopia (Green-blind)
#D3D5C7 — rgb(211, 213, 199)
Tritanopia (Blue-blind)
#DDC5C5 — rgb(221, 197, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 34%, 81%);
text
color: hsl(337, 34%, 81%);
border
border: 2px solid hsl(337, 34%, 81%);
gradient light
background: linear-gradient(to right, hsl(337, 34%, 100%), hsl(337, 34%, 81%));
gradient dark
background: linear-gradient(to right, hsl(337, 34%, 81%), hsl(337, 34%, 61%))
hex
background-color: #DFBECB;
tailwind
bg-[hsl(337,34%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 34%, 81%, 0.4);
css variable
--color-primary: hsl(337, 34%, 81%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 34%, 81%)?
HEX: #DFBECB | RGB: rgb(223, 190, 203) | CMYK: 0%, 15%, 9%, 13% | HSV: 336°, 15%, 87%. Copy any format from the conversion table above.
What colors go well with #DFBECB?
The complementary color is HSL(157, 34%, 81%). 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, 34%, 81%) in CSS?
As HSL: color: hsl(337, 34%, 81%); — As HEX: color: #DFBECB; — As RGB: color: rgb(223, 190, 203); — Tailwind CSS: bg-[hsl(337,34%,81%)] — CSS variable: --color-primary: hsl(337, 34%, 81%);