HSL(316, 99%, 15%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,99%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 99%, 15%) | color: hsl(316, 99%, 15%) | |
| HEX | #4C0038 | color: #4C0038 | |
| RGB | rgb(76, 0, 56) | color: rgb(76, 0, 56) | |
| CMYK | cmyk(0%, 100%, 26%, 70%) | — | |
| HSV | hsv(316, 100%, 30%) | — | |
| HWB | hwb(316 0% 70%) | color: hwb(316 0% 70%) | |
| OKLCH | oklch(0.2792 0.1199 342.67) | color: oklch(0.2792 0.1199 342.67) | |
| Lab | lab(14.53 37.79 -13.28) | color: lab(14.53 37.79 -13.28) | |
| LCH | lch(14.53 40.06 340.64) | color: lch(14.53 40.06 340.64) |
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)
#2B2A2A — rgb(43, 42, 42)
Deuteranopia (Green-blind)
#303527 — rgb(48, 53, 39)
Tritanopia (Blue-blind)
#48201D — rgb(72, 32, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 99%, 15%);
text
color: hsl(316, 99%, 15%);
border
border: 2px solid hsl(316, 99%, 15%);
gradient light
background: linear-gradient(to right, hsl(316, 99%, 35%), hsl(316, 99%, 15%));
gradient dark
background: linear-gradient(to right, hsl(316, 99%, 15%), hsl(316, 99%, 0%))
hex
background-color: #4C0038;
tailwind
bg-[hsl(316,99%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 99%, 15%, 0.4);
css variable
--color-primary: hsl(316, 99%, 15%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 99%, 15%)?
HEX: #4C0038 | RGB: rgb(76, 0, 56) | CMYK: 0%, 100%, 26%, 70% | HSV: 316°, 100%, 30%. Copy any format from the conversion table above.
What colors go well with #4C0038?
The complementary color is HSL(136, 99%, 15%). 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%, 15%) in CSS?
As HSL: color: hsl(316, 99%, 15%); — As HEX: color: #4C0038; — As RGB: color: rgb(76, 0, 56); — Tailwind CSS: bg-[hsl(316,99%,15%)] — CSS variable: --color-primary: hsl(316, 99%, 15%);