HSL(343, 51%, 74%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(343,51%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(343, 51%, 74%) | color: hsl(343, 51%, 74%) | |
| HEX | #DF9BAE | color: #DF9BAE | |
| RGB | rgb(223, 155, 174) | color: rgb(223, 155, 174) | |
| CMYK | cmyk(0%, 30%, 22%, 13%) | — | |
| HSV | hsv(343, 30%, 87%) | — | |
| HWB | hwb(343 61% 13%) | color: hwb(343 61% 13%) | |
| OKLCH | oklch(0.7608 0.0845 1.01) | color: oklch(0.7608 0.0845 1.01) | |
| Lab | lab(71 28.07 0.42) | color: lab(71 28.07 0.42) | |
| LCH | lch(71 28.07 0.86) | color: lch(71 28.07 0.86) |
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)
#C2C1A9 — rgb(194, 193, 169)
Deuteranopia (Green-blind)
#C6CBA8 — rgb(198, 203, 168)
Tritanopia (Blue-blind)
#DCA6A5 — rgb(220, 166, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(343, 51%, 74%);
text
color: hsl(343, 51%, 74%);
border
border: 2px solid hsl(343, 51%, 74%);
gradient light
background: linear-gradient(to right, hsl(343, 51%, 94%), hsl(343, 51%, 74%));
gradient dark
background: linear-gradient(to right, hsl(343, 51%, 74%), hsl(343, 51%, 54%))
hex
background-color: #DF9BAE;
tailwind
bg-[hsl(343,51%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(343, 51%, 74%, 0.4);
css variable
--color-primary: hsl(343, 51%, 74%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(343, 51%, 74%)?
HEX: #DF9BAE | RGB: rgb(223, 155, 174) | CMYK: 0%, 30%, 22%, 13% | HSV: 343°, 30%, 87%. Copy any format from the conversion table above.
What colors go well with #DF9BAE?
The complementary color is HSL(163, 51%, 74%). For a triadic harmony, use hues 343°, 103°, and 223°. For analogous combinations, try hues 313° and 13°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(343, 51%, 74%) in CSS?
As HSL: color: hsl(343, 51%, 74%); — As HEX: color: #DF9BAE; — As RGB: color: rgb(223, 155, 174); — Tailwind CSS: bg-[hsl(343,51%,74%)] — CSS variable: --color-primary: hsl(343, 51%, 74%);