HSL(289, 40%, 68%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(289,40%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(289, 40%, 68%) | color: hsl(289, 40%, 68%) | |
| HEX | #C28DCE | color: #C28DCE | |
| RGB | rgb(194, 141, 206) | color: rgb(194, 141, 206) | |
| CMYK | cmyk(6%, 32%, 0%, 19%) | — | |
| HSV | hsv(289, 32%, 81%) | — | |
| HWB | hwb(289 55% 19%) | color: hwb(289 55% 19%) | |
| OKLCH | oklch(0.717 0.1088 320.05) | color: oklch(0.717 0.1088 320.05) | |
| Lab | lab(65.73 31.29 -25.63) | color: lab(65.73 31.29 -25.63) | |
| LCH | lch(65.73 40.45 320.68) | color: lch(65.73 40.45 320.68) |
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)
#ABABBE — rgb(171, 171, 190)
Deuteranopia (Green-blind)
#AEB2BB — rgb(174, 178, 187)
Tritanopia (Blue-blind)
#BFB2AF — rgb(191, 178, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(289, 40%, 68%);
text
color: hsl(289, 40%, 68%);
border
border: 2px solid hsl(289, 40%, 68%);
gradient light
background: linear-gradient(to right, hsl(289, 40%, 88%), hsl(289, 40%, 68%));
gradient dark
background: linear-gradient(to right, hsl(289, 40%, 68%), hsl(289, 40%, 48%))
hex
background-color: #C28DCE;
tailwind
bg-[hsl(289,40%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(289, 40%, 68%, 0.4);
css variable
--color-primary: hsl(289, 40%, 68%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(289, 40%, 68%)?
HEX: #C28DCE | RGB: rgb(194, 141, 206) | CMYK: 6%, 32%, 0%, 19% | HSV: 289°, 32%, 81%. Copy any format from the conversion table above.
What colors go well with #C28DCE?
The complementary color is HSL(109, 40%, 68%). For a triadic harmony, use hues 289°, 49°, and 169°. For analogous combinations, try hues 259° and 319°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(289, 40%, 68%) in CSS?
As HSL: color: hsl(289, 40%, 68%); — As HEX: color: #C28DCE; — As RGB: color: rgb(194, 141, 206); — Tailwind CSS: bg-[hsl(289,40%,68%)] — CSS variable: --color-primary: hsl(289, 40%, 68%);