HSL(306, 72%, 55%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(306,72%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(306, 72%, 55%) | color: hsl(306, 72%, 55%) | |
| HEX | #DF3ACE | color: #DF3ACE | |
| RGB | rgb(223, 58, 206) | color: rgb(223, 58, 206) | |
| CMYK | cmyk(0%, 74%, 8%, 13%) | — | |
| HSV | hsv(306, 74%, 87%) | — | |
| HWB | hwb(306 23% 13%) | color: hwb(306 23% 13%) | |
| OKLCH | oklch(0.6473 0.2495 332.7) | color: oklch(0.6473 0.2495 332.7) | |
| Lab | lab(55.25 76.97 -41.65) | color: lab(55.25 76.97 -41.65) | |
| LCH | lch(55.25 87.52 331.58) | color: lch(55.25 87.52 331.58) |
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)
#9896AA — rgb(152, 150, 170)
Deuteranopia (Green-blind)
#A1AEA2 — rgb(161, 174, 162)
Tritanopia (Blue-blind)
#D78E88 — rgb(215, 142, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(306, 72%, 55%);
text
color: hsl(306, 72%, 55%);
border
border: 2px solid hsl(306, 72%, 55%);
gradient light
background: linear-gradient(to right, hsl(306, 72%, 75%), hsl(306, 72%, 55%));
gradient dark
background: linear-gradient(to right, hsl(306, 72%, 55%), hsl(306, 72%, 35%))
hex
background-color: #DF3ACE;
tailwind
bg-[hsl(306,72%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(306, 72%, 55%, 0.4);
css variable
--color-primary: hsl(306, 72%, 55%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(306, 72%, 55%)?
HEX: #DF3ACE | RGB: rgb(223, 58, 206) | CMYK: 0%, 74%, 8%, 13% | HSV: 306°, 74%, 87%. Copy any format from the conversion table above.
What colors go well with #DF3ACE?
The complementary color is HSL(126, 72%, 55%). 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, 72%, 55%) in CSS?
As HSL: color: hsl(306, 72%, 55%); — As HEX: color: #DF3ACE; — As RGB: color: rgb(223, 58, 206); — Tailwind CSS: bg-[hsl(306,72%,55%)] — CSS variable: --color-primary: hsl(306, 72%, 55%);