HSL(307, 63%, 61%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(307,63%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(307, 63%, 61%) | color: hsl(307, 63%, 61%) | |
| HEX | #DA5DCC | color: #DA5DCC | |
| RGB | rgb(218, 93, 204) | color: rgb(218, 93, 204) | |
| CMYK | cmyk(0%, 57%, 6%, 15%) | — | |
| HSV | hsv(307, 57%, 85%) | — | |
| HWB | hwb(307 37% 15%) | color: hwb(307 37% 15%) | |
| OKLCH | oklch(0.6731 0.2021 332.11) | color: oklch(0.6731 0.2021 332.11) | |
| Lab | lab(59.06 62.44 -34.59) | color: lab(59.06 62.44 -34.59) | |
| LCH | lch(59.06 71.38 331.01) | color: lch(59.06 71.38 331.01) |
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)
#A4A3B1 — rgb(164, 163, 177)
Deuteranopia (Green-blind)
#ABB5AB — rgb(171, 181, 171)
Tritanopia (Blue-blind)
#D49C97 — rgb(212, 156, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(307, 63%, 61%);
text
color: hsl(307, 63%, 61%);
border
border: 2px solid hsl(307, 63%, 61%);
gradient light
background: linear-gradient(to right, hsl(307, 63%, 81%), hsl(307, 63%, 61%));
gradient dark
background: linear-gradient(to right, hsl(307, 63%, 61%), hsl(307, 63%, 41%))
hex
background-color: #DA5DCC;
tailwind
bg-[hsl(307,63%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(307, 63%, 61%, 0.4);
css variable
--color-primary: hsl(307, 63%, 61%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(307, 63%, 61%)?
HEX: #DA5DCC | RGB: rgb(218, 93, 204) | CMYK: 0%, 57%, 6%, 15% | HSV: 307°, 57%, 85%. Copy any format from the conversion table above.
What colors go well with #DA5DCC?
The complementary color is HSL(127, 63%, 61%). For a triadic harmony, use hues 307°, 67°, and 187°. For analogous combinations, try hues 277° and 337°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(307, 63%, 61%) in CSS?
As HSL: color: hsl(307, 63%, 61%); — As HEX: color: #DA5DCC; — As RGB: color: rgb(218, 93, 204); — Tailwind CSS: bg-[hsl(307,63%,61%)] — CSS variable: --color-primary: hsl(307, 63%, 61%);