HSL(310, 25%, 32%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(310,25%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(310, 25%, 32%) | color: hsl(310, 25%, 32%) | |
| HEX | #663D5F | color: #663D5F | |
| RGB | rgb(102, 61, 95) | color: rgb(102, 61, 95) | |
| CMYK | cmyk(0%, 40%, 7%, 60%) | — | |
| HSV | hsv(310, 40%, 40%) | — | |
| HWB | hwb(310 24% 60%) | color: hwb(310 24% 60%) | |
| OKLCH | oklch(0.4214 0.0758 333.25) | color: oklch(0.4214 0.0758 333.25) | |
| Lab | lab(31.78 23.73 -12.67) | color: lab(31.78 23.73 -12.67) | |
| LCH | lch(31.78 26.9 331.9) | color: lch(31.78 26.9 331.9) |
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)
#545457 — rgb(84, 84, 87)
Deuteranopia (Green-blind)
#575A55 — rgb(87, 90, 85)
Tritanopia (Blue-blind)
#64504F — rgb(100, 80, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(310, 25%, 32%);
text
color: hsl(310, 25%, 32%);
border
border: 2px solid hsl(310, 25%, 32%);
gradient light
background: linear-gradient(to right, hsl(310, 25%, 52%), hsl(310, 25%, 32%));
gradient dark
background: linear-gradient(to right, hsl(310, 25%, 32%), hsl(310, 25%, 12%))
hex
background-color: #663D5F;
tailwind
bg-[hsl(310,25%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(310, 25%, 32%, 0.4);
css variable
--color-primary: hsl(310, 25%, 32%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(310, 25%, 32%)?
HEX: #663D5F | RGB: rgb(102, 61, 95) | CMYK: 0%, 40%, 7%, 60% | HSV: 310°, 40%, 40%. Copy any format from the conversion table above.
What colors go well with #663D5F?
The complementary color is HSL(130, 25%, 32%). 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, 25%, 32%) in CSS?
As HSL: color: hsl(310, 25%, 32%); — As HEX: color: #663D5F; — As RGB: color: rgb(102, 61, 95); — Tailwind CSS: bg-[hsl(310,25%,32%)] — CSS variable: --color-primary: hsl(310, 25%, 32%);