HSL(341, 12%, 48%)
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(341,12%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 12%, 48%) | color: hsl(341, 12%, 48%) | |
| HEX | #896C75 | color: #896C75 | |
| RGB | rgb(137, 108, 117) | color: rgb(137, 108, 117) | |
| CMYK | cmyk(0%, 21%, 15%, 46%) | — | |
| HSV | hsv(341, 21%, 54%) | — | |
| HWB | hwb(341 43% 46%) | color: hwb(341 43% 46%) | |
| OKLCH | oklch(0.5625 0.0389 357.93) | color: oklch(0.5625 0.0389 357.93) | |
| Lab | lab(48.67 13.03 -0.6) | color: lab(48.67 13.03 -0.6) | |
| LCH | lch(48.67 13.04 357.36) | color: lch(48.67 13.04 357.36) |
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)
#7C7C73 — rgb(124, 124, 115)
Deuteranopia (Green-blind)
#7E8072 — rgb(126, 128, 114)
Tritanopia (Blue-blind)
#887171 — rgb(136, 113, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 12%, 48%);
text
color: hsl(341, 12%, 48%);
border
border: 2px solid hsl(341, 12%, 48%);
gradient light
background: linear-gradient(to right, hsl(341, 12%, 68%), hsl(341, 12%, 48%));
gradient dark
background: linear-gradient(to right, hsl(341, 12%, 48%), hsl(341, 12%, 28%))
hex
background-color: #896C75;
tailwind
bg-[hsl(341,12%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 12%, 48%, 0.4);
css variable
--color-primary: hsl(341, 12%, 48%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 12%, 48%)?
HEX: #896C75 | RGB: rgb(137, 108, 117) | CMYK: 0%, 21%, 15%, 46% | HSV: 341°, 21%, 54%. Copy any format from the conversion table above.
What colors go well with #896C75?
The complementary color is HSL(161, 12%, 48%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 12%, 48%) in CSS?
As HSL: color: hsl(341, 12%, 48%); — As HEX: color: #896C75; — As RGB: color: rgb(137, 108, 117); — Tailwind CSS: bg-[hsl(341,12%,48%)] — CSS variable: --color-primary: hsl(341, 12%, 48%);