HSL(292, 88%, 84%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(292,88%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 88%, 84%) | color: hsl(292, 88%, 84%) | |
| HEX | #F1B2FA | color: #F1B2FA | |
| RGB | rgb(241, 178, 250) | color: rgb(241, 178, 250) | |
| CMYK | cmyk(4%, 29%, 0%, 2%) | — | |
| HSV | hsv(293, 29%, 98%) | — | |
| HWB | hwb(293 70% 2%) | color: hwb(293 70% 2%) | |
| OKLCH | oklch(0.845 0.1186 322.25) | color: oklch(0.845 0.1186 322.25) | |
| Lab | lab(80.43 34.7 -26.75) | color: lab(80.43 34.7 -26.75) | |
| LCH | lch(80.43 43.81 322.37) | color: lch(80.43 43.81 322.37) |
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)
#D6D5E9 — rgb(214, 213, 233)
Deuteranopia (Green-blind)
#D9DEE4 — rgb(217, 222, 228)
Tritanopia (Blue-blind)
#EEDBD8 — rgb(238, 219, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 88%, 84%);
text
color: hsl(292, 88%, 84%);
border
border: 2px solid hsl(292, 88%, 84%);
gradient light
background: linear-gradient(to right, hsl(292, 88%, 100%), hsl(292, 88%, 84%));
gradient dark
background: linear-gradient(to right, hsl(292, 88%, 84%), hsl(292, 88%, 64%))
hex
background-color: #F1B2FA;
tailwind
bg-[hsl(292,88%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 88%, 84%, 0.4);
css variable
--color-primary: hsl(292, 88%, 84%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 88%, 84%)?
HEX: #F1B2FA | RGB: rgb(241, 178, 250) | CMYK: 4%, 29%, 0%, 2% | HSV: 293°, 29%, 98%. Copy any format from the conversion table above.
What colors go well with #F1B2FA?
The complementary color is HSL(112, 88%, 84%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(292, 88%, 84%) in CSS?
As HSL: color: hsl(292, 88%, 84%); — As HEX: color: #F1B2FA; — As RGB: color: rgb(241, 178, 250); — Tailwind CSS: bg-[hsl(292,88%,84%)] — CSS variable: --color-primary: hsl(292, 88%, 84%);