HSL(313, 90%, 49%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(313,90%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(313, 90%, 49%) | color: hsl(313, 90%, 49%) | |
| HEX | #ED0CBD | color: #ED0CBD | |
| RGB | rgb(237, 12, 189) | color: rgb(237, 12, 189) | |
| CMYK | cmyk(0%, 95%, 20%, 7%) | — | |
| HSV | hsv(313, 95%, 93%) | — | |
| HWB | hwb(313 5% 7%) | color: hwb(313 5% 7%) | |
| OKLCH | oklch(0.6399 0.2738 340.55) | color: oklch(0.6399 0.2738 340.55) | |
| Lab | lab(53.97 85.91 -33.7) | color: lab(53.97 85.91 -33.7) | |
| LCH | lch(53.97 92.28 338.58) | color: lch(53.97 92.28 338.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)
#8C8A92 — rgb(140, 138, 146)
Deuteranopia (Green-blind)
#99AA88 — rgb(153, 170, 136)
Tritanopia (Blue-blind)
#E27069 — rgb(226, 112, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(313, 90%, 49%);
text
color: hsl(313, 90%, 49%);
border
border: 2px solid hsl(313, 90%, 49%);
gradient light
background: linear-gradient(to right, hsl(313, 90%, 69%), hsl(313, 90%, 49%));
gradient dark
background: linear-gradient(to right, hsl(313, 90%, 49%), hsl(313, 90%, 29%))
hex
background-color: #ED0CBD;
tailwind
bg-[hsl(313,90%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(313, 90%, 49%, 0.4);
css variable
--color-primary: hsl(313, 90%, 49%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(313, 90%, 49%)?
HEX: #ED0CBD | RGB: rgb(237, 12, 189) | CMYK: 0%, 95%, 20%, 7% | HSV: 313°, 95%, 93%. Copy any format from the conversion table above.
What colors go well with #ED0CBD?
The complementary color is HSL(133, 90%, 49%). For a triadic harmony, use hues 313°, 73°, and 193°. For analogous combinations, try hues 283° and 343°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(313, 90%, 49%) in CSS?
As HSL: color: hsl(313, 90%, 49%); — As HEX: color: #ED0CBD; — As RGB: color: rgb(237, 12, 189); — Tailwind CSS: bg-[hsl(313,90%,49%)] — CSS variable: --color-primary: hsl(313, 90%, 49%);