HSL(292, 14%, 26%)
Grayish Purple — Purple color
Adjust Color
Color Information
Color Name
Grayish Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(292,14%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 14%, 26%) | color: hsl(292, 14%, 26%) | |
| HEX | #49394C | color: #49394C | |
| RGB | rgb(73, 57, 76) | color: rgb(73, 57, 76) | |
| CMYK | cmyk(4%, 25%, 0%, 70%) | — | |
| HSV | hsv(291, 25%, 30%) | — | |
| HWB | hwb(291 23% 70%) | color: hwb(291 23% 70%) | |
| OKLCH | oklch(0.3693 0.0383 320.99) | color: oklch(0.3693 0.0383 320.99) | |
| Lab | lab(26.35 11.05 -8.92) | color: lab(26.35 11.05 -8.92) | |
| LCH | lch(26.35 14.2 321.09) | color: lch(26.35 14.2 321.09) |
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)
#424247 — rgb(66, 66, 71)
Deuteranopia (Green-blind)
#434446 — rgb(67, 68, 70)
Tritanopia (Blue-blind)
#484443 — rgb(72, 68, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 14%, 26%);
text
color: hsl(292, 14%, 26%);
border
border: 2px solid hsl(292, 14%, 26%);
gradient light
background: linear-gradient(to right, hsl(292, 14%, 46%), hsl(292, 14%, 26%));
gradient dark
background: linear-gradient(to right, hsl(292, 14%, 26%), hsl(292, 14%, 6%))
hex
background-color: #49394C;
tailwind
bg-[hsl(292,14%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 14%, 26%, 0.4);
css variable
--color-primary: hsl(292, 14%, 26%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 14%, 26%)?
HEX: #49394C | RGB: rgb(73, 57, 76) | CMYK: 4%, 25%, 0%, 70% | HSV: 291°, 25%, 30%. Copy any format from the conversion table above.
What colors go well with #49394C?
The complementary color is HSL(112, 14%, 26%). 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, 14%, 26%) in CSS?
As HSL: color: hsl(292, 14%, 26%); — As HEX: color: #49394C; — As RGB: color: rgb(73, 57, 76); — Tailwind CSS: bg-[hsl(292,14%,26%)] — CSS variable: --color-primary: hsl(292, 14%, 26%);