HSL(349, 30%, 31%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(349,30%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(349, 30%, 31%) | color: hsl(349, 30%, 31%) | |
| HEX | #673740 | color: #673740 | |
| RGB | rgb(103, 55, 64) | color: rgb(103, 55, 64) | |
| CMYK | cmyk(0%, 47%, 38%, 60%) | — | |
| HSV | hsv(349, 47%, 40%) | — | |
| HWB | hwb(349 21% 60%) | color: hwb(349 21% 60%) | |
| OKLCH | oklch(0.3999 0.069 8.66) | color: oklch(0.3999 0.069 8.66) | |
| Lab | lab(29.38 22.47 3.91) | color: lab(29.38 22.47 3.91) | |
| LCH | lch(29.38 22.81 9.87) | color: lch(29.38 22.81 9.87) |
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)
#52523E — rgb(82, 82, 62)
Deuteranopia (Green-blind)
#55593D — rgb(85, 89, 61)
Tritanopia (Blue-blind)
#653C3C — rgb(101, 60, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(349, 30%, 31%);
text
color: hsl(349, 30%, 31%);
border
border: 2px solid hsl(349, 30%, 31%);
gradient light
background: linear-gradient(to right, hsl(349, 30%, 51%), hsl(349, 30%, 31%));
gradient dark
background: linear-gradient(to right, hsl(349, 30%, 31%), hsl(349, 30%, 11%))
hex
background-color: #673740;
tailwind
bg-[hsl(349,30%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(349, 30%, 31%, 0.4);
css variable
--color-primary: hsl(349, 30%, 31%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(349, 30%, 31%)?
HEX: #673740 | RGB: rgb(103, 55, 64) | CMYK: 0%, 47%, 38%, 60% | HSV: 349°, 47%, 40%. Copy any format from the conversion table above.
What colors go well with #673740?
The complementary color is HSL(169, 30%, 31%). For a triadic harmony, use hues 349°, 109°, and 229°. For analogous combinations, try hues 319° and 19°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(349, 30%, 31%) in CSS?
As HSL: color: hsl(349, 30%, 31%); — As HEX: color: #673740; — As RGB: color: rgb(103, 55, 64); — Tailwind CSS: bg-[hsl(349,30%,31%)] — CSS variable: --color-primary: hsl(349, 30%, 31%);