HSL(346, 68%, 73%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,68%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 68%, 73%) | color: hsl(346, 68%, 73%) | |
| HEX | #E98BA1 | color: #E98BA1 | |
| RGB | rgb(233, 139, 161) | color: rgb(233, 139, 161) | |
| CMYK | cmyk(0%, 40%, 31%, 9%) | — | |
| HSV | hsv(346, 40%, 91%) | — | |
| HWB | hwb(346 55% 9%) | color: hwb(346 55% 9%) | |
| OKLCH | oklch(0.7415 0.1167 5.21) | color: oklch(0.7415 0.1167 5.21) | |
| Lab | lab(68.29 38.34 3.87) | color: lab(68.29 38.34 3.87) | |
| LCH | lch(68.29 38.53 5.76) | color: lch(68.29 38.53 5.76) |
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)
#C0BF9C — rgb(192, 191, 156)
Deuteranopia (Green-blind)
#C6CD9A — rgb(198, 205, 154)
Tritanopia (Blue-blind)
#E49797 — rgb(228, 151, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 68%, 73%);
text
color: hsl(346, 68%, 73%);
border
border: 2px solid hsl(346, 68%, 73%);
gradient light
background: linear-gradient(to right, hsl(346, 68%, 93%), hsl(346, 68%, 73%));
gradient dark
background: linear-gradient(to right, hsl(346, 68%, 73%), hsl(346, 68%, 53%))
hex
background-color: #E98BA1;
tailwind
bg-[hsl(346,68%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 68%, 73%, 0.4);
css variable
--color-primary: hsl(346, 68%, 73%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(346, 68%, 73%)?
HEX: #E98BA1 | RGB: rgb(233, 139, 161) | CMYK: 0%, 40%, 31%, 9% | HSV: 346°, 40%, 91%. Copy any format from the conversion table above.
What colors go well with #E98BA1?
The complementary color is HSL(166, 68%, 73%). 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, 68%, 73%) in CSS?
As HSL: color: hsl(346, 68%, 73%); — As HEX: color: #E98BA1; — As RGB: color: rgb(233, 139, 161); — Tailwind CSS: bg-[hsl(346,68%,73%)] — CSS variable: --color-primary: hsl(346, 68%, 73%);