HSL(357, 45%, 33%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,45%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 45%, 33%) | color: hsl(357, 45%, 33%) | |
| HEX | #7A2E32 | color: #7A2E32 | |
| RGB | rgb(122, 46, 50) | color: rgb(122, 46, 50) | |
| CMYK | cmyk(0%, 62%, 59%, 52%) | — | |
| HSV | hsv(357, 62%, 48%) | — | |
| HWB | hwb(357 18% 52%) | color: hwb(357 18% 52%) | |
| OKLCH | oklch(0.4113 0.1062 19.92) | color: oklch(0.4113 0.1062 19.92) | |
| Lab | lab(30.21 33.49 14.71) | color: lab(30.21 33.49 14.71) | |
| LCH | lch(30.21 36.58 23.71) | color: lch(30.21 36.58 23.71) |
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)
#595831 — rgb(89, 88, 49)
Deuteranopia (Green-blind)
#5E6331 — rgb(94, 99, 49)
Tritanopia (Blue-blind)
#763030 — rgb(118, 48, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 45%, 33%);
text
color: hsl(357, 45%, 33%);
border
border: 2px solid hsl(357, 45%, 33%);
gradient light
background: linear-gradient(to right, hsl(357, 45%, 53%), hsl(357, 45%, 33%));
gradient dark
background: linear-gradient(to right, hsl(357, 45%, 33%), hsl(357, 45%, 13%))
hex
background-color: #7A2E32;
tailwind
bg-[hsl(357,45%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 45%, 33%, 0.4);
css variable
--color-primary: hsl(357, 45%, 33%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 45%, 33%)?
HEX: #7A2E32 | RGB: rgb(122, 46, 50) | CMYK: 0%, 62%, 59%, 52% | HSV: 357°, 62%, 48%. Copy any format from the conversion table above.
What colors go well with #7A2E32?
The complementary color is HSL(177, 45%, 33%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 45%, 33%) in CSS?
As HSL: color: hsl(357, 45%, 33%); — As HEX: color: #7A2E32; — As RGB: color: rgb(122, 46, 50); — Tailwind CSS: bg-[hsl(357,45%,33%)] — CSS variable: --color-primary: hsl(357, 45%, 33%);