HSL(302, 100%, 85%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(302,100%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(302, 100%, 85%) | color: hsl(302, 100%, 85%) | |
| HEX | #FFB3FC | color: #FFB3FC | |
| RGB | rgb(255, 179, 252) | color: rgb(255, 179, 252) | |
| CMYK | cmyk(0%, 30%, 1%, 0%) | — | |
| HSV | hsv(302, 30%, 100%) | — | |
| HWB | hwb(302 70% 0%) | color: hwb(302 70% 0%) | |
| OKLCH | oklch(0.8613 0.1278 327.95) | color: oklch(0.8613 0.1278 327.95) | |
| Lab | lab(82.13 38.94 -25.1) | color: lab(82.13 38.94 -25.1) | |
| LCH | lch(82.13 46.33 327.19) | color: lch(82.13 46.33 327.19) |
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)
#DEDDEA — rgb(222, 221, 234)
Deuteranopia (Green-blind)
#E3E8E6 — rgb(227, 232, 230)
Tritanopia (Blue-blind)
#FBDCD9 — rgb(251, 220, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(302, 100%, 85%);
text
color: hsl(302, 100%, 85%);
border
border: 2px solid hsl(302, 100%, 85%);
gradient light
background: linear-gradient(to right, hsl(302, 100%, 100%), hsl(302, 100%, 85%));
gradient dark
background: linear-gradient(to right, hsl(302, 100%, 85%), hsl(302, 100%, 65%))
hex
background-color: #FFB3FC;
tailwind
bg-[hsl(302,100%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(302, 100%, 85%, 0.4);
css variable
--color-primary: hsl(302, 100%, 85%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(302, 100%, 85%)?
HEX: #FFB3FC | RGB: rgb(255, 179, 252) | CMYK: 0%, 30%, 1%, 0% | HSV: 302°, 30%, 100%. Copy any format from the conversion table above.
What colors go well with #FFB3FC?
The complementary color is HSL(122, 100%, 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, 100%, 85%) in CSS?
As HSL: color: hsl(302, 100%, 85%); — As HEX: color: #FFB3FC; — As RGB: color: rgb(255, 179, 252); — Tailwind CSS: bg-[hsl(302,100%,85%)] — CSS variable: --color-primary: hsl(302, 100%, 85%);