HSL(305, 100%, 73%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(305,100%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(305, 100%, 73%) | color: hsl(305, 100%, 73%) | |
| HEX | #FF75F4 | color: #FF75F4 | |
| RGB | rgb(255, 117, 244) | color: rgb(255, 117, 244) | |
| CMYK | cmyk(0%, 54%, 4%, 0%) | — | |
| HSV | hsv(305, 54%, 100%) | — | |
| HWB | hwb(305 46% 0%) | color: hwb(305 46% 0%) | |
| OKLCH | oklch(0.7683 0.2216 330.62) | color: oklch(0.7683 0.2216 330.62) | |
| Lab | lab(69.84 68.1 -39.72) | color: lab(69.84 68.1 -39.72) | |
| LCH | lch(69.84 78.84 329.75) | color: lch(69.84 78.84 329.75) |
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)
#C3C2D5 — rgb(195, 194, 213)
Deuteranopia (Green-blind)
#CBD6CE — rgb(203, 214, 206)
Tritanopia (Blue-blind)
#F8BDB8 — rgb(248, 189, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(305, 100%, 73%);
text
color: hsl(305, 100%, 73%);
border
border: 2px solid hsl(305, 100%, 73%);
gradient light
background: linear-gradient(to right, hsl(305, 100%, 93%), hsl(305, 100%, 73%));
gradient dark
background: linear-gradient(to right, hsl(305, 100%, 73%), hsl(305, 100%, 53%))
hex
background-color: #FF75F4;
tailwind
bg-[hsl(305,100%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(305, 100%, 73%, 0.4);
css variable
--color-primary: hsl(305, 100%, 73%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(305, 100%, 73%)?
HEX: #FF75F4 | RGB: rgb(255, 117, 244) | CMYK: 0%, 54%, 4%, 0% | HSV: 305°, 54%, 100%. Copy any format from the conversion table above.
What colors go well with #FF75F4?
The complementary color is HSL(125, 100%, 73%). For a triadic harmony, use hues 305°, 65°, and 185°. For analogous combinations, try hues 275° and 335°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(305, 100%, 73%) in CSS?
As HSL: color: hsl(305, 100%, 73%); — As HEX: color: #FF75F4; — As RGB: color: rgb(255, 117, 244); — Tailwind CSS: bg-[hsl(305,100%,73%)] — CSS variable: --color-primary: hsl(305, 100%, 73%);