HSL(339, 21%, 28%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,21%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 21%, 28%) | color: hsl(339, 21%, 28%) | |
| HEX | #563843 | color: #563843 | |
| RGB | rgb(86, 56, 67) | color: rgb(86, 56, 67) | |
| CMYK | cmyk(0%, 35%, 22%, 66%) | — | |
| HSV | hsv(338, 35%, 34%) | — | |
| HWB | hwb(338 22% 66%) | color: hwb(338 22% 66%) | |
| OKLCH | oklch(0.3794 0.0456 355.83) | color: oklch(0.3794 0.0456 355.83) | |
| Lab | lab(27.33 15.2 -1.34) | color: lab(27.33 15.2 -1.34) | |
| LCH | lch(27.33 15.26 354.96) | color: lch(27.33 15.26 354.96) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#494940 — rgb(73, 73, 64)
Deuteranopia (Green-blind)
#4B4D40 — rgb(75, 77, 64)
Tritanopia (Blue-blind)
#553E3E — rgb(85, 62, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 21%, 28%);
text
color: hsl(339, 21%, 28%);
border
border: 2px solid hsl(339, 21%, 28%);
gradient light
background: linear-gradient(to right, hsl(339, 21%, 48%), hsl(339, 21%, 28%));
gradient dark
background: linear-gradient(to right, hsl(339, 21%, 28%), hsl(339, 21%, 8%))
hex
background-color: #563843;
tailwind
bg-[hsl(339,21%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 21%, 28%, 0.4);
css variable
--color-primary: hsl(339, 21%, 28%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 21%, 28%)?
HEX: #563843 | RGB: rgb(86, 56, 67) | CMYK: 0%, 35%, 22%, 66% | HSV: 338°, 35%, 34%. Copy any format from the conversion table above.
What colors go well with #563843?
The complementary color is HSL(159, 21%, 28%). 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, 21%, 28%) in CSS?
As HSL: color: hsl(339, 21%, 28%); — As HEX: color: #563843; — As RGB: color: rgb(86, 56, 67); — Tailwind CSS: bg-[hsl(339,21%,28%)] — CSS variable: --color-primary: hsl(339, 21%, 28%);