HSL(358, 40%, 46%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,40%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 40%, 46%) | color: hsl(358, 40%, 46%) | |
| HEX | #A4464A | color: #A4464A | |
| RGB | rgb(164, 70, 74) | color: rgb(164, 70, 74) | |
| CMYK | cmyk(0%, 57%, 55%, 36%) | — | |
| HSV | hsv(357, 57%, 64%) | — | |
| HWB | hwb(357 28% 36%) | color: hwb(357 28% 36%) | |
| OKLCH | oklch(0.5187 0.1247 19.91) | color: oklch(0.5187 0.1247 19.91) | |
| Lab | lab(42.41 39.22 17.1) | color: lab(42.41 39.22 17.1) | |
| LCH | lch(42.41 42.79 23.56) | color: lch(42.41 42.79 23.56) |
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)
#7B7A49 — rgb(123, 122, 73)
Deuteranopia (Green-blind)
#818849 — rgb(129, 136, 73)
Tritanopia (Blue-blind)
#9F4848 — rgb(159, 72, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 40%, 46%);
text
color: hsl(358, 40%, 46%);
border
border: 2px solid hsl(358, 40%, 46%);
gradient light
background: linear-gradient(to right, hsl(358, 40%, 66%), hsl(358, 40%, 46%));
gradient dark
background: linear-gradient(to right, hsl(358, 40%, 46%), hsl(358, 40%, 26%))
hex
background-color: #A4464A;
tailwind
bg-[hsl(358,40%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 40%, 46%, 0.4);
css variable
--color-primary: hsl(358, 40%, 46%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(358, 40%, 46%)?
HEX: #A4464A | RGB: rgb(164, 70, 74) | CMYK: 0%, 57%, 55%, 36% | HSV: 357°, 57%, 64%. Copy any format from the conversion table above.
What colors go well with #A4464A?
The complementary color is HSL(178, 40%, 46%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(358, 40%, 46%) in CSS?
As HSL: color: hsl(358, 40%, 46%); — As HEX: color: #A4464A; — As RGB: color: rgb(164, 70, 74); — Tailwind CSS: bg-[hsl(358,40%,46%)] — CSS variable: --color-primary: hsl(358, 40%, 46%);