HSL(316, 70%, 38%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,70%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 70%, 38%) | color: hsl(316, 70%, 38%) | |
| HEX | #A51D81 | color: #A51D81 | |
| RGB | rgb(165, 29, 129) | color: rgb(165, 29, 129) | |
| CMYK | cmyk(0%, 82%, 22%, 35%) | — | |
| HSV | hsv(316, 82%, 65%) | — | |
| HWB | hwb(316 12% 35%) | color: hwb(316 12% 35%) | |
| OKLCH | oklch(0.4972 0.1944 341.74) | color: oklch(0.4972 0.1944 341.74) | |
| Lab | lab(38.66 61.37 -22.64) | color: lab(38.66 61.37 -22.64) | |
| LCH | lch(38.66 65.41 339.75) | color: lch(38.66 65.41 339.75) |
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)
#6A6969 — rgb(106, 105, 105)
Deuteranopia (Green-blind)
#727C63 — rgb(114, 124, 99)
Tritanopia (Blue-blind)
#9E5652 — rgb(158, 86, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 70%, 38%);
text
color: hsl(316, 70%, 38%);
border
border: 2px solid hsl(316, 70%, 38%);
gradient light
background: linear-gradient(to right, hsl(316, 70%, 58%), hsl(316, 70%, 38%));
gradient dark
background: linear-gradient(to right, hsl(316, 70%, 38%), hsl(316, 70%, 18%))
hex
background-color: #A51D81;
tailwind
bg-[hsl(316,70%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 70%, 38%, 0.4);
css variable
--color-primary: hsl(316, 70%, 38%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 70%, 38%)?
HEX: #A51D81 | RGB: rgb(165, 29, 129) | CMYK: 0%, 82%, 22%, 35% | HSV: 316°, 82%, 65%. Copy any format from the conversion table above.
What colors go well with #A51D81?
The complementary color is HSL(136, 70%, 38%). 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, 70%, 38%) in CSS?
As HSL: color: hsl(316, 70%, 38%); — As HEX: color: #A51D81; — As RGB: color: rgb(165, 29, 129); — Tailwind CSS: bg-[hsl(316,70%,38%)] — CSS variable: --color-primary: hsl(316, 70%, 38%);