HSL(300, 12%, 34%)
Grayish Purple — Purple color
Adjust Color
Color Information
Color Name
Grayish Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(300,12%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(300, 12%, 34%) | color: hsl(300, 12%, 34%) | |
| HEX | #614C61 | color: #614C61 | |
| RGB | rgb(97, 76, 97) | color: rgb(97, 76, 97) | |
| CMYK | cmyk(0%, 22%, 0%, 62%) | — | |
| HSV | hsv(300, 22%, 38%) | — | |
| HWB | hwb(300 30% 62%) | color: hwb(300 30% 62%) | |
| OKLCH | oklch(0.446 0.043 326.27) | color: oklch(0.446 0.043 326.27) | |
| Lab | lab(35.15 12.96 -8.89) | color: lab(35.15 12.96 -8.89) | |
| LCH | lch(35.15 15.72 325.55) | color: lch(35.15 15.72 325.55) |
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)
#58585C — rgb(88, 88, 92)
Deuteranopia (Green-blind)
#595B5B — rgb(89, 91, 91)
Tritanopia (Blue-blind)
#605857 — rgb(96, 88, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(300, 12%, 34%);
text
color: hsl(300, 12%, 34%);
border
border: 2px solid hsl(300, 12%, 34%);
gradient light
background: linear-gradient(to right, hsl(300, 12%, 54%), hsl(300, 12%, 34%));
gradient dark
background: linear-gradient(to right, hsl(300, 12%, 34%), hsl(300, 12%, 14%))
hex
background-color: #614C61;
tailwind
bg-[hsl(300,12%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(300, 12%, 34%, 0.4);
css variable
--color-primary: hsl(300, 12%, 34%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(300, 12%, 34%)?
HEX: #614C61 | RGB: rgb(97, 76, 97) | CMYK: 0%, 22%, 0%, 62% | HSV: 300°, 22%, 38%. Copy any format from the conversion table above.
What colors go well with #614C61?
The complementary color is HSL(120, 12%, 34%). For a triadic harmony, use hues 300°, 60°, and 180°. For analogous combinations, try hues 270° and 330°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(300, 12%, 34%) in CSS?
As HSL: color: hsl(300, 12%, 34%); — As HEX: color: #614C61; — As RGB: color: rgb(97, 76, 97); — Tailwind CSS: bg-[hsl(300,12%,34%)] — CSS variable: --color-primary: hsl(300, 12%, 34%);