HSL(285, 80%, 77%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(285,80%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(285, 80%, 77%) | color: hsl(285, 80%, 77%) | |
| HEX | #DC95F3 | color: #DC95F3 | |
| RGB | rgb(220, 149, 243) | color: rgb(220, 149, 243) | |
| CMYK | cmyk(9%, 39%, 0%, 5%) | — | |
| HSV | hsv(285, 39%, 95%) | — | |
| HWB | hwb(285 58% 5%) | color: hwb(285 58% 5%) | |
| OKLCH | oklch(0.7729 0.1494 317.6) | color: oklch(0.7729 0.1494 317.6) | |
| Lab | lab(71.68 42.33 -36.62) | color: lab(71.68 42.33 -36.62) | |
| LCH | lch(71.68 55.97 319.14) | color: lch(71.68 55.97 319.14) |
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)
#BDBDDC — rgb(189, 189, 220)
Deuteranopia (Green-blind)
#C1C7D7 — rgb(193, 199, 215)
Tritanopia (Blue-blind)
#D8CAC6 — rgb(216, 202, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(285, 80%, 77%);
text
color: hsl(285, 80%, 77%);
border
border: 2px solid hsl(285, 80%, 77%);
gradient light
background: linear-gradient(to right, hsl(285, 80%, 97%), hsl(285, 80%, 77%));
gradient dark
background: linear-gradient(to right, hsl(285, 80%, 77%), hsl(285, 80%, 57%))
hex
background-color: #DC95F3;
tailwind
bg-[hsl(285,80%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(285, 80%, 77%, 0.4);
css variable
--color-primary: hsl(285, 80%, 77%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(285, 80%, 77%)?
HEX: #DC95F3 | RGB: rgb(220, 149, 243) | CMYK: 9%, 39%, 0%, 5% | HSV: 285°, 39%, 95%. Copy any format from the conversion table above.
What colors go well with #DC95F3?
The complementary color is HSL(105, 80%, 77%). For a triadic harmony, use hues 285°, 45°, and 165°. For analogous combinations, try hues 255° and 315°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(285, 80%, 77%) in CSS?
As HSL: color: hsl(285, 80%, 77%); — As HEX: color: #DC95F3; — As RGB: color: rgb(220, 149, 243); — Tailwind CSS: bg-[hsl(285,80%,77%)] — CSS variable: --color-primary: hsl(285, 80%, 77%);