HSL(358, 32%, 64%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,32%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 32%, 64%) | color: hsl(358, 32%, 64%) | |
| HEX | #C18688 | color: #C18688 | |
| RGB | rgb(193, 134, 136) | color: rgb(193, 134, 136) | |
| CMYK | cmyk(0%, 31%, 30%, 24%) | — | |
| HSV | hsv(358, 31%, 76%) | — | |
| HWB | hwb(358 52% 24%) | color: hwb(358 52% 24%) | |
| OKLCH | oklch(0.6794 0.0728 16.92) | color: oklch(0.6794 0.0728 16.92) | |
| Lab | lab(61.8 22.92 8.07) | color: lab(61.8 22.92 8.07) | |
| LCH | lch(61.8 24.3 19.4) | color: lch(61.8 24.3 19.4) |
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)
#A7A788 — rgb(167, 167, 136)
Deuteranopia (Green-blind)
#ABAF87 — rgb(171, 175, 135)
Tritanopia (Blue-blind)
#BE8787 — rgb(190, 135, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 32%, 64%);
text
color: hsl(358, 32%, 64%);
border
border: 2px solid hsl(358, 32%, 64%);
gradient light
background: linear-gradient(to right, hsl(358, 32%, 84%), hsl(358, 32%, 64%));
gradient dark
background: linear-gradient(to right, hsl(358, 32%, 64%), hsl(358, 32%, 44%))
hex
background-color: #C18688;
tailwind
bg-[hsl(358,32%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 32%, 64%, 0.4);
css variable
--color-primary: hsl(358, 32%, 64%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(358, 32%, 64%)?
HEX: #C18688 | RGB: rgb(193, 134, 136) | CMYK: 0%, 31%, 30%, 24% | HSV: 358°, 31%, 76%. Copy any format from the conversion table above.
What colors go well with #C18688?
The complementary color is HSL(178, 32%, 64%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(358, 32%, 64%) in CSS?
As HSL: color: hsl(358, 32%, 64%); — As HEX: color: #C18688; — As RGB: color: rgb(193, 134, 136); — Tailwind CSS: bg-[hsl(358,32%,64%)] — CSS variable: --color-primary: hsl(358, 32%, 64%);