HSL(357, 43%, 30%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,43%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 43%, 30%) | color: hsl(357, 43%, 30%) | |
| HEX | #6D2C2F | color: #6D2C2F | |
| RGB | rgb(109, 44, 47) | color: rgb(109, 44, 47) | |
| CMYK | cmyk(0%, 60%, 57%, 57%) | — | |
| HSV | hsv(357, 60%, 43%) | — | |
| HWB | hwb(357 17% 57%) | color: hwb(357 17% 57%) | |
| OKLCH | oklch(0.3859 0.0928 19.7) | color: oklch(0.3859 0.0928 19.7) | |
| Lab | lab(27.46 29.22 12.59) | color: lab(27.46 29.22 12.59) | |
| LCH | lch(27.46 31.82 23.31) | color: lch(27.46 31.82 23.31) |
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)
#51502E — rgb(81, 80, 46)
Deuteranopia (Green-blind)
#555A2E — rgb(85, 90, 46)
Tritanopia (Blue-blind)
#6A2E2E — rgb(106, 46, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 43%, 30%);
text
color: hsl(357, 43%, 30%);
border
border: 2px solid hsl(357, 43%, 30%);
gradient light
background: linear-gradient(to right, hsl(357, 43%, 50%), hsl(357, 43%, 30%));
gradient dark
background: linear-gradient(to right, hsl(357, 43%, 30%), hsl(357, 43%, 10%))
hex
background-color: #6D2C2F;
tailwind
bg-[hsl(357,43%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 43%, 30%, 0.4);
css variable
--color-primary: hsl(357, 43%, 30%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 43%, 30%)?
HEX: #6D2C2F | RGB: rgb(109, 44, 47) | CMYK: 0%, 60%, 57%, 57% | HSV: 357°, 60%, 43%. Copy any format from the conversion table above.
What colors go well with #6D2C2F?
The complementary color is HSL(177, 43%, 30%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 43%, 30%) in CSS?
As HSL: color: hsl(357, 43%, 30%); — As HEX: color: #6D2C2F; — As RGB: color: rgb(109, 44, 47); — Tailwind CSS: bg-[hsl(357,43%,30%)] — CSS variable: --color-primary: hsl(357, 43%, 30%);