HSL(350, 45%, 75%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(350,45%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(350, 45%, 75%) | color: hsl(350, 45%, 75%) | |
| HEX | #DCA3AC | color: #DCA3AC | |
| RGB | rgb(220, 163, 172) | color: rgb(220, 163, 172) | |
| CMYK | cmyk(0%, 26%, 22%, 14%) | — | |
| HSV | hsv(351, 26%, 86%) | — | |
| HWB | hwb(351 64% 14%) | color: hwb(351 64% 14%) | |
| OKLCH | oklch(0.7714 0.0684 8.29) | color: oklch(0.7714 0.0684 8.29) | |
| Lab | lab(72.49 22.37 3.64) | color: lab(72.49 22.37 3.64) | |
| LCH | lch(72.49 22.66 9.24) | color: lch(72.49 22.66 9.24) |
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)
#C3C3AA — rgb(195, 195, 170)
Deuteranopia (Green-blind)
#C7CBA9 — rgb(199, 203, 169)
Tritanopia (Blue-blind)
#D9A8A8 — rgb(217, 168, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(350, 45%, 75%);
text
color: hsl(350, 45%, 75%);
border
border: 2px solid hsl(350, 45%, 75%);
gradient light
background: linear-gradient(to right, hsl(350, 45%, 95%), hsl(350, 45%, 75%));
gradient dark
background: linear-gradient(to right, hsl(350, 45%, 75%), hsl(350, 45%, 55%))
hex
background-color: #DCA3AC;
tailwind
bg-[hsl(350,45%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(350, 45%, 75%, 0.4);
css variable
--color-primary: hsl(350, 45%, 75%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(350, 45%, 75%)?
HEX: #DCA3AC | RGB: rgb(220, 163, 172) | CMYK: 0%, 26%, 22%, 14% | HSV: 351°, 26%, 86%. Copy any format from the conversion table above.
What colors go well with #DCA3AC?
The complementary color is HSL(170, 45%, 75%). For a triadic harmony, use hues 350°, 110°, and 230°. For analogous combinations, try hues 320° and 20°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(350, 45%, 75%) in CSS?
As HSL: color: hsl(350, 45%, 75%); — As HEX: color: #DCA3AC; — As RGB: color: rgb(220, 163, 172); — Tailwind CSS: bg-[hsl(350,45%,75%)] — CSS variable: --color-primary: hsl(350, 45%, 75%);