HSL(295, 92%, 77%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(295,92%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(295, 92%, 77%) | color: hsl(295, 92%, 77%) | |
| HEX | #F18EFA | color: #F18EFA | |
| RGB | rgb(241, 142, 250) | color: rgb(241, 142, 250) | |
| CMYK | cmyk(4%, 43%, 0%, 2%) | — | |
| HSV | hsv(295, 43%, 98%) | — | |
| HWB | hwb(295 56% 2%) | color: hwb(295 56% 2%) | |
| OKLCH | oklch(0.7879 0.1796 324.04) | color: oklch(0.7879 0.1796 324.04) | |
| Lab | lab(72.86 53.4 -38.42) | color: lab(72.86 53.4 -38.42) | |
| LCH | lch(72.86 65.78 324.27) | color: lch(72.86 65.78 324.27) |
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)
#C6C5E0 — rgb(198, 197, 224)
Deuteranopia (Green-blind)
#CCD3DA — rgb(204, 211, 218)
Tritanopia (Blue-blind)
#ECCBC7 — rgb(236, 203, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(295, 92%, 77%);
text
color: hsl(295, 92%, 77%);
border
border: 2px solid hsl(295, 92%, 77%);
gradient light
background: linear-gradient(to right, hsl(295, 92%, 97%), hsl(295, 92%, 77%));
gradient dark
background: linear-gradient(to right, hsl(295, 92%, 77%), hsl(295, 92%, 57%))
hex
background-color: #F18EFA;
tailwind
bg-[hsl(295,92%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(295, 92%, 77%, 0.4);
css variable
--color-primary: hsl(295, 92%, 77%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(295, 92%, 77%)?
HEX: #F18EFA | RGB: rgb(241, 142, 250) | CMYK: 4%, 43%, 0%, 2% | HSV: 295°, 43%, 98%. Copy any format from the conversion table above.
What colors go well with #F18EFA?
The complementary color is HSL(115, 92%, 77%). For a triadic harmony, use hues 295°, 55°, and 175°. For analogous combinations, try hues 265° and 325°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(295, 92%, 77%) in CSS?
As HSL: color: hsl(295, 92%, 77%); — As HEX: color: #F18EFA; — As RGB: color: rgb(241, 142, 250); — Tailwind CSS: bg-[hsl(295,92%,77%)] — CSS variable: --color-primary: hsl(295, 92%, 77%);