HSL(292, 15%, 48%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(292,15%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 15%, 48%) | color: hsl(292, 15%, 48%) | |
| HEX | #88688D | color: #88688D | |
| RGB | rgb(136, 104, 141) | color: rgb(136, 104, 141) | |
| CMYK | cmyk(4%, 26%, 0%, 45%) | — | |
| HSV | hsv(292, 26%, 55%) | — | |
| HWB | hwb(292 41% 45%) | color: hwb(292 41% 45%) | |
| OKLCH | oklch(0.5623 0.0675 321.84) | color: oklch(0.5623 0.0675 321.84) | |
| Lab | lab(48.33 19.65 -15.41) | color: lab(48.33 19.65 -15.41) | |
| LCH | lch(48.33 24.97 321.9) | color: lch(48.33 24.97 321.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)
#7A7A84 — rgb(122, 122, 132)
Deuteranopia (Green-blind)
#7C7E82 — rgb(124, 126, 130)
Tritanopia (Blue-blind)
#867D7B — rgb(134, 125, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 15%, 48%);
text
color: hsl(292, 15%, 48%);
border
border: 2px solid hsl(292, 15%, 48%);
gradient light
background: linear-gradient(to right, hsl(292, 15%, 68%), hsl(292, 15%, 48%));
gradient dark
background: linear-gradient(to right, hsl(292, 15%, 48%), hsl(292, 15%, 28%))
hex
background-color: #88688D;
tailwind
bg-[hsl(292,15%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 15%, 48%, 0.4);
css variable
--color-primary: hsl(292, 15%, 48%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 15%, 48%)?
HEX: #88688D | RGB: rgb(136, 104, 141) | CMYK: 4%, 26%, 0%, 45% | HSV: 292°, 26%, 55%. Copy any format from the conversion table above.
What colors go well with #88688D?
The complementary color is HSL(112, 15%, 48%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(292, 15%, 48%) in CSS?
As HSL: color: hsl(292, 15%, 48%); — As HEX: color: #88688D; — As RGB: color: rgb(136, 104, 141); — Tailwind CSS: bg-[hsl(292,15%,48%)] — CSS variable: --color-primary: hsl(292, 15%, 48%);