HSL(357, 34%, 34%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,34%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 34%, 34%) | color: hsl(357, 34%, 34%) | |
| HEX | #74393C | color: #74393C | |
| RGB | rgb(116, 57, 60) | color: rgb(116, 57, 60) | |
| CMYK | cmyk(0%, 51%, 48%, 55%) | — | |
| HSV | hsv(357, 51%, 45%) | — | |
| HWB | hwb(357 22% 55%) | color: hwb(357 22% 55%) | |
| OKLCH | oklch(0.4215 0.0829 18.08) | color: oklch(0.4215 0.0829 18.08) | |
| Lab | lab(31.73 26.16 10.11) | color: lab(31.73 26.16 10.11) | |
| LCH | lch(31.73 28.05 21.13) | color: lch(31.73 28.05 21.13) |
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)
#5A5A3B — rgb(90, 90, 59)
Deuteranopia (Green-blind)
#5E623B — rgb(94, 98, 59)
Tritanopia (Blue-blind)
#713B3B — rgb(113, 59, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 34%, 34%);
text
color: hsl(357, 34%, 34%);
border
border: 2px solid hsl(357, 34%, 34%);
gradient light
background: linear-gradient(to right, hsl(357, 34%, 54%), hsl(357, 34%, 34%));
gradient dark
background: linear-gradient(to right, hsl(357, 34%, 34%), hsl(357, 34%, 14%))
hex
background-color: #74393C;
tailwind
bg-[hsl(357,34%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 34%, 34%, 0.4);
css variable
--color-primary: hsl(357, 34%, 34%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 34%, 34%)?
HEX: #74393C | RGB: rgb(116, 57, 60) | CMYK: 0%, 51%, 48%, 55% | HSV: 357°, 51%, 45%. Copy any format from the conversion table above.
What colors go well with #74393C?
The complementary color is HSL(177, 34%, 34%). 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, 34%, 34%) in CSS?
As HSL: color: hsl(357, 34%, 34%); — As HEX: color: #74393C; — As RGB: color: rgb(116, 57, 60); — Tailwind CSS: bg-[hsl(357,34%,34%)] — CSS variable: --color-primary: hsl(357, 34%, 34%);