HSL(316, 99%, 38%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,99%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 99%, 38%) | color: hsl(316, 99%, 38%) | |
| HEX | #C1018E | color: #C1018E | |
| RGB | rgb(193, 1, 142) | color: rgb(193, 1, 142) | |
| CMYK | cmyk(0%, 99%, 26%, 24%) | — | |
| HSV | hsv(316, 99%, 76%) | — | |
| HWB | hwb(316 1% 24%) | color: hwb(316 1% 24%) | |
| OKLCH | oklch(0.5415 0.2304 344.44) | color: oklch(0.5415 0.2304 344.44) | |
| Lab | lab(43.23 72.9 -23.12) | color: lab(43.23 72.9 -23.12) | |
| LCH | lch(43.23 76.48 342.4) | color: lch(43.23 76.48 342.4) |
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)
#6E6C6C — rgb(110, 108, 108)
Deuteranopia (Green-blind)
#798764 — rgb(121, 135, 100)
Tritanopia (Blue-blind)
#B7514B — rgb(183, 81, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 99%, 38%);
text
color: hsl(316, 99%, 38%);
border
border: 2px solid hsl(316, 99%, 38%);
gradient light
background: linear-gradient(to right, hsl(316, 99%, 58%), hsl(316, 99%, 38%));
gradient dark
background: linear-gradient(to right, hsl(316, 99%, 38%), hsl(316, 99%, 18%))
hex
background-color: #C1018E;
tailwind
bg-[hsl(316,99%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 99%, 38%, 0.4);
css variable
--color-primary: hsl(316, 99%, 38%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 99%, 38%)?
HEX: #C1018E | RGB: rgb(193, 1, 142) | CMYK: 0%, 99%, 26%, 24% | HSV: 316°, 99%, 76%. Copy any format from the conversion table above.
What colors go well with #C1018E?
The complementary color is HSL(136, 99%, 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, 99%, 38%) in CSS?
As HSL: color: hsl(316, 99%, 38%); — As HEX: color: #C1018E; — As RGB: color: rgb(193, 1, 142); — Tailwind CSS: bg-[hsl(316,99%,38%)] — CSS variable: --color-primary: hsl(316, 99%, 38%);