HSL(347, 15%, 58%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(347,15%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(347, 15%, 58%) | color: hsl(347, 15%, 58%) | |
| HEX | #A4848B | color: #A4848B | |
| RGB | rgb(164, 132, 139) | color: rgb(164, 132, 139) | |
| CMYK | cmyk(0%, 20%, 15%, 36%) | — | |
| HSV | hsv(347, 20%, 64%) | — | |
| HWB | hwb(347 51% 36%) | color: hwb(347 51% 36%) | |
| OKLCH | oklch(0.6455 0.0403 3.6) | color: oklch(0.6455 0.0403 3.6) | |
| Lab | lab(58.28 13.38 0.89) | color: lab(58.28 13.38 0.89) | |
| LCH | lch(58.28 13.41 3.81) | color: lch(58.28 13.41 3.81) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#969689 — rgb(150, 150, 137)
Deuteranopia (Green-blind)
#989A89 — rgb(152, 154, 137)
Tritanopia (Blue-blind)
#A28888 — rgb(162, 136, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(347, 15%, 58%);
text
color: hsl(347, 15%, 58%);
border
border: 2px solid hsl(347, 15%, 58%);
gradient light
background: linear-gradient(to right, hsl(347, 15%, 78%), hsl(347, 15%, 58%));
gradient dark
background: linear-gradient(to right, hsl(347, 15%, 58%), hsl(347, 15%, 38%))
hex
background-color: #A4848B;
tailwind
bg-[hsl(347,15%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(347, 15%, 58%, 0.4);
css variable
--color-primary: hsl(347, 15%, 58%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(347, 15%, 58%)?
HEX: #A4848B | RGB: rgb(164, 132, 139) | CMYK: 0%, 20%, 15%, 36% | HSV: 347°, 20%, 64%. Copy any format from the conversion table above.
What colors go well with #A4848B?
The complementary color is HSL(167, 15%, 58%). For a triadic harmony, use hues 347°, 107°, and 227°. For analogous combinations, try hues 317° and 17°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(347, 15%, 58%) in CSS?
As HSL: color: hsl(347, 15%, 58%); — As HEX: color: #A4848B; — As RGB: color: rgb(164, 132, 139); — Tailwind CSS: bg-[hsl(347,15%,58%)] — CSS variable: --color-primary: hsl(347, 15%, 58%);