HSL(302, 64%, 85%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(302,64%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(302, 64%, 85%) | color: hsl(302, 64%, 85%) | |
| HEX | #F1C0F0 | color: #F1C0F0 | |
| RGB | rgb(241, 192, 240) | color: rgb(241, 192, 240) | |
| CMYK | cmyk(0%, 20%, 0%, 5%) | — | |
| HSV | hsv(301, 20%, 95%) | — | |
| HWB | hwb(301 76% 5%) | color: hwb(301 76% 5%) | |
| OKLCH | oklch(0.8657 0.0839 326.92) | color: oklch(0.8657 0.0839 326.92) | |
| Lab | lab(83.28 25.42 -17.07) | color: lab(83.28 25.42 -17.07) | |
| LCH | lch(83.28 30.62 326.12) | color: lch(83.28 30.62 326.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)
#DCDBE4 — rgb(220, 219, 228)
Deuteranopia (Green-blind)
#DFE2E2 — rgb(223, 226, 226)
Tritanopia (Blue-blind)
#EFDBD9 — rgb(239, 219, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(302, 64%, 85%);
text
color: hsl(302, 64%, 85%);
border
border: 2px solid hsl(302, 64%, 85%);
gradient light
background: linear-gradient(to right, hsl(302, 64%, 100%), hsl(302, 64%, 85%));
gradient dark
background: linear-gradient(to right, hsl(302, 64%, 85%), hsl(302, 64%, 65%))
hex
background-color: #F1C0F0;
tailwind
bg-[hsl(302,64%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(302, 64%, 85%, 0.4);
css variable
--color-primary: hsl(302, 64%, 85%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(302, 64%, 85%)?
HEX: #F1C0F0 | RGB: rgb(241, 192, 240) | CMYK: 0%, 20%, 0%, 5% | HSV: 301°, 20%, 95%. Copy any format from the conversion table above.
What colors go well with #F1C0F0?
The complementary color is HSL(122, 64%, 85%). For a triadic harmony, use hues 302°, 62°, and 182°. For analogous combinations, try hues 272° and 332°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(302, 64%, 85%) in CSS?
As HSL: color: hsl(302, 64%, 85%); — As HEX: color: #F1C0F0; — As RGB: color: rgb(241, 192, 240); — Tailwind CSS: bg-[hsl(302,64%,85%)] — CSS variable: --color-primary: hsl(302, 64%, 85%);