HSL(313, 72%, 44%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(313,72%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(313, 72%, 44%) | color: hsl(313, 72%, 44%) | |
| HEX | #C11F9E | color: #C11F9E | |
| RGB | rgb(193, 31, 158) | color: rgb(193, 31, 158) | |
| CMYK | cmyk(0%, 84%, 18%, 24%) | — | |
| HSV | hsv(313, 84%, 76%) | — | |
| HWB | hwb(313 12% 24%) | color: hwb(313 12% 24%) | |
| OKLCH | oklch(0.559 0.226 339.27) | color: oklch(0.559 0.226 339.27) | |
| Lab | lab(45.34 70.85 -29.5) | color: lab(45.34 70.85 -29.5) | |
| LCH | lch(45.34 76.75 337.39) | color: lch(45.34 76.75 337.39) |
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)
#7B797F — rgb(123, 121, 127)
Deuteranopia (Green-blind)
#849078 — rgb(132, 144, 120)
Tritanopia (Blue-blind)
#B96762 — rgb(185, 103, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(313, 72%, 44%);
text
color: hsl(313, 72%, 44%);
border
border: 2px solid hsl(313, 72%, 44%);
gradient light
background: linear-gradient(to right, hsl(313, 72%, 64%), hsl(313, 72%, 44%));
gradient dark
background: linear-gradient(to right, hsl(313, 72%, 44%), hsl(313, 72%, 24%))
hex
background-color: #C11F9E;
tailwind
bg-[hsl(313,72%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(313, 72%, 44%, 0.4);
css variable
--color-primary: hsl(313, 72%, 44%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(313, 72%, 44%)?
HEX: #C11F9E | RGB: rgb(193, 31, 158) | CMYK: 0%, 84%, 18%, 24% | HSV: 313°, 84%, 76%. Copy any format from the conversion table above.
What colors go well with #C11F9E?
The complementary color is HSL(133, 72%, 44%). For a triadic harmony, use hues 313°, 73°, and 193°. For analogous combinations, try hues 283° and 343°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(313, 72%, 44%) in CSS?
As HSL: color: hsl(313, 72%, 44%); — As HEX: color: #C11F9E; — As RGB: color: rgb(193, 31, 158); — Tailwind CSS: bg-[hsl(313,72%,44%)] — CSS variable: --color-primary: hsl(313, 72%, 44%);