HSL(355, 50%, 44%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,50%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 50%, 44%) | color: hsl(355, 50%, 44%) | |
| HEX | #A83841 | color: #A83841 | |
| RGB | rgb(168, 56, 65) | color: rgb(168, 56, 65) | |
| CMYK | cmyk(0%, 67%, 61%, 34%) | — | |
| HSV | hsv(355, 67%, 66%) | — | |
| HWB | hwb(355 22% 34%) | color: hwb(355 22% 34%) | |
| OKLCH | oklch(0.5048 0.1466 19.54) | color: oklch(0.5048 0.1466 19.54) | |
| Lab | lab(40.47 46.45 20.21) | color: lab(40.47 46.45 20.21) | |
| LCH | lch(40.47 50.66 23.51) | color: lch(40.47 50.66 23.51) |
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)
#78763F — rgb(120, 118, 63)
Deuteranopia (Green-blind)
#7E863E — rgb(126, 134, 62)
Tritanopia (Blue-blind)
#A23D3D — rgb(162, 61, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 50%, 44%);
text
color: hsl(355, 50%, 44%);
border
border: 2px solid hsl(355, 50%, 44%);
gradient light
background: linear-gradient(to right, hsl(355, 50%, 64%), hsl(355, 50%, 44%));
gradient dark
background: linear-gradient(to right, hsl(355, 50%, 44%), hsl(355, 50%, 24%))
hex
background-color: #A83841;
tailwind
bg-[hsl(355,50%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 50%, 44%, 0.4);
css variable
--color-primary: hsl(355, 50%, 44%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 50%, 44%)?
HEX: #A83841 | RGB: rgb(168, 56, 65) | CMYK: 0%, 67%, 61%, 34% | HSV: 355°, 67%, 66%. Copy any format from the conversion table above.
What colors go well with #A83841?
The complementary color is HSL(175, 50%, 44%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 50%, 44%) in CSS?
As HSL: color: hsl(355, 50%, 44%); — As HEX: color: #A83841; — As RGB: color: rgb(168, 56, 65); — Tailwind CSS: bg-[hsl(355,50%,44%)] — CSS variable: --color-primary: hsl(355, 50%, 44%);