HSL(311, 86%, 72%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(311,86%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(311, 86%, 72%) | color: hsl(311, 86%, 72%) | |
| HEX | #F57ADE | color: #F57ADE | |
| RGB | rgb(245, 122, 222) | color: rgb(245, 122, 222) | |
| CMYK | cmyk(0%, 50%, 9%, 4%) | — | |
| HSV | hsv(311, 50%, 96%) | — | |
| HWB | hwb(311 48% 4%) | color: hwb(311 48% 4%) | |
| OKLCH | oklch(0.7525 0.1901 334.87) | color: oklch(0.7525 0.1901 334.87) | |
| Lab | lab(68.47 59.53 -29.81) | color: lab(68.47 59.53 -29.81) | |
| LCH | lch(68.47 66.58 333.4) | color: lch(68.47 66.58 333.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#C0BFC6 — rgb(192, 191, 198)
Deuteranopia (Green-blind)
#C7D0C0 — rgb(199, 208, 192)
Tritanopia (Blue-blind)
#EFB3AF — rgb(239, 179, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(311, 86%, 72%);
text
color: hsl(311, 86%, 72%);
border
border: 2px solid hsl(311, 86%, 72%);
gradient light
background: linear-gradient(to right, hsl(311, 86%, 92%), hsl(311, 86%, 72%));
gradient dark
background: linear-gradient(to right, hsl(311, 86%, 72%), hsl(311, 86%, 52%))
hex
background-color: #F57ADE;
tailwind
bg-[hsl(311,86%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(311, 86%, 72%, 0.4);
css variable
--color-primary: hsl(311, 86%, 72%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(311, 86%, 72%)?
HEX: #F57ADE | RGB: rgb(245, 122, 222) | CMYK: 0%, 50%, 9%, 4% | HSV: 311°, 50%, 96%. Copy any format from the conversion table above.
What colors go well with #F57ADE?
The complementary color is HSL(131, 86%, 72%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(311, 86%, 72%) in CSS?
As HSL: color: hsl(311, 86%, 72%); — As HEX: color: #F57ADE; — As RGB: color: rgb(245, 122, 222); — Tailwind CSS: bg-[hsl(311,86%,72%)] — CSS variable: --color-primary: hsl(311, 86%, 72%);