HSL(306, 99%, 65%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(306,99%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(306, 99%, 65%) | color: hsl(306, 99%, 65%) | |
| HEX | #FE4DEC | color: #FE4DEC | |
| RGB | rgb(254, 77, 236) | color: rgb(254, 77, 236) | |
| CMYK | cmyk(0%, 70%, 7%, 0%) | — | |
| HSV | hsv(306, 70%, 100%) | — | |
| HWB | hwb(306 30% 0%) | color: hwb(306 30% 0%) | |
| OKLCH | oklch(0.7222 0.2664 332.42) | color: oklch(0.7222 0.2664 332.42) | |
| Lab | lab(63.7 82.17 -44.92) | color: lab(63.7 82.17 -44.92) | |
| LCH | lch(63.7 93.65 331.34) | color: lch(63.7 93.65 331.34) |
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)
#B1B0C6 — rgb(177, 176, 198)
Deuteranopia (Green-blind)
#BCC9BC — rgb(188, 201, 188)
Tritanopia (Blue-blind)
#F5A7A0 — rgb(245, 167, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(306, 99%, 65%);
text
color: hsl(306, 99%, 65%);
border
border: 2px solid hsl(306, 99%, 65%);
gradient light
background: linear-gradient(to right, hsl(306, 99%, 85%), hsl(306, 99%, 65%));
gradient dark
background: linear-gradient(to right, hsl(306, 99%, 65%), hsl(306, 99%, 45%))
hex
background-color: #FE4DEC;
tailwind
bg-[hsl(306,99%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(306, 99%, 65%, 0.4);
css variable
--color-primary: hsl(306, 99%, 65%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(306, 99%, 65%)?
HEX: #FE4DEC | RGB: rgb(254, 77, 236) | CMYK: 0%, 70%, 7%, 0% | HSV: 306°, 70%, 100%. Copy any format from the conversion table above.
What colors go well with #FE4DEC?
The complementary color is HSL(126, 99%, 65%). 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%, 65%) in CSS?
As HSL: color: hsl(306, 99%, 65%); — As HEX: color: #FE4DEC; — As RGB: color: rgb(254, 77, 236); — Tailwind CSS: bg-[hsl(306,99%,65%)] — CSS variable: --color-primary: hsl(306, 99%, 65%);