HSL(8, 35%, 36%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(8,35%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(8, 35%, 36%) | color: hsl(8, 35%, 36%) | |
| HEX | #7C443C | color: #7C443C | |
| RGB | rgb(124, 68, 60) | color: rgb(124, 68, 60) | |
| CMYK | cmyk(0%, 45%, 52%, 51%) | — | |
| HSV | hsv(8, 52%, 49%) | — | |
| HWB | hwb(8 24% 51%) | color: hwb(8 24% 51%) | |
| OKLCH | oklch(0.4527 0.0789 29.11) | color: oklch(0.4527 0.0789 29.11) | |
| Lab | lab(35.49 23.15 15.42) | color: lab(35.49 23.15 15.42) | |
| LCH | lch(35.49 27.82 33.67) | color: lch(35.49 27.82 33.67) |
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)
#64633E — rgb(100, 99, 62)
Deuteranopia (Green-blind)
#676B3E — rgb(103, 107, 62)
Tritanopia (Blue-blind)
#793F40 — rgb(121, 63, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(8, 35%, 36%);
text
color: hsl(8, 35%, 36%);
border
border: 2px solid hsl(8, 35%, 36%);
gradient light
background: linear-gradient(to right, hsl(8, 35%, 56%), hsl(8, 35%, 36%));
gradient dark
background: linear-gradient(to right, hsl(8, 35%, 36%), hsl(8, 35%, 16%))
hex
background-color: #7C443C;
tailwind
bg-[hsl(8,35%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(8, 35%, 36%, 0.4);
css variable
--color-primary: hsl(8, 35%, 36%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(8, 35%, 36%)?
HEX: #7C443C | RGB: rgb(124, 68, 60) | CMYK: 0%, 45%, 52%, 51% | HSV: 8°, 52%, 49%. Copy any format from the conversion table above.
What colors go well with #7C443C?
The complementary color is HSL(188, 35%, 36%). For a triadic harmony, use hues 8°, 128°, and 248°. For analogous combinations, try hues 338° and 38°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(8, 35%, 36%) in CSS?
As HSL: color: hsl(8, 35%, 36%); — As HEX: color: #7C443C; — As RGB: color: rgb(124, 68, 60); — Tailwind CSS: bg-[hsl(8,35%,36%)] — CSS variable: --color-primary: hsl(8, 35%, 36%);