HSL(4, 50%, 37%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(4,50%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(4, 50%, 37%) | color: hsl(4, 50%, 37%) | |
| HEX | #8E352F | color: #8E352F | |
| RGB | rgb(142, 53, 47) | color: rgb(142, 53, 47) | |
| CMYK | cmyk(0%, 63%, 67%, 44%) | — | |
| HSV | hsv(4, 67%, 56%) | — | |
| HWB | hwb(4 18% 44%) | color: hwb(4 18% 44%) | |
| OKLCH | oklch(0.4541 0.1223 26.89) | color: oklch(0.4541 0.1223 26.89) | |
| Lab | lab(35.01 37.36 23.47) | color: lab(35.01 37.36 23.47) | |
| LCH | lch(35.01 44.12 32.14) | color: lch(35.01 44.12 32.14) |
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)
#676730 — rgb(103, 103, 48)
Deuteranopia (Green-blind)
#6D7331 — rgb(109, 115, 49)
Tritanopia (Blue-blind)
#8A3232 — rgb(138, 50, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(4, 50%, 37%);
text
color: hsl(4, 50%, 37%);
border
border: 2px solid hsl(4, 50%, 37%);
gradient light
background: linear-gradient(to right, hsl(4, 50%, 57%), hsl(4, 50%, 37%));
gradient dark
background: linear-gradient(to right, hsl(4, 50%, 37%), hsl(4, 50%, 17%))
hex
background-color: #8E352F;
tailwind
bg-[hsl(4,50%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(4, 50%, 37%, 0.4);
css variable
--color-primary: hsl(4, 50%, 37%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(4, 50%, 37%)?
HEX: #8E352F | RGB: rgb(142, 53, 47) | CMYK: 0%, 63%, 67%, 44% | HSV: 4°, 67%, 56%. Copy any format from the conversion table above.
What colors go well with #8E352F?
The complementary color is HSL(184, 50%, 37%). For a triadic harmony, use hues 4°, 124°, and 244°. For analogous combinations, try hues 334° and 34°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(4, 50%, 37%) in CSS?
As HSL: color: hsl(4, 50%, 37%); — As HEX: color: #8E352F; — As RGB: color: rgb(142, 53, 47); — Tailwind CSS: bg-[hsl(4,50%,37%)] — CSS variable: --color-primary: hsl(4, 50%, 37%);