HSL(344, 41%, 61%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(344,41%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(344, 41%, 61%) | color: hsl(344, 41%, 61%) | |
| HEX | #C47389 | color: #C47389 | |
| RGB | rgb(196, 115, 137) | color: rgb(196, 115, 137) | |
| CMYK | cmyk(0%, 41%, 30%, 23%) | — | |
| HSV | hsv(344, 41%, 77%) | — | |
| HWB | hwb(344 45% 23%) | color: hwb(344 45% 23%) | |
| OKLCH | oklch(0.6501 0.1048 2.92) | color: oklch(0.6501 0.1048 2.92) | |
| Lab | lab(57.85 34.55 1.86) | color: lab(57.85 34.55 1.86) | |
| LCH | lch(57.85 34.6 3.08) | color: lch(57.85 34.6 3.08) |
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)
#A1A084 — rgb(161, 160, 132)
Deuteranopia (Green-blind)
#A6AC82 — rgb(166, 172, 130)
Tritanopia (Blue-blind)
#C07F7F — rgb(192, 127, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(344, 41%, 61%);
text
color: hsl(344, 41%, 61%);
border
border: 2px solid hsl(344, 41%, 61%);
gradient light
background: linear-gradient(to right, hsl(344, 41%, 81%), hsl(344, 41%, 61%));
gradient dark
background: linear-gradient(to right, hsl(344, 41%, 61%), hsl(344, 41%, 41%))
hex
background-color: #C47389;
tailwind
bg-[hsl(344,41%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(344, 41%, 61%, 0.4);
css variable
--color-primary: hsl(344, 41%, 61%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(344, 41%, 61%)?
HEX: #C47389 | RGB: rgb(196, 115, 137) | CMYK: 0%, 41%, 30%, 23% | HSV: 344°, 41%, 77%. Copy any format from the conversion table above.
What colors go well with #C47389?
The complementary color is HSL(164, 41%, 61%). For a triadic harmony, use hues 344°, 104°, and 224°. For analogous combinations, try hues 314° and 14°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(344, 41%, 61%) in CSS?
As HSL: color: hsl(344, 41%, 61%); — As HEX: color: #C47389; — As RGB: color: rgb(196, 115, 137); — Tailwind CSS: bg-[hsl(344,41%,61%)] — CSS variable: --color-primary: hsl(344, 41%, 61%);