HSL(294, 10%, 39%)
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(294,10%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(294, 10%, 39%) | color: hsl(294, 10%, 39%) | |
| HEX | #6B5A6D | color: #6B5A6D | |
| RGB | rgb(107, 90, 109) | color: rgb(107, 90, 109) | |
| CMYK | cmyk(2%, 17%, 0%, 57%) | — | |
| HSV | hsv(294, 17%, 43%) | — | |
| HWB | hwb(294 36% 57%) | color: hwb(294 36% 57%) | |
| OKLCH | oklch(0.491 0.0365 322.74) | color: oklch(0.491 0.0365 322.74) | |
| Lab | lab(40.48 10.68 -8.24) | color: lab(40.48 10.68 -8.24) | |
| LCH | lch(40.48 13.49 322.35) | color: lch(40.48 13.49 322.35) |
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)
#646368 — rgb(100, 99, 104)
Deuteranopia (Green-blind)
#656667 — rgb(101, 102, 103)
Tritanopia (Blue-blind)
#6A6564 — rgb(106, 101, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(294, 10%, 39%);
text
color: hsl(294, 10%, 39%);
border
border: 2px solid hsl(294, 10%, 39%);
gradient light
background: linear-gradient(to right, hsl(294, 10%, 59%), hsl(294, 10%, 39%));
gradient dark
background: linear-gradient(to right, hsl(294, 10%, 39%), hsl(294, 10%, 19%))
hex
background-color: #6B5A6D;
tailwind
bg-[hsl(294,10%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(294, 10%, 39%, 0.4);
css variable
--color-primary: hsl(294, 10%, 39%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(294, 10%, 39%)?
HEX: #6B5A6D | RGB: rgb(107, 90, 109) | CMYK: 2%, 17%, 0%, 57% | HSV: 294°, 17%, 43%. Copy any format from the conversion table above.
What colors go well with #6B5A6D?
The complementary color is HSL(114, 10%, 39%). For a triadic harmony, use hues 294°, 54°, and 174°. For analogous combinations, try hues 264° and 324°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(294, 10%, 39%) in CSS?
As HSL: color: hsl(294, 10%, 39%); — As HEX: color: #6B5A6D; — As RGB: color: rgb(107, 90, 109); — Tailwind CSS: bg-[hsl(294,10%,39%)] — CSS variable: --color-primary: hsl(294, 10%, 39%);