HSL(347, 66%, 68%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(347,66%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(347, 66%, 68%) | color: hsl(347, 66%, 68%) | |
| HEX | #E3788F | color: #E3788F | |
| RGB | rgb(227, 120, 143) | color: rgb(227, 120, 143) | |
| CMYK | cmyk(0%, 47%, 37%, 11%) | — | |
| HSV | hsv(347, 47%, 89%) | — | |
| HWB | hwb(347 47% 11%) | color: hwb(347 47% 11%) | |
| OKLCH | oklch(0.6992 0.1341 7.49) | color: oklch(0.6992 0.1341 7.49) | |
| Lab | lab(63.14 43.78 6.55) | color: lab(63.14 43.78 6.55) | |
| LCH | lch(63.14 44.27 8.51) | color: lch(63.14 44.27 8.51) |
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)
#B5B489 — rgb(181, 180, 137)
Deuteranopia (Green-blind)
#BBC388 — rgb(187, 195, 136)
Tritanopia (Blue-blind)
#DE8584 — rgb(222, 133, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(347, 66%, 68%);
text
color: hsl(347, 66%, 68%);
border
border: 2px solid hsl(347, 66%, 68%);
gradient light
background: linear-gradient(to right, hsl(347, 66%, 88%), hsl(347, 66%, 68%));
gradient dark
background: linear-gradient(to right, hsl(347, 66%, 68%), hsl(347, 66%, 48%))
hex
background-color: #E3788F;
tailwind
bg-[hsl(347,66%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(347, 66%, 68%, 0.4);
css variable
--color-primary: hsl(347, 66%, 68%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(347, 66%, 68%)?
HEX: #E3788F | RGB: rgb(227, 120, 143) | CMYK: 0%, 47%, 37%, 11% | HSV: 347°, 47%, 89%. Copy any format from the conversion table above.
What colors go well with #E3788F?
The complementary color is HSL(167, 66%, 68%). 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, 66%, 68%) in CSS?
As HSL: color: hsl(347, 66%, 68%); — As HEX: color: #E3788F; — As RGB: color: rgb(227, 120, 143); — Tailwind CSS: bg-[hsl(347,66%,68%)] — CSS variable: --color-primary: hsl(347, 66%, 68%);