HSL(347, 32%, 67%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(347,32%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(347, 32%, 67%) | color: hsl(347, 32%, 67%) | |
| HEX | #C6909C | color: #C6909C | |
| RGB | rgb(198, 144, 156) | color: rgb(198, 144, 156) | |
| CMYK | cmyk(0%, 27%, 21%, 22%) | — | |
| HSV | hsv(347, 27%, 78%) | — | |
| HWB | hwb(347 57% 22%) | color: hwb(347 57% 22%) | |
| OKLCH | oklch(0.7089 0.0671 4.23) | color: oklch(0.7089 0.0671 4.23) | |
| Lab | lab(65.24 22.19 1.77) | color: lab(65.24 22.19 1.77) | |
| LCH | lch(65.24 22.26 4.56) | color: lch(65.24 22.26 4.56) |
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)
#AFAE99 — rgb(175, 174, 153)
Deuteranopia (Green-blind)
#B2B698 — rgb(178, 182, 152)
Tritanopia (Blue-blind)
#C39796 — rgb(195, 151, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(347, 32%, 67%);
text
color: hsl(347, 32%, 67%);
border
border: 2px solid hsl(347, 32%, 67%);
gradient light
background: linear-gradient(to right, hsl(347, 32%, 87%), hsl(347, 32%, 67%));
gradient dark
background: linear-gradient(to right, hsl(347, 32%, 67%), hsl(347, 32%, 47%))
hex
background-color: #C6909C;
tailwind
bg-[hsl(347,32%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(347, 32%, 67%, 0.4);
css variable
--color-primary: hsl(347, 32%, 67%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(347, 32%, 67%)?
HEX: #C6909C | RGB: rgb(198, 144, 156) | CMYK: 0%, 27%, 21%, 22% | HSV: 347°, 27%, 78%. Copy any format from the conversion table above.
What colors go well with #C6909C?
The complementary color is HSL(167, 32%, 67%). For a triadic harmony, use hues 347°, 107°, and 227°. For analogous combinations, try hues 317° and 17°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(347, 32%, 67%) in CSS?
As HSL: color: hsl(347, 32%, 67%); — As HEX: color: #C6909C; — As RGB: color: rgb(198, 144, 156); — Tailwind CSS: bg-[hsl(347,32%,67%)] — CSS variable: --color-primary: hsl(347, 32%, 67%);