HSL(294, 79%, 56%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(294,79%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(294, 79%, 56%) | color: hsl(294, 79%, 56%) | |
| HEX | #D636E7 | color: #D636E7 | |
| RGB | rgb(214, 54, 231) | color: rgb(214, 54, 231) | |
| CMYK | cmyk(7%, 77%, 0%, 9%) | — | |
| HSV | hsv(294, 77%, 91%) | — | |
| HWB | hwb(294 21% 9%) | color: hwb(294 21% 9%) | |
| OKLCH | oklch(0.6454 0.2673 323.68) | color: oklch(0.6454 0.2673 323.68) | |
| Lab | lab(54.77 80.2 -56.69) | color: lab(54.77 80.2 -56.69) | |
| LCH | lch(54.77 98.21 324.75) | color: lch(54.77 98.21 324.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)
#918FBC — rgb(145, 143, 188)
Deuteranopia (Green-blind)
#9AA6B2 — rgb(154, 166, 178)
Tritanopia (Blue-blind)
#CE9A93 — rgb(206, 154, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(294, 79%, 56%);
text
color: hsl(294, 79%, 56%);
border
border: 2px solid hsl(294, 79%, 56%);
gradient light
background: linear-gradient(to right, hsl(294, 79%, 76%), hsl(294, 79%, 56%));
gradient dark
background: linear-gradient(to right, hsl(294, 79%, 56%), hsl(294, 79%, 36%))
hex
background-color: #D636E7;
tailwind
bg-[hsl(294,79%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(294, 79%, 56%, 0.4);
css variable
--color-primary: hsl(294, 79%, 56%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(294, 79%, 56%)?
HEX: #D636E7 | RGB: rgb(214, 54, 231) | CMYK: 7%, 77%, 0%, 9% | HSV: 294°, 77%, 91%. Copy any format from the conversion table above.
What colors go well with #D636E7?
The complementary color is HSL(114, 79%, 56%). For a triadic harmony, use hues 294°, 54°, and 174°. For analogous combinations, try hues 264° and 324°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(294, 79%, 56%) in CSS?
As HSL: color: hsl(294, 79%, 56%); — As HEX: color: #D636E7; — As RGB: color: rgb(214, 54, 231); — Tailwind CSS: bg-[hsl(294,79%,56%)] — CSS variable: --color-primary: hsl(294, 79%, 56%);