HSL(345, 45%, 75%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(345,45%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(345, 45%, 75%) | color: hsl(345, 45%, 75%) | |
| HEX | #DCA3B1 | color: #DCA3B1 | |
| RGB | rgb(220, 163, 177) | color: rgb(220, 163, 177) | |
| CMYK | cmyk(0%, 26%, 20%, 14%) | — | |
| HSV | hsv(345, 26%, 86%) | — | |
| HWB | hwb(345 64% 14%) | color: hwb(345 64% 14%) | |
| OKLCH | oklch(0.7728 0.0696 2.6) | color: oklch(0.7728 0.0696 2.6) | |
| Lab | lab(72.62 23.12 1.07) | color: lab(72.62 23.12 1.07) | |
| LCH | lch(72.62 23.14 2.65) | color: lch(72.62 23.14 2.65) |
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)
#C3C3AE — rgb(195, 195, 174)
Deuteranopia (Green-blind)
#C7CBAD — rgb(199, 203, 173)
Tritanopia (Blue-blind)
#D9ABAA — rgb(217, 171, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(345, 45%, 75%);
text
color: hsl(345, 45%, 75%);
border
border: 2px solid hsl(345, 45%, 75%);
gradient light
background: linear-gradient(to right, hsl(345, 45%, 95%), hsl(345, 45%, 75%));
gradient dark
background: linear-gradient(to right, hsl(345, 45%, 75%), hsl(345, 45%, 55%))
hex
background-color: #DCA3B1;
tailwind
bg-[hsl(345,45%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(345, 45%, 75%, 0.4);
css variable
--color-primary: hsl(345, 45%, 75%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(345, 45%, 75%)?
HEX: #DCA3B1 | RGB: rgb(220, 163, 177) | CMYK: 0%, 26%, 20%, 14% | HSV: 345°, 26%, 86%. Copy any format from the conversion table above.
What colors go well with #DCA3B1?
The complementary color is HSL(165, 45%, 75%). For a triadic harmony, use hues 345°, 105°, and 225°. For analogous combinations, try hues 315° and 15°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(345, 45%, 75%) in CSS?
As HSL: color: hsl(345, 45%, 75%); — As HEX: color: #DCA3B1; — As RGB: color: rgb(220, 163, 177); — Tailwind CSS: bg-[hsl(345,45%,75%)] — CSS variable: --color-primary: hsl(345, 45%, 75%);