HSL(355, 43%, 64%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,43%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 43%, 64%) | color: hsl(355, 43%, 64%) | |
| HEX | #CB7C82 | color: #CB7C82 | |
| RGB | rgb(203, 124, 130) | color: rgb(203, 124, 130) | |
| CMYK | cmyk(0%, 39%, 36%, 20%) | — | |
| HSV | hsv(355, 39%, 80%) | — | |
| HWB | hwb(355 49% 20%) | color: hwb(355 49% 20%) | |
| OKLCH | oklch(0.6719 0.0986 15.14) | color: oklch(0.6719 0.0986 15.14) | |
| Lab | lab(60.54 31.41 9.87) | color: lab(60.54 31.41 9.87) | |
| LCH | lch(60.54 32.92 17.44) | color: lch(60.54 32.92 17.44) |
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)
#A9A881 — rgb(169, 168, 129)
Deuteranopia (Green-blind)
#ADB380 — rgb(173, 179, 128)
Tritanopia (Blue-blind)
#C77F7F — rgb(199, 127, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 43%, 64%);
text
color: hsl(355, 43%, 64%);
border
border: 2px solid hsl(355, 43%, 64%);
gradient light
background: linear-gradient(to right, hsl(355, 43%, 84%), hsl(355, 43%, 64%));
gradient dark
background: linear-gradient(to right, hsl(355, 43%, 64%), hsl(355, 43%, 44%))
hex
background-color: #CB7C82;
tailwind
bg-[hsl(355,43%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 43%, 64%, 0.4);
css variable
--color-primary: hsl(355, 43%, 64%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 43%, 64%)?
HEX: #CB7C82 | RGB: rgb(203, 124, 130) | CMYK: 0%, 39%, 36%, 20% | HSV: 355°, 39%, 80%. Copy any format from the conversion table above.
What colors go well with #CB7C82?
The complementary color is HSL(175, 43%, 64%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 43%, 64%) in CSS?
As HSL: color: hsl(355, 43%, 64%); — As HEX: color: #CB7C82; — As RGB: color: rgb(203, 124, 130); — Tailwind CSS: bg-[hsl(355,43%,64%)] — CSS variable: --color-primary: hsl(355, 43%, 64%);