HSL(356, 34%, 66%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(356,34%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 34%, 66%) | color: hsl(356, 34%, 66%) | |
| HEX | #C68B8F | color: #C68B8F | |
| RGB | rgb(198, 139, 143) | color: rgb(198, 139, 143) | |
| CMYK | cmyk(0%, 30%, 28%, 22%) | — | |
| HSV | hsv(356, 30%, 78%) | — | |
| HWB | hwb(356 55% 22%) | color: hwb(356 55% 22%) | |
| OKLCH | oklch(0.696 0.0724 14.62) | color: oklch(0.696 0.0724 14.62) | |
| Lab | lab(63.72 23.04 6.91) | color: lab(63.72 23.04 6.91) | |
| LCH | lch(63.72 24.05 16.69) | color: lch(63.72 24.05 16.69) |
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)
#ACAC8E — rgb(172, 172, 142)
Deuteranopia (Green-blind)
#B0B48E — rgb(176, 180, 142)
Tritanopia (Blue-blind)
#C38D8D — rgb(195, 141, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 34%, 66%);
text
color: hsl(356, 34%, 66%);
border
border: 2px solid hsl(356, 34%, 66%);
gradient light
background: linear-gradient(to right, hsl(356, 34%, 86%), hsl(356, 34%, 66%));
gradient dark
background: linear-gradient(to right, hsl(356, 34%, 66%), hsl(356, 34%, 46%))
hex
background-color: #C68B8F;
tailwind
bg-[hsl(356,34%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 34%, 66%, 0.4);
css variable
--color-primary: hsl(356, 34%, 66%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(356, 34%, 66%)?
HEX: #C68B8F | RGB: rgb(198, 139, 143) | CMYK: 0%, 30%, 28%, 22% | HSV: 356°, 30%, 78%. Copy any format from the conversion table above.
What colors go well with #C68B8F?
The complementary color is HSL(176, 34%, 66%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(356, 34%, 66%) in CSS?
As HSL: color: hsl(356, 34%, 66%); — As HEX: color: #C68B8F; — As RGB: color: rgb(198, 139, 143); — Tailwind CSS: bg-[hsl(356,34%,66%)] — CSS variable: --color-primary: hsl(356, 34%, 66%);