HSL(341, 19%, 36%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(341,19%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 19%, 36%) | color: hsl(341, 19%, 36%) | |
| HEX | #6D4A55 | color: #6D4A55 | |
| RGB | rgb(109, 74, 85) | color: rgb(109, 74, 85) | |
| CMYK | cmyk(0%, 32%, 22%, 57%) | — | |
| HSV | hsv(341, 32%, 43%) | — | |
| HWB | hwb(341 29% 57%) | color: hwb(341 29% 57%) | |
| OKLCH | oklch(0.4513 0.0501 358.81) | color: oklch(0.4513 0.0501 358.81) | |
| Lab | lab(35.61 16.67 -0.48) | color: lab(35.61 16.67 -0.48) | |
| LCH | lch(35.61 16.68 358.35) | color: lch(35.61 16.68 358.35) |
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)
#5E5E52 — rgb(94, 94, 82)
Deuteranopia (Green-blind)
#606352 — rgb(96, 99, 82)
Tritanopia (Blue-blind)
#6B5050 — rgb(107, 80, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 19%, 36%);
text
color: hsl(341, 19%, 36%);
border
border: 2px solid hsl(341, 19%, 36%);
gradient light
background: linear-gradient(to right, hsl(341, 19%, 56%), hsl(341, 19%, 36%));
gradient dark
background: linear-gradient(to right, hsl(341, 19%, 36%), hsl(341, 19%, 16%))
hex
background-color: #6D4A55;
tailwind
bg-[hsl(341,19%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 19%, 36%, 0.4);
css variable
--color-primary: hsl(341, 19%, 36%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 19%, 36%)?
HEX: #6D4A55 | RGB: rgb(109, 74, 85) | CMYK: 0%, 32%, 22%, 57% | HSV: 341°, 32%, 43%. Copy any format from the conversion table above.
What colors go well with #6D4A55?
The complementary color is HSL(161, 19%, 36%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 19%, 36%) in CSS?
As HSL: color: hsl(341, 19%, 36%); — As HEX: color: #6D4A55; — As RGB: color: rgb(109, 74, 85); — Tailwind CSS: bg-[hsl(341,19%,36%)] — CSS variable: --color-primary: hsl(341, 19%, 36%);