HSL(300, 100%, 78%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(300,100%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(300, 100%, 78%) | color: hsl(300, 100%, 78%) | |
| HEX | #FF8FFF | color: #FF8FFF | |
| RGB | rgb(255, 143, 255) | color: rgb(255, 143, 255) | |
| CMYK | cmyk(0%, 44%, 0%, 0%) | — | |
| HSV | hsv(300, 44%, 100%) | — | |
| HWB | hwb(300 56% 0%) | color: hwb(300 56% 0%) | |
| OKLCH | oklch(0.8073 0.1909 327.16) | color: oklch(0.8073 0.1909 327.16) | |
| Lab | lab(74.91 57.78 -37.83) | color: lab(74.91 57.78 -37.83) | |
| LCH | lch(74.91 69.06 326.79) | color: lch(74.91 69.06 326.79) |
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)
#CFCDE4 — rgb(207, 205, 228)
Deuteranopia (Green-blind)
#D5DDDD — rgb(213, 221, 221)
Tritanopia (Blue-blind)
#F9CFCA — rgb(249, 207, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(300, 100%, 78%);
text
color: hsl(300, 100%, 78%);
border
border: 2px solid hsl(300, 100%, 78%);
gradient light
background: linear-gradient(to right, hsl(300, 100%, 98%), hsl(300, 100%, 78%));
gradient dark
background: linear-gradient(to right, hsl(300, 100%, 78%), hsl(300, 100%, 58%))
hex
background-color: #FF8FFF;
tailwind
bg-[hsl(300,100%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(300, 100%, 78%, 0.4);
css variable
--color-primary: hsl(300, 100%, 78%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(300, 100%, 78%)?
HEX: #FF8FFF | RGB: rgb(255, 143, 255) | CMYK: 0%, 44%, 0%, 0% | HSV: 300°, 44%, 100%. Copy any format from the conversion table above.
What colors go well with #FF8FFF?
The complementary color is HSL(120, 100%, 78%). For a triadic harmony, use hues 300°, 60°, and 180°. For analogous combinations, try hues 270° and 330°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(300, 100%, 78%) in CSS?
As HSL: color: hsl(300, 100%, 78%); — As HEX: color: #FF8FFF; — As RGB: color: rgb(255, 143, 255); — Tailwind CSS: bg-[hsl(300,100%,78%)] — CSS variable: --color-primary: hsl(300, 100%, 78%);