HSL(306, 68%, 73%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(306,68%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(306, 68%, 73%) | color: hsl(306, 68%, 73%) | |
| HEX | #E98BE0 | color: #E98BE0 | |
| RGB | rgb(233, 139, 224) | color: rgb(233, 139, 224) | |
| CMYK | cmyk(0%, 40%, 4%, 9%) | — | |
| HSV | hsv(306, 40%, 91%) | — | |
| HWB | hwb(306 55% 9%) | color: hwb(306 55% 9%) | |
| OKLCH | oklch(0.7633 0.1555 330.49) | color: oklch(0.7633 0.1555 330.49) | |
| Lab | lab(70.3 47.92 -28.22) | color: lab(70.3 47.92 -28.22) | |
| LCH | lch(70.3 55.61 329.51) | color: lch(70.3 55.61 329.51) |
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)
#C0BFCB — rgb(192, 191, 203)
Deuteranopia (Green-blind)
#C6CDC7 — rgb(198, 205, 199)
Tritanopia (Blue-blind)
#E4BBB8 — rgb(228, 187, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(306, 68%, 73%);
text
color: hsl(306, 68%, 73%);
border
border: 2px solid hsl(306, 68%, 73%);
gradient light
background: linear-gradient(to right, hsl(306, 68%, 93%), hsl(306, 68%, 73%));
gradient dark
background: linear-gradient(to right, hsl(306, 68%, 73%), hsl(306, 68%, 53%))
hex
background-color: #E98BE0;
tailwind
bg-[hsl(306,68%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(306, 68%, 73%, 0.4);
css variable
--color-primary: hsl(306, 68%, 73%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(306, 68%, 73%)?
HEX: #E98BE0 | RGB: rgb(233, 139, 224) | CMYK: 0%, 40%, 4%, 9% | HSV: 306°, 40%, 91%. Copy any format from the conversion table above.
What colors go well with #E98BE0?
The complementary color is HSL(126, 68%, 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, 68%, 73%) in CSS?
As HSL: color: hsl(306, 68%, 73%); — As HEX: color: #E98BE0; — As RGB: color: rgb(233, 139, 224); — Tailwind CSS: bg-[hsl(306,68%,73%)] — CSS variable: --color-primary: hsl(306, 68%, 73%);