HSL(346, 78%, 60%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,78%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 78%, 60%) | color: hsl(346, 78%, 60%) | |
| HEX | #E9496F | color: #E9496F | |
| RGB | rgb(233, 73, 111) | color: rgb(233, 73, 111) | |
| CMYK | cmyk(0%, 69%, 52%, 9%) | — | |
| HSV | hsv(346, 69%, 91%) | — | |
| HWB | hwb(346 28% 9%) | color: hwb(346 28% 9%) | |
| OKLCH | oklch(0.6399 0.1964 10.64) | color: oklch(0.6399 0.1964 10.64) | |
| Lab | lab(55.32 63.68 14.28) | color: lab(55.32 63.68 14.28) | |
| LCH | lch(55.32 65.26 12.64) | color: lch(55.32 65.26 12.64) |
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)
#A4A266 — rgb(164, 162, 102)
Deuteranopia (Green-blind)
#ADB964 — rgb(173, 185, 100)
Tritanopia (Blue-blind)
#E15F5D — rgb(225, 95, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 78%, 60%);
text
color: hsl(346, 78%, 60%);
border
border: 2px solid hsl(346, 78%, 60%);
gradient light
background: linear-gradient(to right, hsl(346, 78%, 80%), hsl(346, 78%, 60%));
gradient dark
background: linear-gradient(to right, hsl(346, 78%, 60%), hsl(346, 78%, 40%))
hex
background-color: #E9496F;
tailwind
bg-[hsl(346,78%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 78%, 60%, 0.4);
css variable
--color-primary: hsl(346, 78%, 60%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(346, 78%, 60%)?
HEX: #E9496F | RGB: rgb(233, 73, 111) | CMYK: 0%, 69%, 52%, 9% | HSV: 346°, 69%, 91%. Copy any format from the conversion table above.
What colors go well with #E9496F?
The complementary color is HSL(166, 78%, 60%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(346, 78%, 60%) in CSS?
As HSL: color: hsl(346, 78%, 60%); — As HEX: color: #E9496F; — As RGB: color: rgb(233, 73, 111); — Tailwind CSS: bg-[hsl(346,78%,60%)] — CSS variable: --color-primary: hsl(346, 78%, 60%);