HSL(352, 17%, 37%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(352,17%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 17%, 37%) | color: hsl(352, 17%, 37%) | |
| HEX | #6E4E53 | color: #6E4E53 | |
| RGB | rgb(110, 78, 83) | color: rgb(110, 78, 83) | |
| CMYK | cmyk(0%, 29%, 25%, 57%) | — | |
| HSV | hsv(351, 29%, 43%) | — | |
| HWB | hwb(351 31% 57%) | color: hwb(351 31% 57%) | |
| OKLCH | oklch(0.46 0.0438 8.56) | color: oklch(0.46 0.0438 8.56) | |
| Lab | lab(36.72 14.3 2.41) | color: lab(36.72 14.3 2.41) | |
| LCH | lch(36.72 14.5 9.57) | color: lch(36.72 14.5 9.57) |
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)
#606052 — rgb(96, 96, 82)
Deuteranopia (Green-blind)
#626452 — rgb(98, 100, 82)
Tritanopia (Blue-blind)
#6C5151 — rgb(108, 81, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 17%, 37%);
text
color: hsl(352, 17%, 37%);
border
border: 2px solid hsl(352, 17%, 37%);
gradient light
background: linear-gradient(to right, hsl(352, 17%, 57%), hsl(352, 17%, 37%));
gradient dark
background: linear-gradient(to right, hsl(352, 17%, 37%), hsl(352, 17%, 17%))
hex
background-color: #6E4E53;
tailwind
bg-[hsl(352,17%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 17%, 37%, 0.4);
css variable
--color-primary: hsl(352, 17%, 37%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(352, 17%, 37%)?
HEX: #6E4E53 | RGB: rgb(110, 78, 83) | CMYK: 0%, 29%, 25%, 57% | HSV: 351°, 29%, 43%. Copy any format from the conversion table above.
What colors go well with #6E4E53?
The complementary color is HSL(172, 17%, 37%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 17%, 37%) in CSS?
As HSL: color: hsl(352, 17%, 37%); — As HEX: color: #6E4E53; — As RGB: color: rgb(110, 78, 83); — Tailwind CSS: bg-[hsl(352,17%,37%)] — CSS variable: --color-primary: hsl(352, 17%, 37%);