HSL(293, 30%, 38%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(293,30%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 30%, 38%) | color: hsl(293, 30%, 38%) | |
| HEX | #77447E | color: #77447E | |
| RGB | rgb(119, 68, 126) | color: rgb(119, 68, 126) | |
| CMYK | cmyk(6%, 46%, 0%, 51%) | — | |
| HSV | hsv(293, 46%, 49%) | — | |
| HWB | hwb(293 26% 51%) | color: hwb(293 26% 51%) | |
| OKLCH | oklch(0.4703 0.108 322.6) | color: oklch(0.4703 0.108 322.6) | |
| Lab | lab(37.05 31.84 -23.86) | color: lab(37.05 31.84 -23.86) | |
| LCH | lch(37.05 39.79 323.15) | color: lch(37.05 39.79 323.15) |
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)
#616070 — rgb(97, 96, 112)
Deuteranopia (Green-blind)
#64686D — rgb(100, 104, 109)
Tritanopia (Blue-blind)
#746562 — rgb(116, 101, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 30%, 38%);
text
color: hsl(293, 30%, 38%);
border
border: 2px solid hsl(293, 30%, 38%);
gradient light
background: linear-gradient(to right, hsl(293, 30%, 58%), hsl(293, 30%, 38%));
gradient dark
background: linear-gradient(to right, hsl(293, 30%, 38%), hsl(293, 30%, 18%))
hex
background-color: #77447E;
tailwind
bg-[hsl(293,30%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 30%, 38%, 0.4);
css variable
--color-primary: hsl(293, 30%, 38%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 30%, 38%)?
HEX: #77447E | RGB: rgb(119, 68, 126) | CMYK: 6%, 46%, 0%, 51% | HSV: 293°, 46%, 49%. Copy any format from the conversion table above.
What colors go well with #77447E?
The complementary color is HSL(113, 30%, 38%). 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, 30%, 38%) in CSS?
As HSL: color: hsl(293, 30%, 38%); — As HEX: color: #77447E; — As RGB: color: rgb(119, 68, 126); — Tailwind CSS: bg-[hsl(293,30%,38%)] — CSS variable: --color-primary: hsl(293, 30%, 38%);