HSL(293, 27%, 48%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(293,27%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 27%, 48%) | color: hsl(293, 27%, 48%) | |
| HEX | #94599B | color: #94599B | |
| RGB | rgb(148, 89, 155) | color: rgb(148, 89, 155) | |
| CMYK | cmyk(5%, 43%, 0%, 39%) | — | |
| HSV | hsv(294, 43%, 61%) | — | |
| HWB | hwb(294 35% 39%) | color: hwb(294 35% 39%) | |
| OKLCH | oklch(0.555 0.1192 323.14) | color: oklch(0.555 0.1192 323.14) | |
| Lab | lab(46.72 35.25 -26.08) | color: lab(46.72 35.25 -26.08) | |
| LCH | lch(46.72 43.85 323.5) | color: lch(46.72 43.85 323.5) |
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)
#7A7A8B — rgb(122, 122, 139)
Deuteranopia (Green-blind)
#7E8287 — rgb(126, 130, 135)
Tritanopia (Blue-blind)
#917E7C — rgb(145, 126, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 27%, 48%);
text
color: hsl(293, 27%, 48%);
border
border: 2px solid hsl(293, 27%, 48%);
gradient light
background: linear-gradient(to right, hsl(293, 27%, 68%), hsl(293, 27%, 48%));
gradient dark
background: linear-gradient(to right, hsl(293, 27%, 48%), hsl(293, 27%, 28%))
hex
background-color: #94599B;
tailwind
bg-[hsl(293,27%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 27%, 48%, 0.4);
css variable
--color-primary: hsl(293, 27%, 48%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 27%, 48%)?
HEX: #94599B | RGB: rgb(148, 89, 155) | CMYK: 5%, 43%, 0%, 39% | HSV: 294°, 43%, 61%. Copy any format from the conversion table above.
What colors go well with #94599B?
The complementary color is HSL(113, 27%, 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, 27%, 48%) in CSS?
As HSL: color: hsl(293, 27%, 48%); — As HEX: color: #94599B; — As RGB: color: rgb(148, 89, 155); — Tailwind CSS: bg-[hsl(293,27%,48%)] — CSS variable: --color-primary: hsl(293, 27%, 48%);