HSL(303, 27%, 32%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(303,27%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(303, 27%, 32%) | color: hsl(303, 27%, 32%) | |
| HEX | #683C65 | color: #683C65 | |
| RGB | rgb(104, 60, 101) | color: rgb(104, 60, 101) | |
| CMYK | cmyk(0%, 42%, 3%, 59%) | — | |
| HSV | hsv(304, 42%, 41%) | — | |
| HWB | hwb(304 24% 59%) | color: hwb(304 24% 59%) | |
| OKLCH | oklch(0.425 0.0857 329.42) | color: oklch(0.425 0.0857 329.42) | |
| Lab | lab(32.07 26.26 -16.04) | color: lab(32.07 26.26 -16.04) | |
| LCH | lch(32.07 30.77 328.58) | color: lch(32.07 30.77 328.58) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#55555B — rgb(85, 85, 91)
Deuteranopia (Green-blind)
#585B59 — rgb(88, 91, 89)
Tritanopia (Blue-blind)
#665352 — rgb(102, 83, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(303, 27%, 32%);
text
color: hsl(303, 27%, 32%);
border
border: 2px solid hsl(303, 27%, 32%);
gradient light
background: linear-gradient(to right, hsl(303, 27%, 52%), hsl(303, 27%, 32%));
gradient dark
background: linear-gradient(to right, hsl(303, 27%, 32%), hsl(303, 27%, 12%))
hex
background-color: #683C65;
tailwind
bg-[hsl(303,27%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(303, 27%, 32%, 0.4);
css variable
--color-primary: hsl(303, 27%, 32%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(303, 27%, 32%)?
HEX: #683C65 | RGB: rgb(104, 60, 101) | CMYK: 0%, 42%, 3%, 59% | HSV: 304°, 42%, 41%. Copy any format from the conversion table above.
What colors go well with #683C65?
The complementary color is HSL(123, 27%, 32%). For a triadic harmony, use hues 303°, 63°, and 183°. For analogous combinations, try hues 273° and 333°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(303, 27%, 32%) in CSS?
As HSL: color: hsl(303, 27%, 32%); — As HEX: color: #683C65; — As RGB: color: rgb(104, 60, 101); — Tailwind CSS: bg-[hsl(303,27%,32%)] — CSS variable: --color-primary: hsl(303, 27%, 32%);