HSL(342, 43%, 62%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(342,43%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(342, 43%, 62%) | color: hsl(342, 43%, 62%) | |
| HEX | #C8748D | color: #C8748D | |
| RGB | rgb(200, 116, 141) | color: rgb(200, 116, 141) | |
| CMYK | cmyk(0%, 42%, 30%, 22%) | — | |
| HSV | hsv(342, 42%, 78%) | — | |
| HWB | hwb(342 45% 22%) | color: hwb(342 45% 22%) | |
| OKLCH | oklch(0.6579 0.109 1.39) | color: oklch(0.6579 0.109 1.39) | |
| Lab | lab(58.69 36 0.83) | color: lab(58.69 36 0.83) | |
| LCH | lch(58.69 36.01 1.32) | color: lch(58.69 36.01 1.32) |
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)
#A4A387 — rgb(164, 163, 135)
Deuteranopia (Green-blind)
#A9AF86 — rgb(169, 175, 134)
Tritanopia (Blue-blind)
#C48281 — rgb(196, 130, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(342, 43%, 62%);
text
color: hsl(342, 43%, 62%);
border
border: 2px solid hsl(342, 43%, 62%);
gradient light
background: linear-gradient(to right, hsl(342, 43%, 82%), hsl(342, 43%, 62%));
gradient dark
background: linear-gradient(to right, hsl(342, 43%, 62%), hsl(342, 43%, 42%))
hex
background-color: #C8748D;
tailwind
bg-[hsl(342,43%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(342, 43%, 62%, 0.4);
css variable
--color-primary: hsl(342, 43%, 62%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(342, 43%, 62%)?
HEX: #C8748D | RGB: rgb(200, 116, 141) | CMYK: 0%, 42%, 30%, 22% | HSV: 342°, 42%, 78%. Copy any format from the conversion table above.
What colors go well with #C8748D?
The complementary color is HSL(162, 43%, 62%). For a triadic harmony, use hues 342°, 102°, and 222°. For analogous combinations, try hues 312° and 12°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(342, 43%, 62%) in CSS?
As HSL: color: hsl(342, 43%, 62%); — As HEX: color: #C8748D; — As RGB: color: rgb(200, 116, 141); — Tailwind CSS: bg-[hsl(342,43%,62%)] — CSS variable: --color-primary: hsl(342, 43%, 62%);