HSL(349, 56%, 78%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(349,56%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(349, 56%, 78%) | color: hsl(349, 56%, 78%) | |
| HEX | #E6A7B3 | color: #E6A7B3 | |
| RGB | rgb(230, 167, 179) | color: rgb(230, 167, 179) | |
| CMYK | cmyk(0%, 27%, 22%, 10%) | — | |
| HSV | hsv(349, 27%, 90%) | — | |
| HWB | hwb(349 66% 10%) | color: hwb(349 66% 10%) | |
| OKLCH | oklch(0.791 0.0757 6.33) | color: oklch(0.791 0.0757 6.33) | |
| Lab | lab(74.65 24.9 3.05) | color: lab(74.65 24.9 3.05) | |
| LCH | lch(74.65 25.09 6.98) | color: lch(74.65 25.09 6.98) |
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)
#CBCAB0 — rgb(203, 202, 176)
Deuteranopia (Green-blind)
#CED3AF — rgb(206, 211, 175)
Tritanopia (Blue-blind)
#E3AEAD — rgb(227, 174, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(349, 56%, 78%);
text
color: hsl(349, 56%, 78%);
border
border: 2px solid hsl(349, 56%, 78%);
gradient light
background: linear-gradient(to right, hsl(349, 56%, 98%), hsl(349, 56%, 78%));
gradient dark
background: linear-gradient(to right, hsl(349, 56%, 78%), hsl(349, 56%, 58%))
hex
background-color: #E6A7B3;
tailwind
bg-[hsl(349,56%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(349, 56%, 78%, 0.4);
css variable
--color-primary: hsl(349, 56%, 78%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(349, 56%, 78%)?
HEX: #E6A7B3 | RGB: rgb(230, 167, 179) | CMYK: 0%, 27%, 22%, 10% | HSV: 349°, 27%, 90%. Copy any format from the conversion table above.
What colors go well with #E6A7B3?
The complementary color is HSL(169, 56%, 78%). For a triadic harmony, use hues 349°, 109°, and 229°. For analogous combinations, try hues 319° and 19°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(349, 56%, 78%) in CSS?
As HSL: color: hsl(349, 56%, 78%); — As HEX: color: #E6A7B3; — As RGB: color: rgb(230, 167, 179); — Tailwind CSS: bg-[hsl(349,56%,78%)] — CSS variable: --color-primary: hsl(349, 56%, 78%);