HSL(3, 50%, 64%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,50%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 50%, 64%) | color: hsl(3, 50%, 64%) | |
| HEX | #D17A75 | color: #D17A75 | |
| RGB | rgb(209, 122, 117) | color: rgb(209, 122, 117) | |
| CMYK | cmyk(0%, 42%, 44%, 18%) | — | |
| HSV | hsv(3, 44%, 82%) | — | |
| HWB | hwb(3 46% 18%) | color: hwb(3 46% 18%) | |
| OKLCH | oklch(0.6728 0.1094 23.89) | color: oklch(0.6728 0.1094 23.89) | |
| Lab | lab(60.57 33.27 17.47) | color: lab(60.57 33.27 17.47) | |
| LCH | lch(60.57 37.58 27.7) | color: lch(60.57 37.58 27.7) |
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)
#ABAB76 — rgb(171, 171, 118)
Deuteranopia (Green-blind)
#B0B777 — rgb(176, 183, 119)
Tritanopia (Blue-blind)
#CD7777 — rgb(205, 119, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 50%, 64%);
text
color: hsl(3, 50%, 64%);
border
border: 2px solid hsl(3, 50%, 64%);
gradient light
background: linear-gradient(to right, hsl(3, 50%, 84%), hsl(3, 50%, 64%));
gradient dark
background: linear-gradient(to right, hsl(3, 50%, 64%), hsl(3, 50%, 44%))
hex
background-color: #D17A75;
tailwind
bg-[hsl(3,50%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 50%, 64%, 0.4);
css variable
--color-primary: hsl(3, 50%, 64%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 50%, 64%)?
HEX: #D17A75 | RGB: rgb(209, 122, 117) | CMYK: 0%, 42%, 44%, 18% | HSV: 3°, 44%, 82%. Copy any format from the conversion table above.
What colors go well with #D17A75?
The complementary color is HSL(183, 50%, 64%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(3, 50%, 64%) in CSS?
As HSL: color: hsl(3, 50%, 64%); — As HEX: color: #D17A75; — As RGB: color: rgb(209, 122, 117); — Tailwind CSS: bg-[hsl(3,50%,64%)] — CSS variable: --color-primary: hsl(3, 50%, 64%);