HSL(310, 20%, 83%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(310,20%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(310, 20%, 83%) | color: hsl(310, 20%, 83%) | |
| HEX | #DCCBD9 | color: #DCCBD9 | |
| RGB | rgb(220, 203, 217) | color: rgb(220, 203, 217) | |
| CMYK | cmyk(0%, 8%, 1%, 14%) | — | |
| HSV | hsv(311, 8%, 86%) | — | |
| HWB | hwb(311 79% 14%) | color: hwb(311 79% 14%) | |
| OKLCH | oklch(0.8601 0.0266 331.59) | color: oklch(0.8601 0.0266 331.59) | |
| Lab | lab(83.41 8.37 -4.79) | color: lab(83.41 8.37 -4.79) | |
| LCH | lch(83.41 9.64 330.22) | color: lch(83.41 9.64 330.22) |
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)
#D5D4D6 — rgb(213, 212, 214)
Deuteranopia (Green-blind)
#D6D7D5 — rgb(214, 215, 213)
Tritanopia (Blue-blind)
#DBD3D2 — rgb(219, 211, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(310, 20%, 83%);
text
color: hsl(310, 20%, 83%);
border
border: 2px solid hsl(310, 20%, 83%);
gradient light
background: linear-gradient(to right, hsl(310, 20%, 100%), hsl(310, 20%, 83%));
gradient dark
background: linear-gradient(to right, hsl(310, 20%, 83%), hsl(310, 20%, 63%))
hex
background-color: #DCCBD9;
tailwind
bg-[hsl(310,20%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(310, 20%, 83%, 0.4);
css variable
--color-primary: hsl(310, 20%, 83%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(310, 20%, 83%)?
HEX: #DCCBD9 | RGB: rgb(220, 203, 217) | CMYK: 0%, 8%, 1%, 14% | HSV: 311°, 8%, 86%. Copy any format from the conversion table above.
What colors go well with #DCCBD9?
The complementary color is HSL(130, 20%, 83%). 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, 20%, 83%) in CSS?
As HSL: color: hsl(310, 20%, 83%); — As HEX: color: #DCCBD9; — As RGB: color: rgb(220, 203, 217); — Tailwind CSS: bg-[hsl(310,20%,83%)] — CSS variable: --color-primary: hsl(310, 20%, 83%);