HSL(342, 12%, 37%)
Grayish Pink — Pink color
Adjust Color
Color Information
Color Name
Grayish Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(342,12%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(342, 12%, 37%) | color: hsl(342, 12%, 37%) | |
| HEX | #6A535A | color: #6A535A | |
| RGB | rgb(106, 83, 90) | color: rgb(106, 83, 90) | |
| CMYK | cmyk(0%, 22%, 15%, 58%) | — | |
| HSV | hsv(342, 22%, 42%) | — | |
| HWB | hwb(342 33% 58%) | color: hwb(342 33% 58%) | |
| OKLCH | oklch(0.4681 0.0322 358.29) | color: oklch(0.4681 0.0322 358.29) | |
| Lab | lab(37.82 10.8 -0.42) | color: lab(37.82 10.8 -0.42) | |
| LCH | lch(37.82 10.81 357.77) | color: lch(37.82 10.81 357.77) |
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)
#606058 — rgb(96, 96, 88)
Deuteranopia (Green-blind)
#616358 — rgb(97, 99, 88)
Tritanopia (Blue-blind)
#695757 — rgb(105, 87, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(342, 12%, 37%);
text
color: hsl(342, 12%, 37%);
border
border: 2px solid hsl(342, 12%, 37%);
gradient light
background: linear-gradient(to right, hsl(342, 12%, 57%), hsl(342, 12%, 37%));
gradient dark
background: linear-gradient(to right, hsl(342, 12%, 37%), hsl(342, 12%, 17%))
hex
background-color: #6A535A;
tailwind
bg-[hsl(342,12%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(342, 12%, 37%, 0.4);
css variable
--color-primary: hsl(342, 12%, 37%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(342, 12%, 37%)?
HEX: #6A535A | RGB: rgb(106, 83, 90) | CMYK: 0%, 22%, 15%, 58% | HSV: 342°, 22%, 42%. Copy any format from the conversion table above.
What colors go well with #6A535A?
The complementary color is HSL(162, 12%, 37%). For a triadic harmony, use hues 342°, 102°, and 222°. For analogous combinations, try hues 312° and 12°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(342, 12%, 37%) in CSS?
As HSL: color: hsl(342, 12%, 37%); — As HEX: color: #6A535A; — As RGB: color: rgb(106, 83, 90); — Tailwind CSS: bg-[hsl(342,12%,37%)] — CSS variable: --color-primary: hsl(342, 12%, 37%);