HSL(4, 40%, 37%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(4,40%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(4, 40%, 37%) | color: hsl(4, 40%, 37%) | |
| HEX | #843E39 | color: #843E39 | |
| RGB | rgb(132, 62, 57) | color: rgb(132, 62, 57) | |
| CMYK | cmyk(0%, 53%, 57%, 48%) | — | |
| HSV | hsv(4, 57%, 52%) | — | |
| HWB | hwb(4 22% 48%) | color: hwb(4 22% 48%) | |
| OKLCH | oklch(0.4535 0.0974 25.82) | color: oklch(0.4535 0.0974 25.82) | |
| Lab | lab(35.3 29.57 17.26) | color: lab(35.3 29.57 17.26) | |
| LCH | lch(35.3 34.24 30.27) | color: lch(35.3 34.24 30.27) |
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)
#66653A — rgb(102, 101, 58)
Deuteranopia (Green-blind)
#6A6F3B — rgb(106, 111, 59)
Tritanopia (Blue-blind)
#813B3B — rgb(129, 59, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(4, 40%, 37%);
text
color: hsl(4, 40%, 37%);
border
border: 2px solid hsl(4, 40%, 37%);
gradient light
background: linear-gradient(to right, hsl(4, 40%, 57%), hsl(4, 40%, 37%));
gradient dark
background: linear-gradient(to right, hsl(4, 40%, 37%), hsl(4, 40%, 17%))
hex
background-color: #843E39;
tailwind
bg-[hsl(4,40%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(4, 40%, 37%, 0.4);
css variable
--color-primary: hsl(4, 40%, 37%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(4, 40%, 37%)?
HEX: #843E39 | RGB: rgb(132, 62, 57) | CMYK: 0%, 53%, 57%, 48% | HSV: 4°, 57%, 52%. Copy any format from the conversion table above.
What colors go well with #843E39?
The complementary color is HSL(184, 40%, 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, 40%, 37%) in CSS?
As HSL: color: hsl(4, 40%, 37%); — As HEX: color: #843E39; — As RGB: color: rgb(132, 62, 57); — Tailwind CSS: bg-[hsl(4,40%,37%)] — CSS variable: --color-primary: hsl(4, 40%, 37%);