HSL(2, 20%, 55%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,20%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 20%, 55%) | color: hsl(2, 20%, 55%) | |
| HEX | #A37775 | color: #A37775 | |
| RGB | rgb(163, 119, 117) | color: rgb(163, 119, 117) | |
| CMYK | cmyk(0%, 27%, 28%, 36%) | — | |
| HSV | hsv(3, 28%, 64%) | — | |
| HWB | hwb(3 46% 36%) | color: hwb(3 46% 36%) | |
| OKLCH | oklch(0.6125 0.0557 21.77) | color: oklch(0.6125 0.0557 21.77) | |
| Lab | lab(54.31 16.93 7.89) | color: lab(54.31 16.93 7.89) | |
| LCH | lch(54.31 18.68 24.99) | color: lch(54.31 18.68 24.99) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#909075 — rgb(144, 144, 117)
Deuteranopia (Green-blind)
#939676 — rgb(147, 150, 118)
Tritanopia (Blue-blind)
#A17676 — rgb(161, 118, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 20%, 55%);
text
color: hsl(2, 20%, 55%);
border
border: 2px solid hsl(2, 20%, 55%);
gradient light
background: linear-gradient(to right, hsl(2, 20%, 75%), hsl(2, 20%, 55%));
gradient dark
background: linear-gradient(to right, hsl(2, 20%, 55%), hsl(2, 20%, 35%))
hex
background-color: #A37775;
tailwind
bg-[hsl(2,20%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 20%, 55%, 0.4);
css variable
--color-primary: hsl(2, 20%, 55%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 20%, 55%)?
HEX: #A37775 | RGB: rgb(163, 119, 117) | CMYK: 0%, 27%, 28%, 36% | HSV: 3°, 28%, 64%. Copy any format from the conversion table above.
What colors go well with #A37775?
The complementary color is HSL(182, 20%, 55%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 20%, 55%) in CSS?
As HSL: color: hsl(2, 20%, 55%); — As HEX: color: #A37775; — As RGB: color: rgb(163, 119, 117); — Tailwind CSS: bg-[hsl(2,20%,55%)] — CSS variable: --color-primary: hsl(2, 20%, 55%);