HSL(338, 24%, 32%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(338,24%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(338, 24%, 32%) | color: hsl(338, 24%, 32%) | |
| HEX | #653E4C | color: #653E4C | |
| RGB | rgb(101, 62, 76) | color: rgb(101, 62, 76) | |
| CMYK | cmyk(0%, 39%, 25%, 60%) | — | |
| HSV | hsv(338, 39%, 40%) | — | |
| HWB | hwb(338 24% 60%) | color: hwb(338 24% 60%) | |
| OKLCH | oklch(0.4143 0.0579 356.83) | color: oklch(0.4143 0.0579 356.83) | |
| Lab | lab(31.19 19.24 -1.32) | color: lab(31.19 19.24 -1.32) | |
| LCH | lch(31.19 19.29 356.08) | color: lch(31.19 19.29 356.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#545449 — rgb(84, 84, 73)
Deuteranopia (Green-blind)
#565948 — rgb(86, 89, 72)
Tritanopia (Blue-blind)
#634645 — rgb(99, 70, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(338, 24%, 32%);
text
color: hsl(338, 24%, 32%);
border
border: 2px solid hsl(338, 24%, 32%);
gradient light
background: linear-gradient(to right, hsl(338, 24%, 52%), hsl(338, 24%, 32%));
gradient dark
background: linear-gradient(to right, hsl(338, 24%, 32%), hsl(338, 24%, 12%))
hex
background-color: #653E4C;
tailwind
bg-[hsl(338,24%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(338, 24%, 32%, 0.4);
css variable
--color-primary: hsl(338, 24%, 32%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(338, 24%, 32%)?
HEX: #653E4C | RGB: rgb(101, 62, 76) | CMYK: 0%, 39%, 25%, 60% | HSV: 338°, 39%, 40%. Copy any format from the conversion table above.
What colors go well with #653E4C?
The complementary color is HSL(158, 24%, 32%). 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, 24%, 32%) in CSS?
As HSL: color: hsl(338, 24%, 32%); — As HEX: color: #653E4C; — As RGB: color: rgb(101, 62, 76); — Tailwind CSS: bg-[hsl(338,24%,32%)] — CSS variable: --color-primary: hsl(338, 24%, 32%);