HSL(348, 20%, 58%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(348,20%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(348, 20%, 58%) | color: hsl(348, 20%, 58%) | |
| HEX | #A97E87 | color: #A97E87 | |
| RGB | rgb(169, 126, 135) | color: rgb(169, 126, 135) | |
| CMYK | cmyk(0%, 25%, 20%, 34%) | — | |
| HSV | hsv(347, 25%, 66%) | — | |
| HWB | hwb(347 50% 34%) | color: hwb(347 50% 34%) | |
| OKLCH | oklch(0.6378 0.0546 4.83) | color: oklch(0.6378 0.0546 4.83) | |
| Lab | lab(57.18 18.04 1.65) | color: lab(57.18 18.04 1.65) | |
| LCH | lch(57.18 18.12 5.23) | color: lch(57.18 18.12 5.23) |
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)
#969685 — rgb(150, 150, 133)
Deuteranopia (Green-blind)
#999C84 — rgb(153, 156, 132)
Tritanopia (Blue-blind)
#A78383 — rgb(167, 131, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(348, 20%, 58%);
text
color: hsl(348, 20%, 58%);
border
border: 2px solid hsl(348, 20%, 58%);
gradient light
background: linear-gradient(to right, hsl(348, 20%, 78%), hsl(348, 20%, 58%));
gradient dark
background: linear-gradient(to right, hsl(348, 20%, 58%), hsl(348, 20%, 38%))
hex
background-color: #A97E87;
tailwind
bg-[hsl(348,20%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(348, 20%, 58%, 0.4);
css variable
--color-primary: hsl(348, 20%, 58%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(348, 20%, 58%)?
HEX: #A97E87 | RGB: rgb(169, 126, 135) | CMYK: 0%, 25%, 20%, 34% | HSV: 347°, 25%, 66%. Copy any format from the conversion table above.
What colors go well with #A97E87?
The complementary color is HSL(168, 20%, 58%). For a triadic harmony, use hues 348°, 108°, and 228°. For analogous combinations, try hues 318° and 18°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(348, 20%, 58%) in CSS?
As HSL: color: hsl(348, 20%, 58%); — As HEX: color: #A97E87; — As RGB: color: rgb(169, 126, 135); — Tailwind CSS: bg-[hsl(348,20%,58%)] — CSS variable: --color-primary: hsl(348, 20%, 58%);