HSL(339, 20%, 61%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,20%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 20%, 61%) | color: hsl(339, 20%, 61%) | |
| HEX | #AF8896 | color: #AF8896 | |
| RGB | rgb(175, 136, 150) | color: rgb(175, 136, 150) | |
| CMYK | cmyk(0%, 22%, 14%, 31%) | — | |
| HSV | hsv(338, 22%, 69%) | — | |
| HWB | hwb(338 54% 31%) | color: hwb(338 54% 31%) | |
| OKLCH | oklch(0.6679 0.0511 355.13) | color: oklch(0.6679 0.0511 355.13) | |
| Lab | lab(60.72 17.12 -1.73) | color: lab(60.72 17.12 -1.73) | |
| LCH | lch(60.72 17.21 354.23) | color: lch(60.72 17.21 354.23) |
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)
#9E9E93 — rgb(158, 158, 147)
Deuteranopia (Green-blind)
#A0A392 — rgb(160, 163, 146)
Tritanopia (Blue-blind)
#AD908F — rgb(173, 144, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 20%, 61%);
text
color: hsl(339, 20%, 61%);
border
border: 2px solid hsl(339, 20%, 61%);
gradient light
background: linear-gradient(to right, hsl(339, 20%, 81%), hsl(339, 20%, 61%));
gradient dark
background: linear-gradient(to right, hsl(339, 20%, 61%), hsl(339, 20%, 41%))
hex
background-color: #AF8896;
tailwind
bg-[hsl(339,20%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 20%, 61%, 0.4);
css variable
--color-primary: hsl(339, 20%, 61%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 20%, 61%)?
HEX: #AF8896 | RGB: rgb(175, 136, 150) | CMYK: 0%, 22%, 14%, 31% | HSV: 338°, 22%, 69%. Copy any format from the conversion table above.
What colors go well with #AF8896?
The complementary color is HSL(159, 20%, 61%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 20%, 61%) in CSS?
As HSL: color: hsl(339, 20%, 61%); — As HEX: color: #AF8896; — As RGB: color: rgb(175, 136, 150); — Tailwind CSS: bg-[hsl(339,20%,61%)] — CSS variable: --color-primary: hsl(339, 20%, 61%);