HSL(293, 25%, 48%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(293,25%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 25%, 48%) | color: hsl(293, 25%, 48%) | |
| HEX | #925C99 | color: #925C99 | |
| RGB | rgb(146, 92, 153) | color: rgb(146, 92, 153) | |
| CMYK | cmyk(5%, 40%, 0%, 40%) | — | |
| HSV | hsv(293, 40%, 60%) | — | |
| HWB | hwb(293 36% 40%) | color: hwb(293 36% 40%) | |
| OKLCH | oklch(0.5568 0.1104 322.77) | color: oklch(0.5568 0.1104 322.77) | |
| Lab | lab(47.06 32.51 -24.39) | color: lab(47.06 32.51 -24.39) | |
| LCH | lch(47.06 40.64 323.12) | color: lch(47.06 40.64 323.12) |
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)
#7B7A8A — rgb(123, 122, 138)
Deuteranopia (Green-blind)
#7E8287 — rgb(126, 130, 135)
Tritanopia (Blue-blind)
#8F7F7C — rgb(143, 127, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 25%, 48%);
text
color: hsl(293, 25%, 48%);
border
border: 2px solid hsl(293, 25%, 48%);
gradient light
background: linear-gradient(to right, hsl(293, 25%, 68%), hsl(293, 25%, 48%));
gradient dark
background: linear-gradient(to right, hsl(293, 25%, 48%), hsl(293, 25%, 28%))
hex
background-color: #925C99;
tailwind
bg-[hsl(293,25%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 25%, 48%, 0.4);
css variable
--color-primary: hsl(293, 25%, 48%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 25%, 48%)?
HEX: #925C99 | RGB: rgb(146, 92, 153) | CMYK: 5%, 40%, 0%, 40% | HSV: 293°, 40%, 60%. Copy any format from the conversion table above.
What colors go well with #925C99?
The complementary color is HSL(113, 25%, 48%). For a triadic harmony, use hues 293°, 53°, and 173°. For analogous combinations, try hues 263° and 323°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(293, 25%, 48%) in CSS?
As HSL: color: hsl(293, 25%, 48%); — As HEX: color: #925C99; — As RGB: color: rgb(146, 92, 153); — Tailwind CSS: bg-[hsl(293,25%,48%)] — CSS variable: --color-primary: hsl(293, 25%, 48%);