HSL(333, 40%, 38%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,40%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 40%, 38%) | color: hsl(333, 40%, 38%) | |
| HEX | #883A5D | color: #883A5D | |
| RGB | rgb(136, 58, 93) | color: rgb(136, 58, 93) | |
| CMYK | cmyk(0%, 57%, 32%, 47%) | — | |
| HSV | hsv(333, 57%, 53%) | — | |
| HWB | hwb(333 23% 47%) | color: hwb(333 23% 47%) | |
| OKLCH | oklch(0.4639 0.1138 354.36) | color: oklch(0.4639 0.1138 354.36) | |
| Lab | lab(36.08 37.29 -4.42) | color: lab(36.08 37.29 -4.42) | |
| LCH | lch(36.08 37.55 353.24) | color: lch(36.08 37.55 353.24) |
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)
#666655 — rgb(102, 102, 85)
Deuteranopia (Green-blind)
#6B7153 — rgb(107, 113, 83)
Tritanopia (Blue-blind)
#844E4C — rgb(132, 78, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 40%, 38%);
text
color: hsl(333, 40%, 38%);
border
border: 2px solid hsl(333, 40%, 38%);
gradient light
background: linear-gradient(to right, hsl(333, 40%, 58%), hsl(333, 40%, 38%));
gradient dark
background: linear-gradient(to right, hsl(333, 40%, 38%), hsl(333, 40%, 18%))
hex
background-color: #883A5D;
tailwind
bg-[hsl(333,40%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 40%, 38%, 0.4);
css variable
--color-primary: hsl(333, 40%, 38%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 40%, 38%)?
HEX: #883A5D | RGB: rgb(136, 58, 93) | CMYK: 0%, 57%, 32%, 47% | HSV: 333°, 57%, 53%. Copy any format from the conversion table above.
What colors go well with #883A5D?
The complementary color is HSL(153, 40%, 38%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 40%, 38%) in CSS?
As HSL: color: hsl(333, 40%, 38%); — As HEX: color: #883A5D; — As RGB: color: rgb(136, 58, 93); — Tailwind CSS: bg-[hsl(333,40%,38%)] — CSS variable: --color-primary: hsl(333, 40%, 38%);