HSL(3, 32%, 64%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,32%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 32%, 64%) | color: hsl(3, 32%, 64%) | |
| HEX | #C18986 | color: #C18986 | |
| RGB | rgb(193, 137, 134) | color: rgb(193, 137, 134) | |
| CMYK | cmyk(0%, 29%, 31%, 24%) | — | |
| HSV | hsv(3, 31%, 76%) | — | |
| HWB | hwb(3 52% 24%) | color: hwb(3 52% 24%) | |
| OKLCH | oklch(0.6844 0.0692 22.47) | color: oklch(0.6844 0.0692 22.47) | |
| Lab | lab(62.47 20.99 10.16) | color: lab(62.47 20.99 10.16) | |
| LCH | lch(62.47 23.32 25.83) | color: lch(62.47 23.32 25.83) |
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)
#A9A887 — rgb(169, 168, 135)
Deuteranopia (Green-blind)
#ACB087 — rgb(172, 176, 135)
Tritanopia (Blue-blind)
#BE8787 — rgb(190, 135, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 32%, 64%);
text
color: hsl(3, 32%, 64%);
border
border: 2px solid hsl(3, 32%, 64%);
gradient light
background: linear-gradient(to right, hsl(3, 32%, 84%), hsl(3, 32%, 64%));
gradient dark
background: linear-gradient(to right, hsl(3, 32%, 64%), hsl(3, 32%, 44%))
hex
background-color: #C18986;
tailwind
bg-[hsl(3,32%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 32%, 64%, 0.4);
css variable
--color-primary: hsl(3, 32%, 64%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 32%, 64%)?
HEX: #C18986 | RGB: rgb(193, 137, 134) | CMYK: 0%, 29%, 31%, 24% | HSV: 3°, 31%, 76%. Copy any format from the conversion table above.
What colors go well with #C18986?
The complementary color is HSL(183, 32%, 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, 32%, 64%) in CSS?
As HSL: color: hsl(3, 32%, 64%); — As HEX: color: #C18986; — As RGB: color: rgb(193, 137, 134); — Tailwind CSS: bg-[hsl(3,32%,64%)] — CSS variable: --color-primary: hsl(3, 32%, 64%);