HSL(316, 99%, 17%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,99%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 99%, 17%) | color: hsl(316, 99%, 17%) | |
| HEX | #56003F | color: #56003F | |
| RGB | rgb(86, 0, 63) | color: rgb(86, 0, 63) | |
| CMYK | cmyk(0%, 100%, 27%, 66%) | — | |
| HSV | hsv(316, 100%, 34%) | — | |
| HWB | hwb(316 0% 66%) | color: hwb(316 0% 66%) | |
| OKLCH | oklch(0.3034 0.13 343.23) | color: oklch(0.3034 0.13 343.23) | |
| Lab | lab(17.17 41.01 -13.97) | color: lab(17.17 41.01 -13.97) | |
| LCH | lch(17.17 43.32 341.19) | color: lch(17.17 43.32 341.19) |
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)
#313030 — rgb(49, 48, 48)
Deuteranopia (Green-blind)
#363C2C — rgb(54, 60, 44)
Tritanopia (Blue-blind)
#522421 — rgb(82, 36, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 99%, 17%);
text
color: hsl(316, 99%, 17%);
border
border: 2px solid hsl(316, 99%, 17%);
gradient light
background: linear-gradient(to right, hsl(316, 99%, 37%), hsl(316, 99%, 17%));
gradient dark
background: linear-gradient(to right, hsl(316, 99%, 17%), hsl(316, 99%, 0%))
hex
background-color: #56003F;
tailwind
bg-[hsl(316,99%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 99%, 17%, 0.4);
css variable
--color-primary: hsl(316, 99%, 17%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 99%, 17%)?
HEX: #56003F | RGB: rgb(86, 0, 63) | CMYK: 0%, 100%, 27%, 66% | HSV: 316°, 100%, 34%. Copy any format from the conversion table above.
What colors go well with #56003F?
The complementary color is HSL(136, 99%, 17%). 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, 99%, 17%) in CSS?
As HSL: color: hsl(316, 99%, 17%); — As HEX: color: #56003F; — As RGB: color: rgb(86, 0, 63); — Tailwind CSS: bg-[hsl(316,99%,17%)] — CSS variable: --color-primary: hsl(316, 99%, 17%);