HSL(342, 23%, 63%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(342,23%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(342, 23%, 63%) | color: hsl(342, 23%, 63%) | |
| HEX | #B68B98 | color: #B68B98 | |
| RGB | rgb(182, 139, 152) | color: rgb(182, 139, 152) | |
| CMYK | cmyk(0%, 24%, 16%, 29%) | — | |
| HSV | hsv(342, 24%, 71%) | — | |
| HWB | hwb(342 54% 29%) | color: hwb(342 54% 29%) | |
| OKLCH | oklch(0.6815 0.055 358.74) | color: oklch(0.6815 0.055 358.74) | |
| Lab | lab(62.24 18.38 -0.56) | color: lab(62.24 18.38 -0.56) | |
| LCH | lch(62.24 18.39 358.25) | color: lch(62.24 18.39 358.25) |
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)
#A3A395 — rgb(163, 163, 149)
Deuteranopia (Green-blind)
#A6A994 — rgb(166, 169, 148)
Tritanopia (Blue-blind)
#B49292 — rgb(180, 146, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(342, 23%, 63%);
text
color: hsl(342, 23%, 63%);
border
border: 2px solid hsl(342, 23%, 63%);
gradient light
background: linear-gradient(to right, hsl(342, 23%, 83%), hsl(342, 23%, 63%));
gradient dark
background: linear-gradient(to right, hsl(342, 23%, 63%), hsl(342, 23%, 43%))
hex
background-color: #B68B98;
tailwind
bg-[hsl(342,23%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(342, 23%, 63%, 0.4);
css variable
--color-primary: hsl(342, 23%, 63%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(342, 23%, 63%)?
HEX: #B68B98 | RGB: rgb(182, 139, 152) | CMYK: 0%, 24%, 16%, 29% | HSV: 342°, 24%, 71%. Copy any format from the conversion table above.
What colors go well with #B68B98?
The complementary color is HSL(162, 23%, 63%). 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, 23%, 63%) in CSS?
As HSL: color: hsl(342, 23%, 63%); — As HEX: color: #B68B98; — As RGB: color: rgb(182, 139, 152); — Tailwind CSS: bg-[hsl(342,23%,63%)] — CSS variable: --color-primary: hsl(342, 23%, 63%);