HSL(310, 40%, 73%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(310,40%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(310, 40%, 73%) | color: hsl(310, 40%, 73%) | |
| HEX | #D69FCD | color: #D69FCD | |
| RGB | rgb(214, 159, 205) | color: rgb(214, 159, 205) | |
| CMYK | cmyk(0%, 26%, 4%, 16%) | — | |
| HSV | hsv(310, 26%, 84%) | — | |
| HWB | hwb(310 62% 16%) | color: hwb(310 62% 16%) | |
| OKLCH | oklch(0.7686 0.089 332.18) | color: oklch(0.7686 0.089 332.18) | |
| Lab | lab(71.89 27.84 -15.51) | color: lab(71.89 27.84 -15.51) | |
| LCH | lch(71.89 31.87 330.88) | color: lch(71.89 31.87 330.88) |
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)
#BEBEC2 — rgb(190, 190, 194)
Deuteranopia (Green-blind)
#C1C6BF — rgb(193, 198, 191)
Tritanopia (Blue-blind)
#D3B9B7 — rgb(211, 185, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(310, 40%, 73%);
text
color: hsl(310, 40%, 73%);
border
border: 2px solid hsl(310, 40%, 73%);
gradient light
background: linear-gradient(to right, hsl(310, 40%, 93%), hsl(310, 40%, 73%));
gradient dark
background: linear-gradient(to right, hsl(310, 40%, 73%), hsl(310, 40%, 53%))
hex
background-color: #D69FCD;
tailwind
bg-[hsl(310,40%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(310, 40%, 73%, 0.4);
css variable
--color-primary: hsl(310, 40%, 73%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(310, 40%, 73%)?
HEX: #D69FCD | RGB: rgb(214, 159, 205) | CMYK: 0%, 26%, 4%, 16% | HSV: 310°, 26%, 84%. Copy any format from the conversion table above.
What colors go well with #D69FCD?
The complementary color is HSL(130, 40%, 73%). For a triadic harmony, use hues 310°, 70°, and 190°. For analogous combinations, try hues 280° and 340°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(310, 40%, 73%) in CSS?
As HSL: color: hsl(310, 40%, 73%); — As HEX: color: #D69FCD; — As RGB: color: rgb(214, 159, 205); — Tailwind CSS: bg-[hsl(310,40%,73%)] — CSS variable: --color-primary: hsl(310, 40%, 73%);