HSL(302, 35%, 75%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(302,35%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(302, 35%, 75%) | color: hsl(302, 35%, 75%) | |
| HEX | #D6A9D4 | color: #D6A9D4 | |
| RGB | rgb(214, 169, 212) | color: rgb(214, 169, 212) | |
| CMYK | cmyk(0%, 21%, 1%, 16%) | — | |
| HSV | hsv(303, 21%, 84%) | — | |
| HWB | hwb(303 66% 16%) | color: hwb(303 66% 16%) | |
| OKLCH | oklch(0.789 0.0778 327.72) | color: oklch(0.789 0.0778 327.72) | |
| Lab | lab(74.46 23.69 -15.48) | color: lab(74.46 23.69 -15.48) | |
| LCH | lch(74.46 28.3 326.84) | color: lch(74.46 28.3 326.84) |
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)
#C3C2CA — rgb(195, 194, 202)
Deuteranopia (Green-blind)
#C5C9C7 — rgb(197, 201, 199)
Tritanopia (Blue-blind)
#D4C1C0 — rgb(212, 193, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(302, 35%, 75%);
text
color: hsl(302, 35%, 75%);
border
border: 2px solid hsl(302, 35%, 75%);
gradient light
background: linear-gradient(to right, hsl(302, 35%, 95%), hsl(302, 35%, 75%));
gradient dark
background: linear-gradient(to right, hsl(302, 35%, 75%), hsl(302, 35%, 55%))
hex
background-color: #D6A9D4;
tailwind
bg-[hsl(302,35%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(302, 35%, 75%, 0.4);
css variable
--color-primary: hsl(302, 35%, 75%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(302, 35%, 75%)?
HEX: #D6A9D4 | RGB: rgb(214, 169, 212) | CMYK: 0%, 21%, 1%, 16% | HSV: 303°, 21%, 84%. Copy any format from the conversion table above.
What colors go well with #D6A9D4?
The complementary color is HSL(122, 35%, 75%). For a triadic harmony, use hues 302°, 62°, and 182°. For analogous combinations, try hues 272° and 332°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(302, 35%, 75%) in CSS?
As HSL: color: hsl(302, 35%, 75%); — As HEX: color: #D6A9D4; — As RGB: color: rgb(214, 169, 212); — Tailwind CSS: bg-[hsl(302,35%,75%)] — CSS variable: --color-primary: hsl(302, 35%, 75%);