HSL(343, 24%, 41%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(343,24%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(343, 24%, 41%) | color: hsl(343, 24%, 41%) | |
| HEX | #824F5E | color: #824F5E | |
| RGB | rgb(130, 79, 94) | color: rgb(130, 79, 94) | |
| CMYK | cmyk(0%, 39%, 28%, 49%) | — | |
| HSV | hsv(342, 39%, 51%) | — | |
| HWB | hwb(342 31% 49%) | color: hwb(342 31% 49%) | |
| OKLCH | oklch(0.4904 0.0712 1.02) | color: oklch(0.4904 0.0712 1.02) | |
| Lab | lab(39.83 23.57 0.36) | color: lab(39.83 23.57 0.36) | |
| LCH | lch(39.83 23.57 0.88) | color: lch(39.83 23.57 0.88) |
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)
#6C6B5A — rgb(108, 107, 90)
Deuteranopia (Green-blind)
#6F735A — rgb(111, 115, 90)
Tritanopia (Blue-blind)
#7F5857 — rgb(127, 88, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(343, 24%, 41%);
text
color: hsl(343, 24%, 41%);
border
border: 2px solid hsl(343, 24%, 41%);
gradient light
background: linear-gradient(to right, hsl(343, 24%, 61%), hsl(343, 24%, 41%));
gradient dark
background: linear-gradient(to right, hsl(343, 24%, 41%), hsl(343, 24%, 21%))
hex
background-color: #824F5E;
tailwind
bg-[hsl(343,24%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(343, 24%, 41%, 0.4);
css variable
--color-primary: hsl(343, 24%, 41%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(343, 24%, 41%)?
HEX: #824F5E | RGB: rgb(130, 79, 94) | CMYK: 0%, 39%, 28%, 49% | HSV: 342°, 39%, 51%. Copy any format from the conversion table above.
What colors go well with #824F5E?
The complementary color is HSL(163, 24%, 41%). 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, 24%, 41%) in CSS?
As HSL: color: hsl(343, 24%, 41%); — As HEX: color: #824F5E; — As RGB: color: rgb(130, 79, 94); — Tailwind CSS: bg-[hsl(343,24%,41%)] — CSS variable: --color-primary: hsl(343, 24%, 41%);