HSL(318, 46%, 53%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(318,46%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(318, 46%, 53%) | color: hsl(318, 46%, 53%) | |
| HEX | #BE509D | color: #BE509D | |
| RGB | rgb(190, 80, 157) | color: rgb(190, 80, 157) | |
| CMYK | cmyk(0%, 58%, 17%, 25%) | — | |
| HSV | hsv(318, 58%, 75%) | — | |
| HWB | hwb(318 32% 25%) | color: hwb(318 32% 25%) | |
| OKLCH | oklch(0.5979 0.1667 340.8) | color: oklch(0.5979 0.1667 340.8) | |
| Lab | lab(50.83 53.1 -20.45) | color: lab(50.83 53.1 -20.45) | |
| LCH | lch(50.83 56.9 338.94) | color: lch(50.83 56.9 338.94) |
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)
#8E8D8A — rgb(142, 141, 138)
Deuteranopia (Green-blind)
#959D86 — rgb(149, 157, 134)
Tritanopia (Blue-blind)
#B97C78 — rgb(185, 124, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(318, 46%, 53%);
text
color: hsl(318, 46%, 53%);
border
border: 2px solid hsl(318, 46%, 53%);
gradient light
background: linear-gradient(to right, hsl(318, 46%, 73%), hsl(318, 46%, 53%));
gradient dark
background: linear-gradient(to right, hsl(318, 46%, 53%), hsl(318, 46%, 33%))
hex
background-color: #BE509D;
tailwind
bg-[hsl(318,46%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(318, 46%, 53%, 0.4);
css variable
--color-primary: hsl(318, 46%, 53%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(318, 46%, 53%)?
HEX: #BE509D | RGB: rgb(190, 80, 157) | CMYK: 0%, 58%, 17%, 25% | HSV: 318°, 58%, 75%. Copy any format from the conversion table above.
What colors go well with #BE509D?
The complementary color is HSL(138, 46%, 53%). For a triadic harmony, use hues 318°, 78°, and 198°. For analogous combinations, try hues 288° and 348°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(318, 46%, 53%) in CSS?
As HSL: color: hsl(318, 46%, 53%); — As HEX: color: #BE509D; — As RGB: color: rgb(190, 80, 157); — Tailwind CSS: bg-[hsl(318,46%,53%)] — CSS variable: --color-primary: hsl(318, 46%, 53%);