HSL(290, 85%, 67%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(290,85%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(290, 85%, 67%) | color: hsl(290, 85%, 67%) | |
| HEX | #DB63F2 | color: #DB63F2 | |
| RGB | rgb(219, 99, 242) | color: rgb(219, 99, 242) | |
| CMYK | cmyk(10%, 59%, 0%, 5%) | — | |
| HSV | hsv(290, 59%, 95%) | — | |
| HWB | hwb(290 39% 5%) | color: hwb(290 39% 5%) | |
| OKLCH | oklch(0.7008 0.2264 320.92) | color: oklch(0.7008 0.2264 320.92) | |
| Lab | lab(62 66.63 -51.28) | color: lab(62 66.63 -51.28) | |
| LCH | lch(62 84.08 322.42) | color: lch(62 84.08 322.42) |
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)
#A7A6CF — rgb(167, 166, 207)
Deuteranopia (Green-blind)
#AEB7C7 — rgb(174, 183, 199)
Tritanopia (Blue-blind)
#D5B4AE — rgb(213, 180, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(290, 85%, 67%);
text
color: hsl(290, 85%, 67%);
border
border: 2px solid hsl(290, 85%, 67%);
gradient light
background: linear-gradient(to right, hsl(290, 85%, 87%), hsl(290, 85%, 67%));
gradient dark
background: linear-gradient(to right, hsl(290, 85%, 67%), hsl(290, 85%, 47%))
hex
background-color: #DB63F2;
tailwind
bg-[hsl(290,85%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(290, 85%, 67%, 0.4);
css variable
--color-primary: hsl(290, 85%, 67%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(290, 85%, 67%)?
HEX: #DB63F2 | RGB: rgb(219, 99, 242) | CMYK: 10%, 59%, 0%, 5% | HSV: 290°, 59%, 95%. Copy any format from the conversion table above.
What colors go well with #DB63F2?
The complementary color is HSL(110, 85%, 67%). For a triadic harmony, use hues 290°, 50°, and 170°. For analogous combinations, try hues 260° and 320°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(290, 85%, 67%) in CSS?
As HSL: color: hsl(290, 85%, 67%); — As HEX: color: #DB63F2; — As RGB: color: rgb(219, 99, 242); — Tailwind CSS: bg-[hsl(290,85%,67%)] — CSS variable: --color-primary: hsl(290, 85%, 67%);