HSL(345, 52%, 64%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(345,52%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(345, 52%, 64%) | color: hsl(345, 52%, 64%) | |
| HEX | #D3738B | color: #D3738B | |
| RGB | rgb(211, 115, 139) | color: rgb(211, 115, 139) | |
| CMYK | cmyk(0%, 45%, 34%, 17%) | — | |
| HSV | hsv(345, 45%, 83%) | — | |
| HWB | hwb(345 46% 17%) | color: hwb(345 46% 17%) | |
| OKLCH | oklch(0.6697 0.1225 4.95) | color: oklch(0.6697 0.1225 4.95) | |
| Lab | lab(59.87 40.21 3.87) | color: lab(59.87 40.21 3.87) | |
| LCH | lch(59.87 40.4 5.5) | color: lch(59.87 40.4 5.5) |
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)
#A9A985 — rgb(169, 169, 133)
Deuteranopia (Green-blind)
#AFB684 — rgb(175, 182, 132)
Tritanopia (Blue-blind)
#CE8180 — rgb(206, 129, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(345, 52%, 64%);
text
color: hsl(345, 52%, 64%);
border
border: 2px solid hsl(345, 52%, 64%);
gradient light
background: linear-gradient(to right, hsl(345, 52%, 84%), hsl(345, 52%, 64%));
gradient dark
background: linear-gradient(to right, hsl(345, 52%, 64%), hsl(345, 52%, 44%))
hex
background-color: #D3738B;
tailwind
bg-[hsl(345,52%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(345, 52%, 64%, 0.4);
css variable
--color-primary: hsl(345, 52%, 64%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(345, 52%, 64%)?
HEX: #D3738B | RGB: rgb(211, 115, 139) | CMYK: 0%, 45%, 34%, 17% | HSV: 345°, 45%, 83%. Copy any format from the conversion table above.
What colors go well with #D3738B?
The complementary color is HSL(165, 52%, 64%). 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, 52%, 64%) in CSS?
As HSL: color: hsl(345, 52%, 64%); — As HEX: color: #D3738B; — As RGB: color: rgb(211, 115, 139); — Tailwind CSS: bg-[hsl(345,52%,64%)] — CSS variable: --color-primary: hsl(345, 52%, 64%);