HSL(6, 46%, 29%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(6,46%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(6, 46%, 29%) | color: hsl(6, 46%, 29%) | |
| HEX | #6C2F28 | color: #6C2F28 | |
| RGB | rgb(108, 47, 40) | color: rgb(108, 47, 40) | |
| CMYK | cmyk(0%, 56%, 63%, 58%) | — | |
| HSV | hsv(6, 63%, 42%) | — | |
| HWB | hwb(6 16% 58%) | color: hwb(6 16% 58%) | |
| OKLCH | oklch(0.3875 0.0887 28.48) | color: oklch(0.3875 0.0887 28.48) | |
| Lab | lab(27.78 26.56 17.56) | color: lab(27.78 26.56 17.56) | |
| LCH | lch(27.78 31.84 33.47) | color: lch(27.78 31.84 33.47) |
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)
#52512A — rgb(82, 81, 42)
Deuteranopia (Green-blind)
#555A2A — rgb(85, 90, 42)
Tritanopia (Blue-blind)
#692B2B — rgb(105, 43, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(6, 46%, 29%);
text
color: hsl(6, 46%, 29%);
border
border: 2px solid hsl(6, 46%, 29%);
gradient light
background: linear-gradient(to right, hsl(6, 46%, 49%), hsl(6, 46%, 29%));
gradient dark
background: linear-gradient(to right, hsl(6, 46%, 29%), hsl(6, 46%, 9%))
hex
background-color: #6C2F28;
tailwind
bg-[hsl(6,46%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(6, 46%, 29%, 0.4);
css variable
--color-primary: hsl(6, 46%, 29%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(6, 46%, 29%)?
HEX: #6C2F28 | RGB: rgb(108, 47, 40) | CMYK: 0%, 56%, 63%, 58% | HSV: 6°, 63%, 42%. Copy any format from the conversion table above.
What colors go well with #6C2F28?
The complementary color is HSL(186, 46%, 29%). 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%, 29%) in CSS?
As HSL: color: hsl(6, 46%, 29%); — As HEX: color: #6C2F28; — As RGB: color: rgb(108, 47, 40); — Tailwind CSS: bg-[hsl(6,46%,29%)] — CSS variable: --color-primary: hsl(6, 46%, 29%);