HSL(306, 88%, 73%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(306,88%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(306, 88%, 73%) | color: hsl(306, 88%, 73%) | |
| HEX | #F77EEB | color: #F77EEB | |
| RGB | rgb(247, 126, 235) | color: rgb(247, 126, 235) | |
| CMYK | cmyk(0%, 49%, 5%, 3%) | — | |
| HSV | hsv(306, 49%, 97%) | — | |
| HWB | hwb(306 49% 3%) | color: hwb(306 49% 3%) | |
| OKLCH | oklch(0.7659 0.1956 331.12) | color: oklch(0.7659 0.1956 331.12) | |
| Lab | lab(69.96 60.32 -34.66) | color: lab(69.96 60.32 -34.66) | |
| LCH | lch(69.96 69.57 330.12) | color: lch(69.96 69.57 330.12) |
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)
#C3C2D1 — rgb(195, 194, 209)
Deuteranopia (Green-blind)
#CAD3CA — rgb(202, 211, 202)
Tritanopia (Blue-blind)
#F1BCB7 — rgb(241, 188, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(306, 88%, 73%);
text
color: hsl(306, 88%, 73%);
border
border: 2px solid hsl(306, 88%, 73%);
gradient light
background: linear-gradient(to right, hsl(306, 88%, 93%), hsl(306, 88%, 73%));
gradient dark
background: linear-gradient(to right, hsl(306, 88%, 73%), hsl(306, 88%, 53%))
hex
background-color: #F77EEB;
tailwind
bg-[hsl(306,88%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(306, 88%, 73%, 0.4);
css variable
--color-primary: hsl(306, 88%, 73%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(306, 88%, 73%)?
HEX: #F77EEB | RGB: rgb(247, 126, 235) | CMYK: 0%, 49%, 5%, 3% | HSV: 306°, 49%, 97%. Copy any format from the conversion table above.
What colors go well with #F77EEB?
The complementary color is HSL(126, 88%, 73%). 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, 88%, 73%) in CSS?
As HSL: color: hsl(306, 88%, 73%); — As HEX: color: #F77EEB; — As RGB: color: rgb(247, 126, 235); — Tailwind CSS: bg-[hsl(306,88%,73%)] — CSS variable: --color-primary: hsl(306, 88%, 73%);