HSL(338, 48%, 35%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(338,48%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(338, 48%, 35%) | color: hsl(338, 48%, 35%) | |
| HEX | #842E4E | color: #842E4E | |
| RGB | rgb(132, 46, 78) | color: rgb(132, 46, 78) | |
| CMYK | cmyk(0%, 65%, 41%, 48%) | — | |
| HSV | hsv(338, 65%, 52%) | — | |
| HWB | hwb(338 18% 48%) | color: hwb(338 18% 48%) | |
| OKLCH | oklch(0.4359 0.1219 0.47) | color: oklch(0.4359 0.1219 0.47) | |
| Lab | lab(32.72 39.89 0.2) | color: lab(32.72 39.89 0.2) | |
| LCH | lch(32.72 39.89 0.29) | color: lch(32.72 39.89 0.29) |
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)
#5F5E46 — rgb(95, 94, 70)
Deuteranopia (Green-blind)
#646A44 — rgb(100, 106, 68)
Tritanopia (Blue-blind)
#80403F — rgb(128, 64, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(338, 48%, 35%);
text
color: hsl(338, 48%, 35%);
border
border: 2px solid hsl(338, 48%, 35%);
gradient light
background: linear-gradient(to right, hsl(338, 48%, 55%), hsl(338, 48%, 35%));
gradient dark
background: linear-gradient(to right, hsl(338, 48%, 35%), hsl(338, 48%, 15%))
hex
background-color: #842E4E;
tailwind
bg-[hsl(338,48%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(338, 48%, 35%, 0.4);
css variable
--color-primary: hsl(338, 48%, 35%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(338, 48%, 35%)?
HEX: #842E4E | RGB: rgb(132, 46, 78) | CMYK: 0%, 65%, 41%, 48% | HSV: 338°, 65%, 52%. Copy any format from the conversion table above.
What colors go well with #842E4E?
The complementary color is HSL(158, 48%, 35%). For a triadic harmony, use hues 338°, 98°, and 218°. For analogous combinations, try hues 308° and 8°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(338, 48%, 35%) in CSS?
As HSL: color: hsl(338, 48%, 35%); — As HEX: color: #842E4E; — As RGB: color: rgb(132, 46, 78); — Tailwind CSS: bg-[hsl(338,48%,35%)] — CSS variable: --color-primary: hsl(338, 48%, 35%);