HSL(346, 25%, 52%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,25%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 25%, 52%) | color: hsl(346, 25%, 52%) | |
| HEX | #A36674 | color: #A36674 | |
| RGB | rgb(163, 102, 116) | color: rgb(163, 102, 116) | |
| CMYK | cmyk(0%, 37%, 29%, 36%) | — | |
| HSV | hsv(346, 37%, 64%) | — | |
| HWB | hwb(346 40% 36%) | color: hwb(346 40% 36%) | |
| OKLCH | oklch(0.5805 0.0804 4.96) | color: oklch(0.5805 0.0804 4.96) | |
| Lab | lab(50.16 26.45 2.52) | color: lab(50.16 26.45 2.52) | |
| LCH | lch(50.16 26.57 5.44) | color: lch(50.16 26.57 5.44) |
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)
#898871 — rgb(137, 136, 113)
Deuteranopia (Green-blind)
#8C9170 — rgb(140, 145, 112)
Tritanopia (Blue-blind)
#A06E6D — rgb(160, 110, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 25%, 52%);
text
color: hsl(346, 25%, 52%);
border
border: 2px solid hsl(346, 25%, 52%);
gradient light
background: linear-gradient(to right, hsl(346, 25%, 72%), hsl(346, 25%, 52%));
gradient dark
background: linear-gradient(to right, hsl(346, 25%, 52%), hsl(346, 25%, 32%))
hex
background-color: #A36674;
tailwind
bg-[hsl(346,25%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 25%, 52%, 0.4);
css variable
--color-primary: hsl(346, 25%, 52%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(346, 25%, 52%)?
HEX: #A36674 | RGB: rgb(163, 102, 116) | CMYK: 0%, 37%, 29%, 36% | HSV: 346°, 37%, 64%. Copy any format from the conversion table above.
What colors go well with #A36674?
The complementary color is HSL(166, 25%, 52%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(346, 25%, 52%) in CSS?
As HSL: color: hsl(346, 25%, 52%); — As HEX: color: #A36674; — As RGB: color: rgb(163, 102, 116); — Tailwind CSS: bg-[hsl(346,25%,52%)] — CSS variable: --color-primary: hsl(346, 25%, 52%);