HSL(353, 32%, 33%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(353,32%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(353, 32%, 33%) | color: hsl(353, 32%, 33%) | |
| HEX | #6F3940 | color: #6F3940 | |
| RGB | rgb(111, 57, 64) | color: rgb(111, 57, 64) | |
| CMYK | cmyk(0%, 49%, 42%, 56%) | — | |
| HSV | hsv(352, 49%, 44%) | — | |
| HWB | hwb(352 22% 56%) | color: hwb(352 22% 56%) | |
| OKLCH | oklch(0.4152 0.0763 12.73) | color: oklch(0.4152 0.0763 12.73) | |
| Lab | lab(31.06 24.59 6.46) | color: lab(31.06 24.59 6.46) | |
| LCH | lch(31.06 25.42 14.72) | color: lch(31.06 25.42 14.72) |
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)
#58573E — rgb(88, 87, 62)
Deuteranopia (Green-blind)
#5B5F3E — rgb(91, 95, 62)
Tritanopia (Blue-blind)
#6C3D3D — rgb(108, 61, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(353, 32%, 33%);
text
color: hsl(353, 32%, 33%);
border
border: 2px solid hsl(353, 32%, 33%);
gradient light
background: linear-gradient(to right, hsl(353, 32%, 53%), hsl(353, 32%, 33%));
gradient dark
background: linear-gradient(to right, hsl(353, 32%, 33%), hsl(353, 32%, 13%))
hex
background-color: #6F3940;
tailwind
bg-[hsl(353,32%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(353, 32%, 33%, 0.4);
css variable
--color-primary: hsl(353, 32%, 33%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(353, 32%, 33%)?
HEX: #6F3940 | RGB: rgb(111, 57, 64) | CMYK: 0%, 49%, 42%, 56% | HSV: 352°, 49%, 44%. Copy any format from the conversion table above.
What colors go well with #6F3940?
The complementary color is HSL(173, 32%, 33%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(353, 32%, 33%) in CSS?
As HSL: color: hsl(353, 32%, 33%); — As HEX: color: #6F3940; — As RGB: color: rgb(111, 57, 64); — Tailwind CSS: bg-[hsl(353,32%,33%)] — CSS variable: --color-primary: hsl(353, 32%, 33%);