HSL(306, 99%, 85%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(306,99%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(306, 99%, 85%) | color: hsl(306, 99%, 85%) | |
| HEX | #FFB3F7 | color: #FFB3F7 | |
| RGB | rgb(255, 179, 247) | color: rgb(255, 179, 247) | |
| CMYK | cmyk(0%, 30%, 3%, 0%) | — | |
| HSV | hsv(306, 30%, 100%) | — | |
| HWB | hwb(306 70% 0%) | color: hwb(306 70% 0%) | |
| OKLCH | oklch(0.8595 0.1232 330.27) | color: oklch(0.8595 0.1232 330.27) | |
| Lab | lab(81.96 38.05 -22.68) | color: lab(81.96 38.05 -22.68) | |
| LCH | lch(81.96 44.3 329.2) | color: lch(81.96 44.3 329.2) |
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)
#DEDDE7 — rgb(222, 221, 231)
Deuteranopia (Green-blind)
#E3E8E3 — rgb(227, 232, 227)
Tritanopia (Blue-blind)
#FBDAD7 — rgb(251, 218, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(306, 99%, 85%);
text
color: hsl(306, 99%, 85%);
border
border: 2px solid hsl(306, 99%, 85%);
gradient light
background: linear-gradient(to right, hsl(306, 99%, 100%), hsl(306, 99%, 85%));
gradient dark
background: linear-gradient(to right, hsl(306, 99%, 85%), hsl(306, 99%, 65%))
hex
background-color: #FFB3F7;
tailwind
bg-[hsl(306,99%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(306, 99%, 85%, 0.4);
css variable
--color-primary: hsl(306, 99%, 85%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(306, 99%, 85%)?
HEX: #FFB3F7 | RGB: rgb(255, 179, 247) | CMYK: 0%, 30%, 3%, 0% | HSV: 306°, 30%, 100%. Copy any format from the conversion table above.
What colors go well with #FFB3F7?
The complementary color is HSL(126, 99%, 85%). For a triadic harmony, use hues 306°, 66°, and 186°. For analogous combinations, try hues 276° and 336°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(306, 99%, 85%) in CSS?
As HSL: color: hsl(306, 99%, 85%); — As HEX: color: #FFB3F7; — As RGB: color: rgb(255, 179, 247); — Tailwind CSS: bg-[hsl(306,99%,85%)] — CSS variable: --color-primary: hsl(306, 99%, 85%);