HSL(313, 94%, 82%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(313,94%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(313, 94%, 82%) | color: hsl(313, 94%, 82%) | |
| HEX | #FCA6EA | color: #FCA6EA | |
| RGB | rgb(252, 166, 234) | color: rgb(252, 166, 234) | |
| CMYK | cmyk(0%, 34%, 7%, 1%) | — | |
| HSV | hsv(313, 34%, 99%) | — | |
| HWB | hwb(313 65% 1%) | color: hwb(313 65% 1%) | |
| OKLCH | oklch(0.8304 0.132 334.59) | color: oklch(0.8304 0.132 334.59) | |
| Lab | lab(78.41 41.63 -21.1) | color: lab(78.41 41.63 -21.1) | |
| LCH | lch(78.41 46.67 333.12) | color: lch(78.41 46.67 333.12) |
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)
#D7D6DA — rgb(215, 214, 218)
Deuteranopia (Green-blind)
#DCE2D6 — rgb(220, 226, 214)
Tritanopia (Blue-blind)
#F8CDCA — rgb(248, 205, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(313, 94%, 82%);
text
color: hsl(313, 94%, 82%);
border
border: 2px solid hsl(313, 94%, 82%);
gradient light
background: linear-gradient(to right, hsl(313, 94%, 100%), hsl(313, 94%, 82%));
gradient dark
background: linear-gradient(to right, hsl(313, 94%, 82%), hsl(313, 94%, 62%))
hex
background-color: #FCA6EA;
tailwind
bg-[hsl(313,94%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(313, 94%, 82%, 0.4);
css variable
--color-primary: hsl(313, 94%, 82%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(313, 94%, 82%)?
HEX: #FCA6EA | RGB: rgb(252, 166, 234) | CMYK: 0%, 34%, 7%, 1% | HSV: 313°, 34%, 99%. Copy any format from the conversion table above.
What colors go well with #FCA6EA?
The complementary color is HSL(133, 94%, 82%). 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, 94%, 82%) in CSS?
As HSL: color: hsl(313, 94%, 82%); — As HEX: color: #FCA6EA; — As RGB: color: rgb(252, 166, 234); — Tailwind CSS: bg-[hsl(313,94%,82%)] — CSS variable: --color-primary: hsl(313, 94%, 82%);