HSL(316, 63%, 18%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,63%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 63%, 18%) | color: hsl(316, 63%, 18%) | |
| HEX | #4B113B | color: #4B113B | |
| RGB | rgb(75, 17, 59) | color: rgb(75, 17, 59) | |
| CMYK | cmyk(0%, 77%, 21%, 71%) | — | |
| HSV | hsv(317, 77%, 29%) | — | |
| HWB | hwb(317 7% 71%) | color: hwb(317 7% 71%) | |
| OKLCH | oklch(0.2941 0.101 340.92) | color: oklch(0.2941 0.101 340.92) | |
| Lab | lab(16.57 31.96 -12.27) | color: lab(16.57 31.96 -12.27) | |
| LCH | lch(16.57 34.23 339) | color: lch(16.57 34.23 339) |
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)
#323131 — rgb(50, 49, 49)
Deuteranopia (Green-blind)
#353A2E — rgb(53, 58, 46)
Tritanopia (Blue-blind)
#482927 — rgb(72, 41, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 63%, 18%);
text
color: hsl(316, 63%, 18%);
border
border: 2px solid hsl(316, 63%, 18%);
gradient light
background: linear-gradient(to right, hsl(316, 63%, 38%), hsl(316, 63%, 18%));
gradient dark
background: linear-gradient(to right, hsl(316, 63%, 18%), hsl(316, 63%, 0%))
hex
background-color: #4B113B;
tailwind
bg-[hsl(316,63%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 63%, 18%, 0.4);
css variable
--color-primary: hsl(316, 63%, 18%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 63%, 18%)?
HEX: #4B113B | RGB: rgb(75, 17, 59) | CMYK: 0%, 77%, 21%, 71% | HSV: 317°, 77%, 29%. Copy any format from the conversion table above.
What colors go well with #4B113B?
The complementary color is HSL(136, 63%, 18%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 63%, 18%) in CSS?
As HSL: color: hsl(316, 63%, 18%); — As HEX: color: #4B113B; — As RGB: color: rgb(75, 17, 59); — Tailwind CSS: bg-[hsl(316,63%,18%)] — CSS variable: --color-primary: hsl(316, 63%, 18%);