HSL(6, 46%, 35%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(6,46%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(6, 46%, 35%) | color: hsl(6, 46%, 35%) | |
| HEX | #823830 | color: #823830 | |
| RGB | rgb(130, 56, 48) | color: rgb(130, 56, 48) | |
| CMYK | cmyk(0%, 57%, 63%, 49%) | — | |
| HSV | hsv(6, 63%, 51%) | — | |
| HWB | hwb(6 19% 49%) | color: hwb(6 19% 49%) | |
| OKLCH | oklch(0.439 0.1041 28.28) | color: oklch(0.439 0.1041 28.28) | |
| Lab | lab(33.54 31.27 20.56) | color: lab(33.54 31.27 20.56) | |
| LCH | lch(33.54 37.42 33.32) | color: lch(33.54 37.42 33.32) |
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)
#626132 — rgb(98, 97, 50)
Deuteranopia (Green-blind)
#666C32 — rgb(102, 108, 50)
Tritanopia (Blue-blind)
#7E3334 — rgb(126, 51, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(6, 46%, 35%);
text
color: hsl(6, 46%, 35%);
border
border: 2px solid hsl(6, 46%, 35%);
gradient light
background: linear-gradient(to right, hsl(6, 46%, 55%), hsl(6, 46%, 35%));
gradient dark
background: linear-gradient(to right, hsl(6, 46%, 35%), hsl(6, 46%, 15%))
hex
background-color: #823830;
tailwind
bg-[hsl(6,46%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(6, 46%, 35%, 0.4);
css variable
--color-primary: hsl(6, 46%, 35%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(6, 46%, 35%)?
HEX: #823830 | RGB: rgb(130, 56, 48) | CMYK: 0%, 57%, 63%, 49% | HSV: 6°, 63%, 51%. Copy any format from the conversion table above.
What colors go well with #823830?
The complementary color is HSL(186, 46%, 35%). For a triadic harmony, use hues 6°, 126°, and 246°. For analogous combinations, try hues 336° and 36°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(6, 46%, 35%) in CSS?
As HSL: color: hsl(6, 46%, 35%); — As HEX: color: #823830; — As RGB: color: rgb(130, 56, 48); — Tailwind CSS: bg-[hsl(6,46%,35%)] — CSS variable: --color-primary: hsl(6, 46%, 35%);